{% extends "global/Page.html" %} {% load otree %} {% block title %} Questionnaire about the task {% endblock %} {% block content %} {% formfield player.exp_RoleArounds label="In how many rounds was your group in Position A? Please enter a number between 0-20. If correct, you will receive 50 cents." %}

{% formfield player.exp_RoleBrounds label="In how many rounds was your group in Position Z? Please enter a number between 0-20. If correct, you will receive 50 cents." %}

{% next_button %} {% endblock %}