{% 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}} + {{player.int3}} + {{player.int4}} + {{player.int5}} = {% formfield player.user_total label="" %} {% next_button %}

{{correct_last_round}} 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 %}