{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %} {% if round_number == 1 %}
{% if discount_seq == 4 %}

Super!
You have answered all the questions correctly.
You will now start the first round of alternative choices
in Task 1.

{% endif %} {% if discount_seq == 3 %}

Super!
You have answered all the questions correctly.
You will now start the first round of alternative choices
in Task 3.

{% endif %}
{% endif %} {% if round_number == 7 %}
{% if discount_seq == 4 %}

You will now start the second round of alternative choices
in Task 1.

{% endif %} {% if discount_seq == 3 %}

You will now start the second round of alternative choices
in Task 3.

{% endif %}
{% endif %} {% if round_number == 13 %}
{% if discount_seq == 4 %}

You will now start the third round of alternative choices
in Task 1.

{% endif %} {% if discount_seq == 3 %}

You will now start the third round of alternative choices
in Task 3.

{% endif %}
{% endif %} {% if round_number == 19 %}
{% if discount_seq == 4 %}

Super!
You have answered all the questions correctly.
You will now start the first round of alternative choices
in Task 2.

{% endif %} {% if discount_seq == 3 %}

Super!
You have answered all the questions correctly.
You will now start the first round of alternative choices
in Task 4.

{% endif %}
{% endif %} {% if round_number == 25 %}
{% if discount_seq == 4 %}

You will now start the second round of alternative choices
in Task 2.

{% endif %} {% if discount_seq == 3 %}

You will now start the second round of alternative choices
in Task 4.

{% endif %}
{% endif %} {% if round_number == 31 %}
{% if discount_seq == 4 %}

You will now start the third round of alternative choices
in Task 2.

{% endif %} {% if discount_seq == 3 %}

You will now start the third round of alternative choices
in Task 4.

{% endif %}
{% endif %} {% endblock %}