{% extends "game.html" %} {% load i18n %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %}
LEKSA
{% endblock %} {% block name %}{% trans "Quizz" %}{% endblock %} {% block pagename %}/oahpa/leksa/{% endblock %} {% block gamename %}{% endblock %} {% block instructions %}{% trans "Give translations for words. You can choose set or book, not both." %}{% endblock %} {% block settings %}
{% trans "Set" %} {% trans "Book" %} {% trans "Select the language pair" %}  
{{ settingsform.semtype }} {{ settingsform.book }} {{ settingsform.transtype }}  
{% endblock %} {% block question %} {{ form.lemma }} {% endblock %} {% block submit %} {% if not all_correct %} {% if not show_correct %} {% endif %} {% ifequal count 1 %} {% endifequal %} {% endif %} {% endblock %}