{% extends "global/Page.html" %} {% load otree %} {% block title %}Survey{% endblock %} {% block content %}
For this survey we have developed an interactive chat communication that we use to collect your responses.
You will be interacting with {% if player.color == 'red' %} an automated chatbot, that will assisst you in answering the survey questions. {% endif %}{% if player.color == 'green' %} a student assistant, who will assisst you in answering the survey questions. {% endif %} Please click on the icon at the bottom right of this page.
{% next_button %} {% endblock %}