{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Rating a pain {% endblock %} {% block content %}

Rating of imagined pain

please rate the degree of pain you imagine you would feel
{{ pain }}{% formfield player.pain with label="1-not painful at all, 100-very painful" %}
{% next_button %}
{% endblock %}