{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}

Result

This is the end of this round.

Your total score from Nonogram is {{nonogram_points_forced}}.

You solved {{total_correct_adding_forced}} out of 10 adding numbers games on time.
{{ if total_correct_adding_forced == 10 }}
Therefore no point is deducted.
{{ endif }} {{ if total_correct_adding_forced < 10 }}
Therefore {{point_deduction_adding_forced}} points are deducted.
{{ endif }}
Your final score for this round is {{final_points_forced}}.

Your payoff for this round is €{{final_payoff_forced}}.

Please press "Next" to continue.



{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}