{% extends "rsft_goals_and_experience_experiment/Page.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 decisions 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 }} decisions per block.

{% 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 }} decisions. Remember that your points accumulate over the 5 decisions.

{% 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 }} decisions. Remember that your points accumulate over the 5 decisions.

{% endblocktrans %} {% endif %} {% formfields %} {% blocktrans trimmed %}

Click on "Next" to navigate to the next page.

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