{% extends "global/Page.html" %}
{{ block title }}
Math Task T Predict{{ endblock }}
{% block content %}
In the next stage, you will have 1 minute to do the same task. The remaining time will be displayed in the upper right corner.
We will compare your performance with those of 9 other people doing the same task to determine your benefits. You can earn $0.15 per matrix solved correctly if your performance is in top 2 , $0 otherwise.
Please solve as many matrices as possible within the 1-minute working period.
Before the task starts, we want to know your prediction of your next-stage performance. We will compare your prediction with your actual performance, and randomly choose one of the following two predictions to determine your bonus. Correct prediction pays $0.02, and an incorrect prediction does not subtract any money from the total.
Q1: How many matrices do you think you can solve correctly in the next stage?
{{ form.math_t_abs}}
Q2: How well will you perform in next-stage relative to those 9 participants doing the same task? Given a rank of 1-10: 1 = I am the best , 10 = I am the worst.
I am the best {{ for choice in form.math_t_rank }} {{ choice }} {{ endfor }} I am the worst
{{formfield_errors 'math_t_abs'}} {{formfield_errors 'math_t_rank'}}Please click next if you are ready to start.
{% next_button %} {% endblock %}