{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Part 1 {% endblock %} {% block content %}

You are required to solve some short mathematical operations and scrambled names of countries and animals.

  • For every task, you will be told if it is a mathematical operation, scrambled animal name or scrambled country name.

  • You will have {{ Constants.q_time }} seconds to answer each task by typing the number or ordered letters in the textbox.

  • Your answer will be automatically submitted after timeout ({{ Constants.q_time }} seconds) and a new task will be shown.

  • You can submit your answer before timeout by pressing the Enter key on your keyboard.

  • Every correct answer has a value of {{ Constants.q_points }} ECU.

  • You will start with a trial of 3 tasks and at the end you will be shown your trial results.

    The trial section does not award any income and is for practice only.

    After the trial, you will begin your actual 12 tasks.

    You may want to use paper and pen, or a calculator.


    {% next_button %}

    {% include Constants.instructions_template %}
    {% endblock %}