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