{{ extends 'global/Page.html' }} {{ block title }}Math Calculation Task{{ endblock }} {{ block content }}
You have 3 minutes to complete as many of the following math tasks as possible. Leaving a space blank counts as incomplete. Note that your intial payoff is 5 points. Your final payoff depends on task completion and accuracy. Each wrong or incomplete answer deducts 0.2 points, while correct answers have no penalty.
What is {{ num1 }} + {{ num2 }}? {{ formfield player.response1 }} What is {{ num3 }} + {{ num4 }}? {{ formfield player.response2 }} What is {{ num5 }} + {{ num6 }}? {{ formfield player.response3 }} What is {{ num7 }} + {{ num8 }}? {{ formfield player.response4 }} What is {{ num9 }} + {{ num10 }}? {{ formfield player.response5 }} What is {{ num11 }} + {{ num12 }}? {{ formfield player.response6 }} What is {{ num13 }} + {{ num14 }}? {{ formfield player.response7 }} What is {{ num15 }} + {{ num16 }}? {{ formfield player.response8 }} What is {{ num17 }} + {{ num18 }}? {{ formfield player.response9 }} What is {{ num19 }} + {{ num20 }}? {{ formfield player.response10 }} What is {{ num21 }} + {{ num22 }}? {{ formfield player.response11 }} What is {{ num23 }} + {{ num24 }}? {{ formfield player.response12 }} What is {{ num25 }} + {{ num26 }}? {{ formfield player.response13 }} What is {{ num27 }} + {{ num28 }}? {{ formfield player.response14 }} What is {{ num29 }} + {{ num30 }}? {{ formfield player.response15 }} What is {{ num31 }} + {{ num32 }}? {{ formfield player.response16 }} What is {{ num33 }} + {{ num34 }}? {{ formfield player.response17 }} What is {{ num35 }} + {{ num36 }}? {{ formfield player.response18 }} What is {{ num37 }} + {{ num38 }}? {{ formfield player.response19 }} What is {{ num39 }} + {{ num40 }}? {{ formfield player.response20 }} What is {{ num41 }} + {{ num42 }}? {{ formfield player.response21 }} What is {{ num43 }} + {{ num44 }}? {{ formfield player.response22 }} What is {{ num45 }} + {{ num46 }}? {{ formfield player.response23 }} What is {{ num47 }} + {{ num48 }}? {{ formfield player.response24 }} What is {{ num49 }} + {{ num50 }}? {{ formfield player.response25 }} {{ next_button }} {{ endblock }}