{% from "macros.jinja.html" import information %} {% extends "admin/master.html" %} {% block body %} {{ information(current_user, active_semester_str, role="admin")}}

Final part marks analysis

The histograms on this page show the final experiment marks of each part in the active semester.

The plot at the end of the page shows the course of the mean value of the final experiment marks in all parts of each semester over all semesters.

Export

You can export this analysis by printing this page to a PDF file. The shortcut for printing the page is normally Ctrl + p. Select "Save as (PDF) file" afterwards instead of a printer!



{% for active_semester_final_part_marks_hist in active_semester_final_part_marks_hists %}
{% endfor %}

{% endblock body %}