Student report: {{ longname }}
Student: {{ name }} {{ sid }}
Date and time: {{ timestamp_str }}
Total score
{{ grade }} out of {{ totalMarks }}
Overall Assessment Statistics
- Median = {{ total_stats.median|floatformat:1 }}, Mean = {{ total_stats.mean|floatformat:1 }}
- Standard Deviation: {{ total_stats.stddev|floatformat:1 }}
-
Percentile Range 25% to 75%: from {{ total_stats.percentile25|floatformat:1 }} to {{ total_stats.percentile75|floatformat:1 }}
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.
- The student mark is shown as a dot
- The median is shown as a thick vertical line in the middle of the box
-
The box shows the 25-75 percentile range of marks and the extreme left/right vertical lines show the minimum and maximum marks.
{% for graph in boxplots %}
{% endfor %}