Test_Johanne/a3_welcome/templates/a3_welcome/BienvenueBis.html
2025-03-06 10:33:03 +01:00

56 lines
1.7 KiB
HTML

<head>
<style>
.hide {
display: none;
}
</style>
<title></title>
</head>
{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Experiment in economics
{% endblock %}
{% block content %}
<div class="card bg-light m-3">
<div class="card-body">
<h3>Welcome </h3>
<p>Thank you for agreeing to participate in this experiment.
You will receive a fixed payment (of 5 €) for your participation,
regardless of your responses during this experiment. In addition, there will be a variable payment based on your responses during the experiment.
The experiment consists of two types of tasks: questionnaires and games.
</p>
<p>
These two tasks are independent of each other, and you will receive instructions at the beginning of each task.
The variable payment you will receive at the end of the experiment will not depend on your responses to the questionnaires. In fact, in these questionnaires, there are no right or wrong answers. However, your variable payment will depend on the quality of your responses to the games.
Specifically, at the end of the experiment, only one of the games will be randomly selected to be paid for real.
The currency used in this experiment is the ECU.
</p>
<p>
In case of non-integer winnings, the amount will be rounded (winnings of 1.4 → final winnings of 1€, winnings of 2.8 → final winnings of 3€).
</p>
<p>
The experiment lasts about 45 minutes, probably less. You are free to leave the experiment at any time, but if you decide to leave the experiment before completing it, you will not be paid.
</p>
<br>
<b>Important: All your answers will be treated anonymously. No one will be able to directly identify your decisions.
</b>
<p>{% next_button %}</p>
</div></div>
{% endblock %}