{{ block title }} Results {{ endblock }} {{ block content }} {{ if final_selected_part == 'part1' }}
The selected part for bonus payment is Part 1: Quiz question.
The selected question is Question {{ selected_quiz_question }}. You answered this question {{ if participant.quiz_payment_correct }} correctly {{ else }} incorrectly {{ endif }}.
Your bonus is {{ final_payment_points }} points. The conversion rate is 100 points = 1 pence.
{{ elif final_selected_part == 'part2' and selected_part2_subpart == 'ability_belief' }}The selected part for bonus payment is Part 2: Likelihood of being ranked in the Top Half.
The selected report is {{ if selected_ability_belief_period == 'initial' }} the likelihood report at the beginning of period 1. {{ else }} the likelihood report in period {{ selected_ability_belief_period_times_five }}. {{ endif }}
Your bonus is {{ final_payment_points }} points. The conversion rate is 100 points = 1 pence.
{{ elif final_selected_part == 'part2' and selected_part2_subpart == 'robot_belief' }}The selected part for bonus payment is Part 2: Likelihood of the quality of the robot assistant being Good.
The selected report is the likelihood report in period {{ selected_robot_belief_period_times_five }}.
Your bonus is {{ final_payment_points }} points. The conversion rate is 100 points = 1 pence.
{{ elif final_selected_part == 'part2' and selected_part2_subpart == 'task_outcome' }}The selected part for bonus payment is Part 2: Outcome.
The selected outcome is the outcome in period {{ selected_task_period }}.
That outcome was a {{ selected_task_outcome }}.
Your bonus is {{ final_payment_points }} points. The conversion rate is 100 points = 1 pence.
{{ endif }}The payment rule for the likelihood reports
The payment rule for likelihood reports is based on the likelihood you reported about an event and whether the event actually happened. These events include whether you are ranked in the Top Half, and whether the quality of the robot assistant is Good.
If you report a likelihood of X%:Click here to complete the study.
{{ endblock }}