{% extends "global/Page.html" %} {% load otree %} {% block title %} Payment so far... {% endblock %} {% block content %}

Main Task Result:

You made {{ player.participant.payoff }} points in the Task.

One point is equal to $0.001.

{{ if player.attention_check_instructions == C.Correct_Instructions }}

You received an additional 200 points for the Instruction Question

{{ endif }}

In the next section you can also earn money.


{% next_button %} {% endblock %}