{% extends "global/SurveyPage.html" %} {% load otree static %} {% load i18n %} {% block title %} {% blocktrans trimmed %} Summary {% endblocktrans %} {% endblock %} {% block content %}

{% blocktrans trimmed %}Blocks{% endblocktrans %}

{% blocktrans trimmed %} After a block ends (learning phase and choice phase) a new block with a new threshold and new options starts. Note that the clicks you make in a block do not affect the next block. The blocks are independent of each other. {% endblocktrans %} {% if sample_condition == 1 %}

{% blocktrans trimmed %}Learning Phase{% endblocktrans %}

{% blocktrans trimmed %}

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 %}

{% blocktrans trimmed %}Choice Phase{% endblocktrans %}

{% blocktrans trimmed %}

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 %}

{% blocktrans trimmed %}Learning Phase{% endblocktrans %}

{% blocktrans trimmed %}

Your task is to learn about the probabilities of the options.

{% endblocktrans %}

{% blocktrans trimmed %}Choice Phase{% endblocktrans %}

{% blocktrans trimmed %}

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 %}