{% extends "global/Page.html" %} {% block title %}Results{% endblock %} {% block content %}

The following shows how many questions/problems you solved correctly in each respective task:

Task 1 (Jumble Task): {{ player.Jumble_correct}}
Task 2 (Synonym Task): {{ correct1 }}
Task 3 (Letter Count Task): {{ correct2 }}
Task 4 (Word Search Task): {{ correct3 }}
Task 5 (Matrix Task): {{ correct9 }}
Task 6 (Sudoku Task): {{ player.Sudoku_correct }}
Task 7 (Addition Task): {{ correct6 }}
Task 8 (Subtraction Task): {{ correct7 }}
Task 9 (Multiplication Task): {{ correct8 }}
Task 10 (Slider Task): {{ player.slider_correct }}
Task 10 (Rebus Puzzle Task): {{ correct4 }}
Task 11 (Trivia Task): {{ correct5 }}

Your participation in this session is now complete. You have earned ${{ player.total_pay }} in today's session. This payment includes your $3 participation fee + your bonus payment of {{ player.payoff }} based on your performance in today's session.
Thank you for your participation. We will compensate you in the following days. Please provide us up to one week to compensate you.

Click here to complete the study.

{% endblock %}