{% extends "layout.html" %} {% block title %}Add Question{% endblock %} {% block head %}{{ super() }}{% endblock %}} {% block page_header %}Input Qbank{% endblock %} {% block page_header_p %}

Enter all questions and answers.

Separate Q&A blocks with '!!'. Separate Q from A with '$'

Separate multiple choice options with '|' with the correct answer listed first.

{% endblock %} {% block content %}
{% endblock %}