{% block title %} Please review your responses for the two cases {% endblock %} {% block content %} {{ if participant.switch_order }}
Case 1: we WILL tell Alex whether the books he got are the ones with the original or fake notes
Case 2: we WILL NOT tell Alex whether the books he got are the ones with the original or fake notes
{{ else }}
Case 1: we WILL NOT tell Alex whether the books he got are the ones with the original or fake notes
Case 2: we WILL tell Alex whether the books he got are the ones with the original or fake notes
{{ endif}} {{ formfield 'confirm' }}

Please click "Next" to proceed to the next page.

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}