{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load staticfiles %} {% block title %} Survey on Speech Perception: Recording {{ player.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}

1. Please provide your impression of the voice recording in the matrix below:

{% for adj_left, adj_right, name, value in list %} {% for v in value %} {% endfor %} {% endfor %}
{{ adj_left }} {{ adj_right }}

2. Assuming that this is a lawyer arguing a case in front of a panel of judges. How likely do you think this lawyer will win the case?

{% for v in value_2 %} {% endfor %}
{{ adj_list_left_2 }} {{ adj_list_right_2 }}

3. How good is the quality of the recording?

{% for v in value_3 %} {% endfor %}
{{ adj_list_left_3 }} {{ adj_list_right_3 }}
{{ form.errors }}
{% next_button %}
{% endblock %}