{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 2 {% endblock %} {% block content %}
The computer will now generate a score based on your Part 1 performance. However, the computer sometimes makes mistakes.
The score that the computer report is as follows:
score = number of puzzles you solved correctly + a random number X
where the random number X is a number randomly drawn by the computer. X can be either -3, -2, -1, 0, 1, 2, or 3. This means that each of these 7 numbers is equally likely to be X.
Example: Suppose the number of puzzles you solved correctly is 18, and the computer randomly draws X to be -2. In this case, the score revealed to you will be 18 − 2 = 16.
Based on the number of puzzles you solved correctly in Part 1, the computer generated a score of:
{{player.noisy_feedback}}