{% extends "manage.html" %} {% block subtitle %}Design Question Paper{% endblock %} {% block css %} {% endblock %} {% block script %} {% endblock %} {% block manage %}
Manual mode to design the Question Paper

{% csrf_token %}
Tag Conditions:



Below is the list of Questions fetched according to the given tag conditions


{% endfor %}
  Summary Type Points Tags {% for question in data.questions %}
{{ question.summary }} {{ question.type }} {{ question.points }} {% for tag in question.tags.all %} {{ tag }} {% endfor %}
{% if data.msg %}
{{ data.msg }}
{% endif %}
{% endblock %}