{% extends "sb-admin/master.html" %} {% from "sb-admin/macros/tables/advtable.html" import adv_table %} {% from "sb-admin/macros/tables/table.html" import table %} {% block body %}
Confirm Test Generation
Title: {{ test.TITLE }}
  • Time allocated: {{ test.TIME_ALLOWED }}
  • Module: {{ test.MODULE }}
  • Lecturer: {{ test.LECTURER }}
  • No. of questions: {{ test.QUESTCNT }}
  • {% set isempty = '' %} Questions:
    {% for q in test.QUESTIONS %} {{loop.index}}. {{q.QUESTION}}
    {% else %} Not enough questions in category! {% set isempty = 'disabled' %} {% endfor %}
Start Again
{% endblock %}