{{ block title }}
Welcome to the mind game
{{ endblock }} {{ block content }}
This study includes {{C.NUM_BLOCKS}} games with {{C.BLOCK_ROUNDS}} rounds each. In each round you will earn points. The amount of points you can earn will vary from game to game. In the beginning of each round you will be asked to think of a number between 1 to 6. Once you have a number, keep it in your mind, and then you will roll a virtual die by clicking a button. Your task is to predict which number is going to be generated by the virtual die roll.
After clicking on the "roll the die" button, the virtual die will roll for 0.5 second and then stop on a random number between 1 to 6. Notice: the die roll algorithm of the virtual die is completely random and independent from previous rolls (like regular dice). That is, the chances to get each outcome is 1/6 every time you roll the die. Immediately afterwards, that number will appear on the screen and you will be asked to determine whether this is the number you predicted or not.
If your prediction was correct click on the {{yes_side}} button that will indicate: "Yes ({{player.high_points}} points)", if your prediction was wrong click on the {{no_side}} button that will indicate: "No ({{player.low_points}} points)". The points shown on each button are the points that you can earn in the current round and they will accumulate along the study.
After you report "Yes" or "No", a summary of your report will be shown. In addition, the number of points you got will appear on the selected button. On the other button, you will see how many points you would have gotten had you selected it. This feedback will be presented for 1 second, then it will automatically disappear and you will be moved to the next round.


{{ endblock }}