{% block title %} Which books and bonus should Alex get? {% endblock %} {% block content %}

On this page, the options involve Alex’s bonus.

{{ if participant.switch_order }}
Case 1: we WILL tell Alex whether the books he got are the ones with the original or fake notes
{{ if Trad_wtp != 3 }}

{{ formfield_errors 'Trad_learn2' }} {{ form.Trad_learn2.label }}

After correctly answering the question above, you will be able to decide which books Alex receives below.

{{ else }}

For Case 1, we already know how to answer the 15 questions for you. You don't need to do anything else for this case. You will get a chance to review your responses to the questions in Case 1 later in the study.

{{ endif }}

Case 2: we WILL NOT tell Alex whether the books he got are the ones with the original or fake notes
{{ if participant.treatment != 'middle'}}
He knows that with {{ C.MS }}% chance, he will get the books with {{ if participant.treatment == 'high' }}original notes{{ else }}fake notes{{ endif }}; you now determine which books he gets otherwise.
{{ endif }}
{{ if ES_wtp != 3 }}

{{ formfield_errors 'ES_learn2' }} {{ form.ES_learn2.label }}

After correctly answering the question above, you will be able to decide which books Alex receives below.

{{ else }}

For Case 2, we already know how to answer the 15 questions for you. You don't need to do anything else for this case. You will get a chance to review your responses to the questions in Case 2 later in the study.

{{ endif }}
{{ else }}
Case 1: we WILL NOT tell Alex whether the books he got are the ones with the original or fake notes
{{ if participant.treatment != 'middle'}}
He knows that with {{ C.MS }}% chance, he will get the books with {{ if participant.treatment == 'high' }}original notes{{ else }}fake notes{{ endif }}; you now determine which books he gets otherwise.
{{ endif }}
{{ if ES_wtp != 3 }}

{{ formfield_errors 'ES_learn2' }} {{ form.ES_learn2.label }}

After correctly answering the question above, you will be able to decide which books Alex receives below.

{{ else }}

For Case 1, we already know how to answer the 15 questions for you. You don't need to do anything else for this case. You will get a chance to review your responses to the questions in Case 1 later in the study.

{{ endif }}

Case 2: we WILL tell Alex whether the books he got are the ones with the original or fake notes
{{ if Trad_wtp != 3 }}

{{ formfield_errors 'Trad_learn2' }} {{ form.Trad_learn2.label }}

After correctly answering the question above, you will be able to decide which books Alex receives below.

{{ else }}

For Case 2, we already know how to answer the 15 questions for you. You don't need to do anything else for this case. You will get a chance to review your responses to the questions in Case 2 later in the study.

{{ endif }}
{{ endif }} {{ formfield_errors 'Trad_learn2_mistakes' }} {{ formfield_errors 'ES_learn2_mistakes' }} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}