{{ block title }} Choice {{ endblock }} {{ block content }} {{if treatment_reminder == "Strategy reminder" or treatment_reminder == "Strategy and action reminder" }} {{if strat == "AD"}} Choose Y in every round.

{{elif strat == "GT"}} Choose X in round 1. After round 1: choose X if the computer chose X in every one of the previous rounds; choose Y if the computer chose Y in one or more of the previous rounds.

{{elif strat == "TfT" }} Choose X in round 1. After round 1: choose X if the computer chose X in the previous round. Choose Y if the computer chose Y in the previous round.

{{elif strat == "TTfT" }} Choose X in rounds 1 and 2. After round 2: choose X if the computer chose X in either of the previous two rounds; choose Y if the computer chose Y in both of the previous two rounds.

{{elif strat == "Tf3T" }} Choose X until the other has chosen Y three times in any of the previous rounds, after which choose Y. Then, start over by playing X and restarting the counting of number of times the other has played Y, once the other plays X once.

{{elif strat == "DTf3T" }} Choose Y in the first period. Then, choose X until the other has chosen Y three times in any of the previous rounds, after which choose Y. Then, start over after the other plays X once.

{{else}} / {{endif}}

Previous choices:

{{choice_history}}

{{endif}}

{{ formfield 'choice'}}

{{ formfield_errors 'ar_choice' }} {{if treatment_reminder == "Action reminder" or treatment_reminder == "Strategy and action reminder" }} {{else}} {{ next_button }} {{endif}} {{ endblock }}