{% extends "elearning.html" %} {% load staticfiles %} {% block headtitle %}Exam - {{ course }} - {{ block.super }}{% endblock %} {% block headstyle %} {% endblock %} {% block content %}
{% for option in gap.get_options %} {{ option.pre_text }} -------- {% for choice in gap.get_option_list %} {{ choice }} {% endfor %} {% endfor %} {{ gap.post_text}}