{% extends "global/Page.html" %} {{ block title }} Task 1-Prediction about performance{{ endblock }} {% block content %} In this task, you will earn $0.1 per correct prediction of the robot.

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

We will compare your prediction with the robot’s 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 the robot can predict correctly? {{ form.Task1_predict}} {{formfield_errors 'Task1_predict'}}

Task 1 completed. Please click ‘Next’ if you are ready to start Task 2.

{% next_button %} {% endblock %}