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

We would like to ask you now some questions about your own performance in this round.

{% formfield player.SelfBelief1 label="How many questions do you think you solved correctly?" %} {% formfield player.SelfBelief2 label="How much do you think the Yellow Player earned because of your effort?" %} {% formfield player.SelfBelief3 label="What percentage of the separate amount of money do you think the Yellow Player will pay to you ?" %}
{% next_button %} {% endblock %}