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.
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.