{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Sum {{player.round_number}} of {{ C.NUM_ROUNDS }}.
{% endblock %}
{% block content %}
{{ if player.hardness == 1 }}
What is the sum of {{player.nr1}}+{{player.nr2}}+{{player.nr3}}+{{player.nr4}}+{{player.nr5}}? {% formfield player.submitted_answer label="" %} {% next_button %}
{{ else }}
What is the sum of {{player.nr1}}+{{player.nr2}}+{{player.nr3}}? {% formfield player.submitted_answer label="" %} {% next_button %}
{{endif}}