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

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

{% formfield player.reelect label="Were you to participate in this task again, would you vote for your coordinator to be chosen again?" %} {% endif %} {% next_button %} {% endblock %}