{% extends "game.html" %} {% load i18n %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %}
  • {% trans 'Words' %}
  • {% trans 'Placenames' %}
  • {% endblock %} {% block name %}{% trans "Quizz" %}{% endblock %} {% block pagename %}/{{ URL_PREFIX }}/leksa/{% endblock %} {% block veiledning %}http://giellatekno.uit.no/oahpa/sma/useoahpa/leksa.nob.html{% endblock %} {% block instructions %} {% trans "Give translations for words. You can choose set or level, not both." %} {% endblock %} {% block settings %} {% if request.session.is_mobile %} {% endif %} {% endblock %} {% block question %} {{ form.lemma }} {% endblock %} {% block submit %} {% if not all_correct %} {% if not show_correct %} {% endif %} {% ifequal count 1 %} {% endifequal %} {% endif %} {% endblock %}