{% extends "global/Page.html" %} {% load otree %} {% block title %} A mathematical speed test. {% endblock %} {% block content %}

In this study, we test your speed in summing numbers.

{{ if player.hardness == 1 }}

For example, you will be asked to compute 3+6+2+9+6. The correct answer here is 26.

{{else}}

For example, you will be asked to compute 3+6+2. The correct answer here is 11.

{{endif}}

After each problem, you can press "Enter" on your keyboard or click the "Next" button to get to the next problem.

Your goal is to solve as many sums as you can in the {{player.time_limit}} minutes available to you.

{% next_button %}
{% endblock %}