{% extends "global/Page.html" %} {% load otree static %} {% block content %} {% include Constants.instructions_template %}
在你之前的参与者也从罐子中进行抽球(有放回)。
你并不知道他们抽到的球是什么颜色,但是你能够看到他们抽球后作出的猜测。
先前参与者的猜测:
参与者1: 罐子 {{ group.choice_of_urn_first }}
参与者2: 罐子 {{ group.choice_of_urn_second }}
你在小组中第3个进行决策。你抽到了一个
{% if player.current_ball == 'red' %}
红球.
{% else %}
蓝球.
{% endif%}
你需要猜测:面前的罐子是罐子A还是罐子B?
{% formfield group.choice_of_urn_third label="你的选择是" %} {% next_button %}