{% extends "global/Page.html" %} {% load otree %} {% block scripts %} {% endblock %} {% block title %} Decision Scenarios {% endblock %} {% block content %}
On the next three pages, we ask for your choices between option A and option B.
The amounts in option B will remain the same on all these pages. But option A will change: We start with option A being a donation of 8 vitamin A doses, then go on to 20 doses, and finally 32 doses.
{{ form.switching_point.errors }} {% for amount in right_side_amounts %} {% endfor %}
Option A Option B
I donate {{ player.left_side_num_doses }} vitamin A doses    I choose ${{ amount }} for myself
{% endblock %}