{% extends "global/Page.html" %} {% load otree static %} {% block title %} One last thing... {% endblock %} {% block content %}
With your answers to the following two questions, you can earn money. Please provide your best estimate on the following. If your answer to each question is correct, you will earn 1 euro.
{% if one %} What is the gender of Player 2? {% formfield player.gender1 %} What is the gender of Player 3? {% formfield player.gender2 %} {% endif %} {% if two %} What is the gender of Player 1? {% formfield player.gender1 %} What is the gender of Player 3? {% formfield player.gender2 %} {% endif %} {% if three %} What is the gender of Player 1? {% formfield player.gender1 %} What is the gender of Player 2? {% formfield player.gender2 %} {% endif %} {% next_button %} {% endblock %}