{% extends "global/Page.html" %} {% load static otree %} {% block title %} Control Questions {% endblock %} {% block content %}
You have not answered the control questions correctly. Please adjust your answers in the form. You have one attempt remaining.
{% formfield player.question1 label="What is the target position of each slider?" %}
{% formfield player.question2 label="How many rounds do you have to complete to earn 2 USD?" %}
{% formfield player.question3 label="How many USD do you earn if you complete 5 rounds?" %}
{% formfield player.question4 label="How many USD do you earn if you complete 15 rounds?" %}
{% if player.treatment == "2" %} {% formfield player.question6 label="How many rounds do you have to complete to receive the gold badge?" %}
{% endif %} {% formfield player.question5 label="How many rounds can you maximally complete?" %}
{% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}