{% extends "global/Page.html" %} {{ block title }} Task 2-Prediction about performance{{ endblock }} {% block content %} {{if player.treatment_task2 == 6 }} In this task, you will earn $0.4 per correct prediction if you are the winner. {{else}} In this task, you will earn $0.1 per correct prediction. {{ endif }}.

Now we want to know your prediction about the your performance in this task.

We will compare your prediction with your actual performance. Correct prediction will pay you a bonus of $0.1, and an incorrect prediction will not subtract any money from your total earnings.

Your Prediction
Out of the 20 plots, how many plots do you think you can predict correctly? {{ form.task2_pre_predict}} {{formfield_errors 'task2_pre_predict'}} Click next if you are ready to start task.

{% next_button %} {% endblock %}