{% extends "global/Page.html" %} {% load otree %} {% block title %} Choice Round {{ current_round }} {% endblock %} {% block content %}
{{ formfield_errors 'Decision_Principal' }} {{ formfield_errors 'Decision_Principal_Explanation' }}
Your decision
You are the GREEN player. Click on the slider to choose the threshold, then click Confirm threshold.
Difference in output: Light BlueDark Blue
DARK BLUE wins
LIGHT BLUE wins
-120
-100
-80
-60
-40
-20
0
20
40
60
80
100
120
0
Move left/right
Mathematical expression:
Threshold locked on this page:
Please click on the slider and then click “Confirm threshold”.
Short explanation
{% if current_round > 2 %}
You may leave this field empty if nothing changed.
{% endif %}
{% endblock %}