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

Exercise

  1. {% formfield player.level label="What is your type?" %}
  2. {% formfield player.level2 label="What is your opponent's type?" %}
  3. {% formfield player.rounds label="How many rounds are there?" %}
  4. {% formfield player.typechange label="Will your type change across rounds?" %}
  5. {% formfield player.periods label="How many periods are there in a round?" %}
{% next_button %} {% endblock %}