{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
Once you choose an option, any other choices implied by that decision will be auto-completed for you.
| Option A | Option B | |
|---|---|---|
|
{% if a_sure %}
{{ payoffA_high | c }} for sure
{% else %}
{{ px }}% chance of {{ payoffA_high | c }} {{ py }}% chance of {{ payoffA_low | c }} {% endif %} |
{% if b_sure %}
{{ payoffB_high | c }}
{% else %}
{{ px }}% chance of {{ payoffB_high | c }} {{ py }}% chance of {{ payoffB_low | c }} {% endif %} |