{{ extends "global/Page.html" }} {% load otree %} {{ block title }}Understanding Questions{{ endblock }} {{ block content }}

1. How many rounds are there in this game?

{% formfield player.question1 %}

2. What is the multiplier used in this game?

{% formfield player.question2 %}

3. What is an endowment in this game?

{% formfield player.question3 %}

{% include Constants.instructions_template %} {{ next_button }} {{ endblock }}