{% extends "global/Page.html" %} {% load otree %} {% block title %} Survey {% endblock %} {% block content %}
In Part 2, you were shown a score of {{player.participant.score}} based on your Part 1 performance. The score you were shown is based on the following formula:
score = number of puzzles you solved correctly + a random number X
where the random number X can be either -3, -2, -1, 0, 1, 2, or 3.
Given the score that you were shown, how many puzzles do you think you have solved correctly in Part 1, and what do you think was the random number X?
score ({{player.participant.score}}) |    =      | {{formfield 'noise_guess_performance'}} |    +      | {{formfield 'noise_guess_x'}} |
The two numbers must add up to your score.