{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Question before outcome is realized
{% endblock %}
{% block content %}
What do you think that the probability of getting 0 (in %) is if you choose Option 1? Please, insert a number between 0 and 100.
{% formfields %}
{% next_button %}
{% endblock %}