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

Your score on this task: {{ total_payoff }}

{% for row in table_rows %} {% endfor %}
Round #
Correct Text
Submitted Text
Correct?
Score
{{ row.round_number }} {{ row.correct_text }} {{ row.user_text }} {{ 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 %}