{% extends "global/Page.html" %} {% load otree %} {% block title %} Transcription task {{ subsession.round_number }}/{{ Constants.num_rounds }} {% endblock %} {% block content %} {% if round_number != 1 %}

{{ player.cumulative_donated_trees }} x

{{ player.cumulative_guthaben }} x

{% endif %}

Please solve the math task given below.



{% formfield player.transcribed_text label="" %} {% next_button %} {% if debug %}

Explanation for researchers (shown in debug mode only)

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

A subject can only advance to the next screen if the transcription is {{ required_accuracy }}% accurate.

{% endif %} {% endblock %} {% block scripts %} {% endblock %}