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

Please sum the following numbers into the field below
and then click Next or press the Enter key.



{{player.int1}} + {{player.int2}} = {% formfield player.user_total with label="" %} {% next_button %}

{% autoescape off %} {{correct_last_round}} {% endautoescape %}

Score: {{ total_payoff }}

Attempt {{ round_count }}



{% if debug %}


Cheater Mode Activated (Debug Mode Only) - Click Here to Autofill Summation

You are playing in debug mode, so you can skip the manual summation by clicking this link and clicking "next".

{% endif %} {% endblock %}