{% extends "base.html" %} {%block head%} {%endblock%} {% block content %} {##} {% set reply_as_user = thread.speakers[cur_user.id] %}
{% if not focus_mode %} {%endif%}
{% if reply_as_user %}
You are replying as Speaker {{reply_as_user}}
{% endif %}
    Thanks for participating in the chat! Please submit your ratings to complete this task and receive compensation.
    {%if instructions_html %} {{ simple_instructions_html | safe}}
    Your remaining turns: {{ remaining_turns }}
    {%endif%}
    0 %} style="display:none" {% endif %} id="ratings-view"> {% set is_disabled = 'disabled' if (thread.data or {}).get('rating_done') else '' %}
    Thank you for your time. To complete this task, please answer the questions below: {% set ratings_dict = (thread.data or {}).get('ratings') or {} %} {% set prev_ratings = ratings_dict.get(cur_user.id) or {} %}
      {% for q in rating_questions %}
    • {{q['question']}} {% if q['choices'] %} {% for ch in q['choices'] %} {%endfor%} {% endif %} {% if q['range'] %} {% for i in range(q['range'][0], q['range'][1] + 1) %} {% if q['range'][1] - q['range'][0] > 40 %} {% if loop.index0 % 10 == 0 %} {% endif %} {% else %} {% endif %} {% endfor %} {% endif%} {% if q['freetext'] %} {% endif %}
    • {% endfor %}
    {% if focus_mode %} {%endif%}

    {%if instructions_html %} {% endif %} {% endblock%}