{% extends "global/Page.html" %} {% load otree %} {% block title %} Survey {% endblock %} {% block content %}
{{ form.e_anticipate_effort }}
{{ form.e_anticipate_outcome }}
{{ form.e_anticipate_other }}
{% formfield player.e_anticipate_text %}

{{ form.e_learn_effort }}
{{ form.e_learn_outcome }}
{{ form.e_learn_other }}
{% formfield player.e_learn_text %}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}