{% extends "analysis/components/datatable.html" %} {% block style %} {% endblock %} {% block content %}
Analysis for {{ type }} {{ subject }}.
Question | Percent Correct | Answers | Tags | {% for question in questions %}||
---|---|---|---|---|---|
{{ question.q_no + 1 }} | {{ ((analysis.answers[question.q_no][question.correct] or 0)*100/(analysis.answers[question.q_no].values())|sum())|round(2) }} |
|
|