{% include "header.html" %} {% load custom_filters %} {% load static %}
| No. | Section Name | Sub-Section Name | Topic Name | Question Type | Difficulty Level | Question | Paragraph | Answer Explaination | Options | Action | 
|---|---|---|---|---|---|---|---|---|---|---|
| 
                                                                {{question.section.section_name}}
                                                             | 
                                                                {{question.sub_section.sub_section_name}}
                                                                
                                                             | 
                                                                {{question.topic.topic_name}}
                                                             | 
                                                                {{question.question_type}}
                                                             | 
                                                                {{question.difficulty_level}} 
                                                             | 
                                                                {{question.question|safe}} 
                                                             | 
                                                                {{question.paragraph|safe}} 
                                                             | 
                                                                {{question.explanation|safe}} 
                                                             | {% if question.question_type == 'mcq' %} {% with question.options|json_decode as option %} {% for opt in option %} {% if forloop.counter|stringformat:"s" == question.correct_answer|stringformat:"s" %} {% else %} {% endif %} {% endfor %} {% endwith %} {% else %} {% endif %} | Upload |