{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} ROUND {{ subsession.round_number }} - WHAT COLOR DO YOU THINK THE BALL IS? {% endblock %} {% block content %}

You have decided to consult a {% if player.expert_choice == 'BLUE Expert' %} BLUE Expert.
{% endif %} {% if player.expert_choice == 'RED Expert' %} RED Expert.
{% endif %}



What would your guess about the ball color be if the expert said "The randomly drawn ball is BLUE"?

{% formfield player.ball_choice_b with label="" %}

On a scale from 0 to 100, how confident are you about this guess? For example, 0 means you are not confident at all about your guess and 100 means you are sure your guess is correct.

{% formfield player.confidence_b with label="" %}

What would your guess about the ball color be if the expert said "The randomly drawn ball is RED"?

{% formfield player.ball_choice_r with label="" %}

On a scale from 0 to 100, how confident are you about this guess?

{% formfield player.confidence_r with label="" %}

{% next_button %} {% endblock %} {% block styles %} {% endblock %}