{% extends "global/SurveyPage.html" %} {% load otree static %} {% load i18n %} {% block title %} {% blocktrans trimmed %} Summary {% endblocktrans %} {% endblock %} {% block content %}
Your task is to learn about the hidden probabilities of the options in max {{ num_samples }} clicks per block.
{% endblocktrans %} {% if goal_condition == 1 %}Above the options you will see a text that informs you about the threshold you will have to reach or exceed in the choice phase.
{% endif %}Your task is to collect points in order to reach or exceed the threshold in {{ num_trials }} clicks. Remember that your points accumulate over the 5 clicks.
{% endblocktrans %} {% else %}Your task is to learn about the probabilities of the options.
{% endblocktrans %}Your task is to collect points in order to reach or exceed the threshold in {{ num_trials }} clicks. Remember that your points accumulate over the 5 clicks.
{% endblocktrans %} {% endif %} {% formfields %} {% blocktrans trimmed %}Click on "Next" to navigate to the next page.
{% endblocktrans %} {% next_button %} {% endblock %}