{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Please press submit when you have completed the questionnaire. You can only proceed to Stage 2 after you get all questions correct.
{% formfield player.question1 label="Q1. How many people are there in this session?" %} {% formfield player.question2 label="Q2. How will your earning change if your dice lands on 2?" %} {% formfield player.question3 label="Q3. How will your earning change if your dice lands on 6?" %} {% formfield player.question4 label="Q4. When will the dice be rolled?" %} {% formfield player.question5 label="Q5. Which of the following statement is correct?" %} {% formfield player.question6 label="Q6. Which of the following statement is correct?" %} {% include "buttons/SubmitButton.html" %} {% endblock %}