{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Part 1 of this study: Instructions (2/3)
{% endblock %} {% block content %} Auto-completion: The table auto-completes your choices so you don't have to click through all of the rows. You do not have to start at the top of the table. If you select Option A in any one row, we assume that you will also prefer Option A in all rows above that row. If you select Option B in any one row, we assume that you will also prefer Option B in all rows below that row.

{% for counter, amount in example %} {% if counter == 1 %} {% else %} {% endif %} {% endfor %}
Option A Option B
With probability 5% : Get $18

With probability 95% : Get $0

         With certainty: Get: ${{ amount }}
         With certainty: Get ${{ amount }}

{% endblock %} {% block scripts %} {% endblock %}