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


Questions 5

Assume at Stage 1, in a subgroup, Participant A chooses an effort x=0, and Participant B chooses an effort x=1 or any number above 1, who will win this stage?

{{ form.try5.errors }} Both participants have equal winning probability, which is 1/2.
Neither of them wins.
Participant A wins for sure.
Participant B wins for sure.



{% endblock %}