{% block title %} Which books should Alex get? {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}

{{ if participant.switch_order }}
Case 1: we WILL tell Alex whether the books he got are the ones with the original or fake notes
It is important that you understand which case we are in. Please answer the question below.

{{ formfield_errors 'Trad_learn' }} {{ form.Trad_learn.label }}

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


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 }}
It is important that you understand which case we are in. Please answer the question below.

{{ formfield_errors 'ES_learn' }} {{ form.ES_learn.label }}

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

{{ 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 }}
It is important that you understand which case we are in. Please answer the question below.

{{ formfield_errors 'ES_learn' }} {{ form.ES_learn.label }}

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


Case 2: we WILL tell Alex whether the books he got are the ones with the original or fake notes
It is important that you understand which case we are in. Please answer the question below.

{{ formfield_errors 'Trad_learn' }} {{ form.Trad_learn.label }}

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

{{ endif }}
{{ formfield_errors 'Trad_learn_mistakes' }} {{ formfield_errors 'ES_learn_mistakes' }} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {{ if participant.switch_order }} {{ else }} {{ endif}} {% endblock %}