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

Please transcribe (copy) the text below into the input field. Be exact and make sure to get all characters and spaces correct.



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