{% block content %} Self-assessment

You must now provide your self-assessment. For this self-assessment, you can choose among three different performance levels (2 – very low; 5 – average; 9 – very high). This self-assessment will be sent to Player A, who then evaluates your performance on a 10-point scale ranging from 1= extremely low to 10= extremely high.

Overview:

Total number of correct decodes in round 1: {{ player.score1 }}
Total number of correct decodes in round 2: {{ player.score2 }}
Mean performance of the reference group: X


Self-Assessment:
{% for field in form %} {% endfor %}
{{ field.label }} {{ field }}


{{ next_button }} {% endblock %}