{% extends "otree/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %}
Book Survey
{% endblock %} {% block content %} {% if player.weblink == 'd6_jQXoS0rs' %}

Please answer the following questions.

{% formfield player.question1 %}
{% formfield player.question2 %}
{% formfield player.question3 %}
{% formfield player.question4 %}
{% formfield player.question5 %}
{% formfield player.question6 %}
{% else %}

You are assigned to the Empathy Book, please click here.

{% endif %}
{% endblock %}