{% extends "layout.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}

{{ message }}

{% endfor %} {% endif %} {% endwith %}

Question Bank

Total question numbers: {{ user_questions|length }} Create Question
{% if user_questions %} {% for row in user_questions %} {% endfor %} {% endif %}
ID Question Module Difficulty Learning Objective Actions
{{ loop.index }} {{ row.question | safe}} {{ row.code }} {{ row.difficulty }} {{ row.learning_obj }}

{% endblock content %}