{% extends "global/Page.html" %} {% load otree static %} {% block content %} {% include "global/fopen_bt.html" %} Information on Part 1 {% include "global/fopen_at.html" %}
The first part of the study consists of {{Constants.num_rounds}} rounds. Each round consists of {{Constants.num_math_tasks}} math tasks.
Below you can find an example of a math task. In this example, you need to add the numbers 12, 15, and 17. To solve the task correctly, you need to enter the number 44 as solution.
After entering your solution, please press "Enter". If your answer is correct, the next task will be displayed. If your answer is incorrect, you can try again. You can only proceed to the next task after entering the correct solution.
Your goal is to solve as many math tasks as possible. In each round, you have {{Constants.timeout}} seconds to work on the tasks. For each correct answer, you will receive {{Constants.math_piecerate}}. If you have correctly solved all {{Constants.num_math_tasks}} tasks before the {{Constants.timeout}} seconds expire, you will additionally receive {{Constants.time_rate}} bonus points for each second that remains. This implies that you will earn more money if you solve more tasks, and you will earn more money if you are faster in solving the tasks.
Example: If you correctly solve all {{Constants.num_math_tasks}} tasks within {{Constants.example_time}} seconds, you will receive {{Constants.num_math_tasks}} x {{Constants.math_rate}} = {{full_payoff}} points for the {{Constants.num_math_tasks}} solved tasks, and ({{Constants.timeout}} - {{Constants.example_time}}) x {{Constants.time_rate}} = {{example_payoff}} bonus points for the remaining {{example_diff}} seconds.
A round ends when you have correctly solved all {{Constants.num_math_tasks}} tasks or when the {{Constants.timeout}} seconds have elapsed. Once the round is completed, the next round of the study will begin.
Please click "Next" to start Part 1.