Question {{ forloop.counter }} + +
+ +{{ quest.question | safe }}
+{{ quest.description | safe }}
+{{ quest.option1 }}
+{{ quest.option2 }}
+ + {% if quest.option3 != "" and quest.option4 != "" %} +{{ quest.option3 }}
+{{ quest.option4 }}
+ {% endif %} + {% elif quest.questiontype == "Multiple correct" %} + +{{ quest.option1 }}
+{{ quest.option2 }}
+ + {% if quest.option3 != "" and quest.option4 != "" %} +{{ quest.option3 }}
+{{ quest.option4 }}
+ {% endif %} + {% elif quest.questiontype == "True or False" %} + +{{ quest.option1 }}
+{{ quest.option2 }}
+ + {% endif %} + +