{% extends "global/Page.html" %} {% load static %} {% block title %} Task Instructions {% endblock %} {% block content %}
You will have 10 minutes to solve as many puzzles as possible.
You will earn 5 points for each grid block you correctly solve. You will also earn 20 bonus points if you solve the whole puzzle correctly.
For example, the grid below has nine blocks. If you solved the whole puzzle correctly, you would earn 65 points (45 points for the correctly solved blocks + 20 bonus points for correctly solving the whole puzzle).
After each round, you will receive feedback on the number of puzzles you solved correctly, as well as the number of blocks you correctly solved per puzzle.
Once you click the "Next" button, the task will begin and you will start solving puzzles.
{% next_button %} {% endblock %}