{% extends "global/Page.html" %} {% load otree %} {% block title %} Post-Experiment Emotional State Survey {% endblock %} {% block content %}

Now we would like to ask you a few questions about how you feel right now.

  1. {{ formfield 'feeling_now' }}
  2. {{ formfield 'energy_now' }}
  3. {{ formfield 'mood_now' }}

{{ formfield 'general_feedback' }}

{{ next_button }} {% endblock %}