{% block title %} {% endblock %} {{ form.errors }} {% block content %}
Please choose the option that you prefer.
?
| Points | Probability |
|---|---|
| {{ b1_outcome }} | {{ b1_prob }} % |
| {{ b2_outcome }} | {{ b2_prob }} % |
Please choose the option that you prefer.
Python Variable 'order'= {{ order }}
#} {#Python 'round_number'= {{ round_number }}
#} {#Python 'trial'= {{ trial }}
#} {#Python 'a1_prob'= {{ a1_prob }}
#} {#Python 'a1_outcome'= {{ a1_outcome }}
#} {#Python 'a2_prob'= {{ a2_prob }}
#} {#Python 'a2_outcome'= {{ a2_outcome }}
#} {#Python 'b1_prob'= {{ b1_prob }}
#} {#Python 'b1_outcome'= {{ b1_outcome }}
#} {#Python 'b2_prob'= {{ b2_prob }}
#} {#Python 'b2_outcome'= {{ b2_outcome }}
#} {#