{{ block title }} Feedback {{ endblock }} {{ block content }}

You have provided {{ player.correct }} correct answers.

{{ if player.correct <= 6 and player.treatment == "typo10" }}

Based on previous experiments with Prolific participants, your performance falls into the lower half of all participants — that is, the bottom 50%.

{{ elif player.correct > 6 and player.treatment == "typo10" }}

Based on previous experiments with Prolific participants, your performance falls into the higher half of all participants — that is, the top 50%.

{{ elif player.correct <= 18 and player.treatment == "typo30" }}

Based on previous experiments with Prolific participants, your performance falls into the lower half of all participants — that is, the bottom 50%.

{{ elif player.correct > 18 and player.treatment == "typo30" }}

Based on previous experiments with Prolific participants, your performance falls into the higher half of all participants — that is, the top 50%.

{{ endif }}
{{ endblock }}