{% extends "rsft_goals_and_experience_experiment/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% blocktrans trimmed %}Instructions Learning Phase{% endblocktrans %} {% endblock %} {% block content %}

{% blocktrans trimmed %} Here you learn about the layout and procedure of learning phases. {% endblocktrans %}

{% blocktrans trimmed %}Example of options{% endblocktrans %}

{% if sample_condition == 1 %} {% if goal_condition == 1 %} {% blocktrans trimmed %}

In learning phases you will see two options like below. The options offer point amounts with some probability. You know the amount of points (e.g., 5 points and 7 points). But you will not see the probabilities. Each amount of points occurs with some probability (e.g., 5 points 80% of the time).

Your task is to learn about the hidden probabilities. To learn about the probabilities you can click on an option. Clicking causes the option to play out a point draw according to the hidden probabilities and show the drawn amount of points (e.g., 5 points will appear in 80 of 100 clicks if the hidden probability is 80%).

You will have a maximum of {{ num_samples }} clicks per block to learn about the hidden probabilities (=50 clicks per learning phase). However, you can move on at any time. Once you feel like you understand the probabilities of the options you can continue to phase 2 by clicking on the “I am ready to move on” button.

{% endblocktrans %} {% else %} {% blocktrans trimmed %}

In learning phases you will see two options like below. The options offer point amounts with some probability. You know the amount of points (e.g., 5 points and 7 points) but you will not see the probabilities. Each amount of points occurs with some probability (e.g., 5 points 80% of the time).

Your task is to learn about the hidden probabilities. To learn about the probabilities you can click on an option. Clicking causes the option to play out a point draw according to the hidden probabilities and show the drawn amount of points (e.g., 5 points will appear in 80 of 100 clicks if the hidden probability is 80%).

You will have a maximum of {{ num_samples }} clicks per block to learn about the hidden probabilities. However, you can move on at any time. Once you feel like you understand the probabilities of the options you can continue to phase 2 by clicking on the “I am ready to move on” button.

{% endblocktrans %} {% endif %} {% else %} {% if goal_condition == 1 %} {% blocktrans trimmed %}

You will see the probabilities of the options, such as 5 points with a probability of 80% and 7 points with a probability of 20%, or some other probability. Your task is to view the options. Once you feel like you understand the probabilities of the options you can continue to phase 2 by clicking on the “I am ready to move on” button.

Above the options there will be a header that reads “Your threshold will be XX”. This informs you about the threshold you will have to reach or exceed in phase 2 (The threshold will be explained further on the next page).

{% endblocktrans %} {% else %}

{% blocktrans trimmed %} You will see the probabilities of the options, such as 5 points with a probability of 80% and 7 points with a probability of 20%, or some other probability. Your task is to view the options. Once you feel like you understand the probabilities of the options you can continue to phase 2 by clicking on the “I am ready to move on” button. {% endblocktrans %}

{% endif %} {% endif %} {% if sample_condition == 1 %}

{% blocktrans trimmed %} This option offers +7 points with some probability or +5 points with some probability. {% endblocktrans %}

{% blocktrans trimmed %} This option offers +3 points with some probability or +9 points with some probability. {% endblocktrans %}

{% else %}

{% blocktrans trimmed %} This option offers +7 points with a probability of 20 % or +5 points with a probability of 80 %. {% endblocktrans %}

{% blocktrans trimmed %} This option offers +3 points with a probability of 60 % or +9 points with a probability of 40 %. {% endblocktrans %}

{% endif %}

Comprehension Check

{% formfields %} {% blocktrans trimmed %}

On the next page you will see an example of a learning phase. Click on "Next" to navigate to the next page.

{% endblocktrans %} {% next_button %} {% endblock %}