{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
The randomly chosen row is indicated below.
Your payoff for this task: {{ player.payoff }}
| Option A | Option B | |
|---|---|---|
|
{{ px }}% chance of {{ payoffA_high | c }} {{ py }}% chance of {{ payoffA_low | c }} |
{% if choice == 'A' %}
|
{{ px }}% chance of {{ payoffB_high | c }} {{ py }}% chance of {{ payoffB_low | c }} |