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

Based on your learning from the video, please relook at the following questions.

{% formfield player.question1_1 %}
{% formfield player.question2_1 %}
{% formfield player.question3_1 %}
{% formfield player.question4_1 %}
{% formfield player.question5_1 %}
{% formfield player.question6_1 %}
{% else %}

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

{% endif %}
{% endblock %}