{% extends "global/Page.html" %} {% load otree static %} {% block title %} Random Selection Results {% endblock %} {% block content %}

Thank you for choosing your version {{ version_for_template }} task-list pairs. I randomly selected your {{ treatment_template }} version {{ version_for_template }} choice. This means you will have to complete the following task-list pair:

{{ if player.participant.treatment_used1 == 'Treatment' }} {% with control=False %} {{ if player.Task_Choice == "Option 1" }} {{ include 'RET_Choice/Option1.html'}} {{ else }} {{ include 'RET_Choice/Option2.html'}} {{ endif }} {% endwith %} {{ elif player.participant.treatment_used1 == 'Blunder'}} {{ if player.Blunder_Task_Choice == "Option 1" }}

Complete the {{Good_Task}} (level 1) task.
After completing the {{Good_Task}} (level 1) task, you must complete one of the following tasks:

{{ else }}

Complete the {{Bad_Task}} (level 1) task.
After completing the {{Bad_Task}} (level 1) task, you must complete one of the following tasks:

{{ endif }} {{ else }} {% with control=True %} {{ if player.Control_Task_Choice == "Option 1" }} {{ include 'RET_Choice/Option1.html'}} {{ else }} {{ include 'RET_Choice/Option2.html'}} {{ endif }} {% endwith %} {{ endif }}
{{ if version_for_template == 'A'}} Click the next button to choose your version B task-list pairs. {{ else }} Click the next button to complete the first task in your version A task-list pair. {{ endif }}

{% next_button %} {% endblock %}