{% extends "global/Page.html" %} {% load otree static %} {% block content %} {% if form.errors %} {% include "global/field_validation_error.html" %} {% endif %} {% include "global/fopen_bt.html" %} Information on Part 3 {% include "global/fopen_at.html" %}

The third part of the study consists of {{Constants.num_rounds}} rounds. In each round, you can work on both, the task from Part 1 and the task from Part 2. You have {{Constants.timeout}} seconds to complete both tasks.

Reminder: In the task from Part 1, your goal is to solve math problems. In the task from Part 2 you have to memorize and enter codes.

During each round, you can decide if and when to switch between the tasks. There are two ways to switch from one task to the other. You can either click on the tabs at the top of the screen or use the "Switch Task" button at the bottom of the screen. At the top of the screen, you can see how much working time is left for the current round.

For each correctly solved math problem, you receive {{Constants.math_piecerate}}. For each code that you enter correctly, you also receive {{Constants.pwd_piecerate}}. Your payout in a round is the sum of the points earned for both tasks.

Example: If you solve {{math_example}} math problems and enter {{pwd_example}} codes correctly, your payoff would be {{math_example}} x {{Constants.math_piecerate}} = {{math_example_earnings}} for the math tasks and {{pwd_example}} x {{Constants.pwd_piecerate}} = {{pwd_example_earnings}} for the codes. So, your total earnings for this round would be {{total_example_earnings}}.

Please click "Next" to start Part 3.




{% formfield player.control_q1 label="How many points do you get when you correctly solve three math problems in task 1?" %}
{% formfield player.control_q2 label="How many points do you get when you correctly enter six codes in task 2?" %}
{% formfield player.control_q3 label="What would your total payoff be?" %}
{% include "global/fclose.html" %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% if form.errors %} {% endif %} {% endblock %}