{% extends "global/Page.html" %} {{ block title }} Task Over{{ endblock }} {% block content %}
Now the task is over. We want to know your current prediction about last-stage performance. 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.final_abs}}
Q2: How well did you perform relative to the other 9 participants who did the same task as you ? Given a rank of 1-10: 1 = I am the best, 10 =I am the worst.

I am the best   {{ for choice in form.final_rank }} {{ choice }} {{ endfor }}   I am the worst

{{formfield_errors 'final_abs'}} {{formfield_errors 'final_rank'}}

Please click next if you are ready to start next task.

{% next_button %} {% endblock %}