{% extends "global/Page.html" %} {% load staticfiles otree %} {% csrf_token %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }}: Information Choice
From this page on, your choices will impact the likelihood of receiving the $1.00 performance-based bonus. Consider your choices wisely.
{% endblock %} {% block content %}
Your position: 3 in the sequence of 4 people
A group urn for this round was randomly selected at the beginning of the round
Which piece of information do you want to see before guessing the actual group urn?

{% formfield player.information_channel_3 label = "" %}

{% include Constants.instructions_template %} {% endblock %}