{% extends "global/Page.html" %} {% load otree static %} {% load otree static otree_tools %} {% block title %} Situation {{ player.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %} {% tracking_time %} {% tracking_focus %}
{{ player.question_label }}

{{ player.question_a }} {% formfield player.answer_a %} not likely                        very likely

{{ player.question_b }} {% formfield player.answer_b %} not likely                        very likely

{{ player.question_c }} {% formfield player.answer_c %} not likely                        very likely

{{ player.question_d }} {% formfield player.answer_d %} not likely                        very likely

{% next_button %} {% endblock %} {% block styles %} {% endblock %}