{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Instructions
{% endblock %}
{% block content %}
In this experiment you have to add up numbers.
The experiment consists of {{ Constants.num_game_rounds }} rounds and you are paid ${{ Constants.payment_per_correct_answer }} per correct answer.
{% next_button %}
{% endblock %}