{% extends "global/Page.html" %} {% load static otree %} {% block styles %} {% endblock %} {% block title %}Survey #1{% endblock %} {% block content %}

POST-GAME SURVEY 1/3​


Please answer as honestly as possible. Remember your responses are anonymous. ​ For each item below, please choose ONE rating that best describes you:

​ {% for i in aux %} {% if forloop.counter0 is 0 %} {% endif %} {% if forloop.counter0 is 1 %} {% endif %} {% if forloop.counter0 is 2 %} {% endif %} {% if forloop.counter0 is 3 %} {% endif %} {% if forloop.counter0 is 4 %} {% endif %} {% if forloop.counter0 is 5 %} {% endif %} {% if forloop.counter0 is 6 %} {% endif %} {% if forloop.counter0 is 7 %} {% endif %} {% if forloop.counter0 is 8 %} {% endif %} {% if forloop.counter0 is 9 %} {% endif %} {% if forloop.counter0 is 10 %} {% endif %} {% if forloop.counter0 is 11 %} {% endif %} {% if forloop.counter0 is 12 %} {% endif %} {% if forloop.counter0 is 13 %} {% endif %} {% if forloop.counter0 is 14 %} {% endif %} {% if forloop.counter0 is 15 %} {% endif %} {% if forloop.counter0 is 16 %} {% endif %} {% if forloop.counter0 is 17 %} {% endif %} {% if forloop.counter0 is 18 %} {% endif %} {% if forloop.counter0 is 19 %} {% endif %} {% if forloop.counter0 is 20 %} {% endif %} {% if forloop.counter0 is 21 %} {% endif %} {% endfor %}
Definitely false Probably false Probably true Definitely true
{{ names.0 }}
{{ names.1 }}
{{ names.2 }}
{{ names.3 }}
{{ names.4 }}
{{ names.5 }}
{{ names.6 }}
{{ names.7 }}
{{ names.8 }}
{{ names.9 }}
{{ names.10 }}
{{ names.11 }}
{{ names.12 }}
{{ names.13 }}
{{ names.14 }}
{{ names.15 }}
{{ names.16 }}
{{ names.17 }}
{{ names.18 }}
{{ names.19 }}
{{ names.20 }}
{{ names.21 }}

{% endblock %}