{{ extends "global/Page.html" }} {{ block title }}Your Session Results{{ endblock }} {{ block content }}
| Order | Sentence | Words | Correct Words | Errors | Earned |
|---|---|---|---|---|---|
| {{ sub.submission_order }} | Sentence {{ sub.sentence_id }} | {{ sub.word_count }} | {{ sub.correct_words }} | {{ sub.num_word_errors }} | ${{ sub.earnings }} |
No sentences were submitted during this session.
{{ endif }}