{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %} Statement {{ player.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}

Consider the following statement:

"{{ player.statement }}"

{% formfield player.submitted_answer label="1. Do you agree or disagree with this statement?" %}

2. How important is the topic of this statement to you?

-
Not Important     Very Important
(0)                                           (10)


{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}