{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Treatment
{% endblock %}
{% block content %}
{% if player.prob == 1 and player.uncertainty == 1 and player.heuristic == 1 %}
Now you are randomly assigned to treatment 1. The information about your vehicle
value, insurance, and accident is the same as introduction showed. You can start
your experiment now.
Attention please:
In the following 10 rounds, whether an accident happens or not is randomly determined by the computer.
The probability of accident occurrence would be {{ player.probability }} (10%) and independent in each round.
{% elif player.prob == 2 and player.uncertainty == 1 and player.heuristic == 1 %}
Now you are randomly assigned to treatment 2. The information about your vehicle
value, insurance, and accident is the same as introduction showed. You can start
your experiment now.
Attention please:
In the following 10 rounds, whether an accident happens or not is randomly determined by the computer.
The probability of accident occurrence would be {{ player.probability }} (20%) and independent in each round.
{% elif player.prob == 1 and player.uncertainty == 2 and player.heuristic == 1 %}
Now you are randomly assigned to treatment 3. The information about your vehicle
value, insurance, and accident is the same as introduction showed. You can start
your experiment now.
Attention please:
In the following 10 rounds, whether an accident happens or not is randomly determined by the computer.
The probability of accident occurrence (unknown) will keep the same and independent in each round.
{% elif player.prob == 2 and player.uncertainty == 2 and player.heuristic == 1 %}
Now you are randomly assigned to treatment 4. The information about your vehicle
value, insurance, and accident is the same as introduction showed. You can start
your experiment now.
Attention please:
In the following 10 rounds, whether an accident happens or not is randomly determined by the computer.
The probability of accident occurrence (unknown) will keep the same and independent in each round.
{% elif player.prob == 1 and player.uncertainty == 2 and player.heuristic == 2 %}
Now you are randomly assigned to treatment 5. The information about your vehicle
value, insurance, and accident is the same as introduction showed. You can start
your experiment now.
Attention please:
In the following 10 rounds, whether an accident happens or not is randomly determined by the computer. The probability of accident occurrence (unknown) will keep the same and independent in each round.
Remember that your earnings would be determined by your performance. Before you start, please finish this video.
{# #}
{% else %}
Now you are randomly assigned to treatment 6. The information about your vehicle
value, insurance, and accident is the same as introduction showed. You can start
your experiment now.
Attention please:
In the following 10 rounds, whether an accident happens or not is randomly determined by the computer. The probability of accident occurrence (unknown) will keep the same and independent in each round.
Remember that your earnings would be determined by your performance. Before you start, please finish this video.
{##}
{% endif %}
{% if player.uncertainty == 2 and player.heuristic == 2 %}