{% extends "base.html" %} {% block title %}Exam Builder | {{ school_name }}{% endblock %} {% block head %} {% endblock %} {% block body %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %}

Creation Mode

Question Designer

Single choice, multiple choice, true/false, short answer, and essay.

PDF Resources

Attach PDF files for reading passages, formulas, maps, answer sheets, or source documents.

{% endblock %}