{% extends 'base.html' %} {% load evaluation_filters %} {% block title %}{% trans 'Evaluation' %} - {{ block.super }}{% endblock %} {% block content %} {{ block.super }}
{% trans 'Information about the evaluation' %}
{% trans 'Anonymity' %}
{% blocktrans %}Your votes and text answers can't be related to you. But you should be aware that your style of writing might allow lecturers to guess who wrote the text answer, especially in small courses.{% endblocktrans %}
{% trans 'More details:' %} {% trans 'FAQ/Anonymity' %}

{% trans 'References to other answers' %}
{% blocktrans %}Lecturers can't see completed questionnaires as a whole. If you would write "see above", the lecturer can't find the respective answer.{% endblocktrans %}
{% trans 'More details:' %} {% trans 'FAQ/Reference' %}

{% trans 'Evaluation Results' %}
{% blocktrans %}Text answers will be shown to the people who were evaluated and to the people responsible for the course. Voting answers will be published for all users of the platform if at least two people participated in the evaluation. The average grade is calculated if the participation rate is at least 20 percent.{% endblocktrans %}
{% trans 'More details:' %} {% trans 'FAQ/Results' %}
{% if unfinished_evaluations %}
{% trans 'Open and upcoming evaluations' %}
{% include 'student_index_unfinished_evaluations_list.html' %}
{% endif %} {% include 'student_index_semester_evaluations_list.html' %} {% endblock %} {% block additional_javascript %} {% include 'infobox_js.html' with id='participantInfobox' %} {% endblock %}