{% extends "dashboard/base.html" %} {% load static %} {% block scriptcode %} {% endblock %} {% block content %}

প্রশ্ন বিস্তারিত

পিছনে যান

প্রশ্ন:

{{ question.text }}

উত্তরসমূহ:

    {% for choice in choices %}
  • {% if choice.is_correct %} {% else %} {% endif %}

    {{ choice.text }}

    {% if choice.explanation %} {% endif %}
  • {% endfor %}
{% if question.chapter %} অধ্যায়: {{ question.chapter.title }} {% endif %}
{% endblock %}