{% extends "layout.html" %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}

Edit a Test

Add a new question to the test below.

Minutes
%
{% if current_questions %} {% for question in current_questions %} {% endfor %} {% else %} {% endif %}
ID Question Type Module Actions
{{ question.question_id }} {{ question.question_text }} {{ question.question_type }} {{ question.module_code }}
No questions available.

{% endblock content %}