{% extends "base.html" %} {% load static %} {% block style %} {% endblock style %} {% block content %}

Question - {{ question.questionNum }}

{{ question.text }}

{% if question.asset != null %}
Assets
{% endif %}

{% if hint != null %} {% endif %}
{{ hint|json_script:"hint" }}

© 2022 ACM-JUIT

{% endblock content %} {% block script %} {% endblock script %}