{{ extends "global/Page.html" }} {{ block scripts }} {{ endblock }} {{ block content }}


Zählen Sie bitte, wie häufig der Buchstabe {{ letter }} in dem folgenden Satz vorkommt.
Tragen Sie die Anzahl in das Eingabefeld ein.
Für jede richtige Antwort erhalten Sie {{ if C.POINTS_PER_CORRECT_ANSWER == 1 }}1 Punkt.{{ endif }} {{ if C.POINTS_PER_CORRECT_ANSWER != 1 }}{{ C.POINTS_PER_CORRECT_ANSWER|json }} Punkte.{{ endif }}


{{ string_to_guess }}

 

Richtige Antworten: {{ player.number_of_correct_answers }}

Versuche: {{ player.number_of_attempts }}

{{ if debug }}


Cheater Mode Activated (Debug Mode Only) - Click Here to Autofill Summation

{{ endif }}
{{ endblock }}