{% extends "notes/base.html" %} {%load static%} {%load viewsub%} {% block content %}

Quiz Home | Go Back

{%notsolved user ques as notattempted%} {%notcorrect user ques as notcorrect%} {%if notattempted%}

{{ ques.title }}

{{ques.Language}} {%endif%} {%if not notattempted and notcorrect%}

{{ ques.title }}

{{ques.Language}} {%elif not notcorrect%}

{{ ques.title }}

{{ques.Language}} {%if ques.quiz.typeof == "EASY"%} Solved (+2) {%elif ques.quiz.typeof == "MEDIUM"%} Solved (+4) {%elif ques.quiz.typeof == "HARD"%} Solved (+10) {%endif%} {%endif%}
{{ques.content|safe}}
{%notsolved user ques as notattempted%} {%if notattempted%}
Submit Answer {%endif%}

You can join our discord btw! Discord

 
{% endblock content %}