{{ block content }}

Part I - Quiz - Results

Results

That is the end of the quiz. From 6 questions, you made {{ if player.count_mistakes == 1 }} {{ player.count_mistakes }} mistake.{{ endif }} {{ if not player.count_mistakes == 1 }} {{ player.count_mistakes }} mistakes.{{ endif }} This means {{ if player.count_mistakes == 0 }}$5{{ endif }} {{ if player.count_mistakes == 1 }}$5{{ endif }} {{ if player.count_mistakes == 2 }}$4{{ endif }} {{ if player.count_mistakes == 3 }}$3{{ endif }} {{ if player.count_mistakes == 4 }}$2{{ endif }} {{ if player.count_mistakes == 5 }}$1{{ endif }} {{ if player.count_mistakes >= 6 }} no additional payment{{ endif }} will be added to your total earnings.

End of Part I

This is the end of Part I. Part II will provide 3 shortened practice rounds of the experiment task. This will be followed by 6 full rounds in Part III.

Please wait until each participant has finished the quiz, before we start Part II.

{{ if player.self_directed }}

self-directed version is on

{{ next_button }} {{ endif }}
{{ include Constants.PAYOFF_TABLE }}
{{ include Constants.INSTRUCTIONS_TEMPLATE }}
{{ endblock }}