{% extends "global/SimplePage.html" %} {% load staticfiles otree_tags %} {% block title %} {% if player.round_number == 1 %} Instructions : Task 1 {% else %} Instructions : Task 3 {% endif %} {% endblock %} {% block content %}

{% if player.round_number == 1 %} This is the 1st task of today's experiment, In this task you will be given a hypothetical situation related to a pandemic. You will be asked to answer questions related to the given situation. {% else %} This is the 3rd task of today's experiment, In this task you will be given a hypothetical situation related to a pandemic once again. You will be asked to answer questions related to the given situation. {% endif %}

Please consider the situation carefully and answer honestly

Click the ‘Next’ button to proceed.

{% include "global/ButtonNext.html" with button_text="Next" %} {% endblock %}