{% extends "global/Page.html" %} {{ block title }} Math Task{{ endblock }} {% block content %}
Now the math task is over. We want to know your current prediction. We will compare your prediction with your actual performance, and randomly choose one of the following two predictions to determine your bonus. Each correct prediction pays $0.02, but an incorrect prediction does not subtract any money from the total.

Q1: How many matrices do you think you solved correctly?
{{ form.math_final_abs}}
Q2: How well did you perform relative to the other members in your group? Given a rank of 1-4: 1 = best, 4 = worst.
{{ form.math_final_rank}} {{formfield_errors 'math_final_abs'}} {{formfield_errors 'math_final_rank'}}

Click Next when finished.

{% next_button %} {% endblock %}