{% extends "global/Page.html" %} {% load otree %} {% block title %} Choice between Options {% endblock %} {% block content %} Round {{ player.round_number }} You have to choose between two options- Option 1 or Option 2. Each of these options yields outcomes that occur with different probabilities. There is no explicit information on these outcomes and probabilities. Which option do you choose? {% formfields %} {% next_button %} {% endblock %}