{% extends "rsft_goals_and_experience_experiment/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% blocktrans trimmed %} Main Experiment {% endblocktrans %} {% endblock %} {% block content %} {% if sample_condition == 1 %}
{% blocktrans trimmed %} On the next pages you will see 15 blocks (learning phases with maximum {{ num_samples }} clicks per block and choice phases with {{ num_trials }} each). Please complete a single block in one go without longer breaks. You can take short breaks (a couple of minutes) between blocks, if you like. {% endblocktrans %}
{% else %}{% blocktrans trimmed %} On the next pages you will see 15 blocks (learning phases with maximum {{ num_samples }} clicks per block and choice phases with {{ num_trials }} each). Please complete a single block in one go without longer breaks. You can take short breaks (a couple of minutes) between blocks, if you like. {% endblocktrans %}
{% endif %}{% blocktrans trimmed %} Click on "Next" to start the first block. {% endblocktrans %}
{% next_button %} {% endblock %}