{% extends "rsft_goals_and_experience_experiment/Page.html" %} {% load otree static %} {% load i18n %} {% block content %} {% if player.phase == "familiarization" %} {% blocktrans trimmed %}

Example for Learning Phase

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

block {{ round_number }} of 15 - Learning Phase

{% endblocktrans %} {% endif %}
{% if player.phase == "familiarization" %} {% blocktrans trimmed %}

This page is an example of a learning phase. Click on the options below. Your task is to learn the outcomes' hidden probabilities. If you feel like you understood the hidden probabilities, click the "i am ready to move on" button .

{% endblocktrans %} {% endif %}
{% if goal_condition == 1 %} {% if player.phase == "familiarization" %} {% blocktrans trimmed %}{% endblocktrans %} {% else %} Threshold: {{ budget | to0 }} {% endif %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}