{% extends "task-base.html" %} {% load static %} {% load q %} {% block title %} {{m.title}} {% endblock %} {% block body %} {{ block.super }}
This module was last updated on {{task.updated|date}}.
{% elif previous_page_type == "nquestion" %}You have completed the module.
{% endif %}Question | Answer |
---|---|
{% if a.taskanswer %} {{q.spec.title}} {% elif authoring_tool_enabled %} {{q.spec.title}} {% else %} {{q.spec.title}} {% endif %} |
{% if not a %}
Imputed
{% endif %}
{{value_html|safe}}
|