{{ block title }} Post-Questionnaire {{ endblock }} {{ block content }} {{ if group.public_official == player.id_in_group and player.score_merit == group.top_score}}
Congratulations! You had the top score: you answered {{ player.score_merit }} questions correctly.
This means that you have been selected as the public official to answer a series of questions on the next page.
{{ elif group.public_official != player.id_in_group and player.score_merit == group.top_score }}Congratulations! You were tied for the top score on the assessment. You had the top score: you answered {{ player.score_merit }} questions correctly. However, we had to randomly pick one participant as the ``public official'' and you were not selected.
We would still like to ask you some questions to see how you would have responded, though. Please click to the next page to answer the questions.
{{ elif group.public_official != player.id_in_group and player.score_merit != group.top_score }}You did not have the top score on the assessment: you answered {{ player.score_merit }} questions correctly. The top candidate answered {{ group.top_score}} questions correctly. You were therefore not selected as the public official.
We would still like to ask you some questions to see how you would have responded, though. Please click to the next page to answer the questions.
{{ endif }} {{ next_button }} {{ endblock }}