{% extends "global/BaseMotherhood.html" %} {% load staticfiles otree_tags %} {% block title %} Task Summary {% endblock %} {% block content %}

Your score on task 1: {{ total_payoff }}

{% for row in table_rows %} {% endfor %}
Summation #
Intergers
Solution
Your Entry
Correct?
Score
{{ row.round_number }} {{ row.int1 }} + {{ row.int2 }} {{ row.Ints_sum }} {{ row.player_sum }} {{ row.is_correct }} {{ row.payoff }}
Note, if you see "False" and 0 points for a correct answer to your final summation task, that means the task was submitted after the timer had expired.
{% next_button %}


{% endblock %}