{% extends "global/Page.html" %} {% load otree %} {% block content %}

Survey and Experiment Feedback

{% for item in rating_items %}
{% if item.scale == 5 %} No significant change
{% if "easier" in item.label %}Became much easier{% else %}Became very difficult{% endif %} {% else %} Extremely Easy
Extremely Difficult {% endif %}

{% endfor %}
{% formfield player.willing_to_pay %}
{% formfield player.other_comments %}
{% endblock %}