{% extends "base.html" %} {% load richtext %} {% block title %}{{ label|exam_marks }} Diagnostic Pre-Test{% endblock %} {% block content %} ← Back

{{ label|exam_marks }} Diagnostic Pre-Test

Answer all {{ questions|length }} questions, then submit. There's no time limit and no penalty for guessing — do your best on each one. On the next screen you'll get course recommendations based on what you miss.

{% csrf_token %} {% for q in questions %}
Q{{ forloop.counter }}. {{ q.text|richtext }}
{% for cidx, ctext in q.choices %} {% endfor %}
{% endfor %}
{% endblock %}