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

Example for choice Phase

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

This is an example of a choice phase. The hidden probabilities are the same as in the learning phase. Your task is to reach or exceed the point threshold by accumulating from the options. The progress bar shows your points and the threshold you want to reach or exceed. You have {{ num_trials }} clicks.

{% endblocktrans %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}