{% extends "global/Page.html" %} {% load otree static %} {% block title %} Summary {% endblock %} {% block content %}

The table below shows some statistics for the transcriptions you have entered. In a real study this table would usually not be shown to subjects.
The Levenshtein distance is given in the last column. Note that the difference between the length of the given text and the length of the text entered is a lower bound on the Levenshtein distance.

Statistics for transcriptions
{% for row in table_rows %} {% endfor %}
Transcription # Length of given text Length of text entered Levenshtein distance
{{ row.round_number }} {{ row.reference_text_length }} {{ row.transcribed_text_length }} {{ row.distance }}
{% endblock %}