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

Assistant's marks analysis

The histograms on this page (except the last two histograms) show the oral and protocol marks of each active assistant individually.

The last two histograms show the oral and protocol marks of all active assistants together.

An active assistant is an assistant with an active user. The marks are from all semesters, not only from the active semester.

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 hist_ind in hist_indices %}

{% endfor %} {% endblock body %}