{% load otree %}
You will play this game for 5 rounds. One of the five round will be randomly selected as the final round for your payment. First, you will take a transcription (copy) task under 30 seconds. Your performance depends on how accurate you copy the texts. The accuracy is measured by the Levenschtein difference between the given text and the text you enter.
If the Levenshtein distance is no greater than 10% of the length of the original text, you receive a grade A which is associated with a payoff of 20 dollars.
If the Levenshtein distance is greater than 10% but not greater than 20% of the length of the original text, you receive a grade B which is associated with a payoff of 15 dollars.
If the Levenshtein distance is greater than 20% but not greater than 30% of the length of the original text, you receive a grade C which is associated with a payoff of 10 dollars.
If the Levenshtein distance is greater than 30% but not greater than 40% of the length of the original text, you receive a grade D which is associated with a payoff of 5 dollars.
If the Levenshtein distance is greater than 40%, you receive a grade F which is associated with a payoff of 0 dollar.
You will then be randomly paired with another player. In other words, you will have a counterpart, but you will not be told who it is. Your identity will also remain hidden from your counterpart.
The two participants in a pair will have two different roles: the Student and the Instructor. You will be assigned randomly to a role, and it will be displayed when you complete the transcription task.