{{ block title }} Questionnaire 2 {{ endblock }} {{ block content }}
You have a table with 10 questions. You will state whether you prefer Option A or Option B in each question. You should think of each question as a separate decision you need to make. However, only one question will be the 'question that counts' and will be paid out. In particular, at the end of the experiment, the computer will randomly draw an integer number between 1 and 10. The number chosen indicates which question will be paid out.
For example, suppose question 6 (see below) is selected to calculate your earnings:
If your choice is option A, there is a 60% of chance that you receive $3.0 and a 40% of chance you receive $0.1. If your choice is option B, you receive $1.5.
Your payoff in this questionnaire will be shown to you at the end of the experiment.
Please make your decisions:
| Question 1 | {{form.quest_2_question_1}} | {{ formfield_errors 'quest_2_question_1' }}
| Question 2 | {{form.quest_2_question_2}} | {{ formfield_errors 'quest_2_question_2' }}
| Question 3 | {{form.quest_2_question_3}} | {{ formfield_errors 'quest_2_question_3' }}
| Question 4 | {{form.quest_2_question_4}} | {{ formfield_errors 'quest_2_question_4' }}
| Question 5 | {{form.quest_2_question_5}} | {{ formfield_errors 'quest_2_question_5' }}
| Question 6 | {{form.quest_2_question_6}} | {{ formfield_errors 'quest_2_question_6' }}
| Question 7 | {{form.quest_2_question_7}} | {{ formfield_errors 'quest_2_question_7' }}
| Question 8 | {{form.quest_2_question_8}} | {{ formfield_errors 'quest_2_question_8' }}
| Question 9 | {{form.quest_2_question_9}} | {{ formfield_errors 'quest_2_question_9' }}
| Question 10 | {{form.quest_2_question_10}} | {{ formfield_errors 'quest_2_question_10' }}