{% extends "global/Page.html" %} {% load otree static %} {% block content %} {% include "global/fopen_bt.html" %} Information on Part 2 {% include "global/fopen_at.html" %}
The second part of the study also consists of {{Constants.num_rounds}} rounds. Each round consists of {{Constants.num_pwd_tasks}} code entry tasks.
Below you find an example of the code entry task. Your task is to memorize and enter a numerical code. In this example, you need to memorize the code 871241. To enter the code, you need to click the button “Next”.
After pressing “Next”, you have to enter the code in an empty field, as shown below.
You can switch back to the code as often as you want by using the buttons “Back” and “Next”. Upon entering the complete code, please press "Enter". If your answer is correct, the next task will be displayed. If your answer is incorrect, you can go back to the code and try again. You can only proceed to the next task after entering the correct solution.
Your goal is to enter as many codes as possible. In each round, you have {{Constants.timeout}} seconds to work on the tasks. For each correct answer, you will receive {{Constants.pwd_piecerate}}. If you have correctly solved all {{Constants.num_pwd_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 enter all {{Constants.num_pwd_tasks}} tasks within {{Constants.example_time}} seconds, you will receive {{Constants.num_pwd_tasks}} x {{Constants.pwd_rate}} = {{full_payoff}} points for the {{Constants.num_pwd_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_pwd_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 2.