{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}


Questions 5

Assume in a group, Participant A and Participant B both choose an effort x= 0, and Participant C chooses an effort x=1 or any number above 1, who will win this round?

{{ form.try5.errors }} All three participants have equal winning probability, which is 1/3.
None of them wins.
Participant A or B wins for sure.
Participant C wins for sure.



{% endblock %}