{% 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 %} {% endblock %} {% block scripts %} {% endblock %}