Student report: {{ longname }}

Student: {{ name }} {{ sid }}

Date and time: {{ timestamp_str }}


Total score

{{ grade }} out of {{ totalMarks }}

Overall Assessment Statistics

Distribution of total marks

The approximation distribution of marks for the assessment; the student's score is indicated.


Student achievement by topic or learning objective

{% for ptag, ql_desc in pedagogy_tags.items %}

{{ ptag }}
{{ ql_desc.1 }}
{% for ql in ql_desc.0 %} {% if not forloop.first %} {% if forloop.last %} and {% else %} , {% endif %} {% endif %} {{ ql|safe }} {% endfor %}
{% endfor %}

Explanation of this graph

Each question on this assessment was tagged by the instructor with a topic or learning objective. Above is a graph which indicates your proficiency in the identified topic. The score for each label is calculated as a weighted average of the score on the associated questions.


Boxplot of marks by question

In the boxplots below the distribution of marks for each question is shown.

{% for graph in boxplots %}
{% endfor %}