{% extends "game.html" %} {% load i18n %} {% block helpaddress %} {% ifequal LANGUAGE_CODE "no" %}
  • {% trans 'Words' %}
  • {% endblock %} {% block veiledning %} {% ifequal LANGUAGE_CODE "sme" %} http://giellatekno.uit.no/oahpa/sme/useoahpa/leksa.html {% endifequal %} {% ifequal LANGUAGE_CODE "fi" %} http://giellatekno.uit.no/oahpa/sme/useoahpa/leksa.fin.html {% endifequal %} {% ifequal LANGUAGE_CODE "en" %} http://giellatekno.uit.no/oahpa/sme/useoahpa/leksa.eng.html {% endifequal %} {% ifequal LANGUAGE_CODE "no" %} http://giellatekno.uit.no/oahpa/sme/useoahpa/leksa.nno.html {% endifequal %} {% ifequal LANGUAGE_CODE "sv" %} http://giellatekno.uit.no/oahpa/sme/useoahpa/leksa.nno.html {% endifequal %} {% endblock %} {% block instructions %} {% trans "Give translations for words. You can choose a semantic set or part of the textbook but not both." %} {% endblock %} {% block name %}{% trans "Quizz" %}{% endblock %} {% block pagename %}/{{ URL_PREFIX }}/leksa/{% endblock %} {% block settings %} {% endblock %} {% block question %} {{ form.lemma }} {% if form.audio %} {% endif %} {% endblock %} {% block submit %} {% if not all_correct %} {% if not show_correct %} {% endif %} {% ifequal count 1 %} {% endifequal %} {% endif %} {% endblock %}