{% 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_no_distraction}}.

You solved {{total_correct_adding_no_distraction}} out of 5 adding numbers games on time.

{{ if total_correct_adding_no_distraction == 5 }} Therefore no point is deducted.

{{ endif }} {{ if total_correct_adding_no_distraction < 5 }} Therefore {{point_deduction_adding_no_distraction}} points are deducted.

{{ endif }} You chose Sequential with {{budgetdeduction}} points deducted over Interruptions.

Your final score for this round is {{final_points_no_distraction}}.

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

Please press "Next" to continue.


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