{% endblock %}
{% block veiledning %}
{% ifequal LANGUAGE_CODE "sme" %}
http://oahpa.no/index.html
{% endifequal %}
{% ifequal LANGUAGE_CODE "fi" %}
http://oahpa.no/kpv/index.html
{% endifequal %}
{% ifequal LANGUAGE_CODE "en" %}
http://oahpa.no/kpv/index.eng.html
{% endifequal %}
{% ifequal LANGUAGE_CODE "no" %}
http://oahpa.no/kpv/index.nob.html
{% endifequal %}
{% endblock %}
{% block name %}{% trans "Vasta" %}{% endblock %}
{% block pagename %}/kpv_oahpa/vasta/{% endblock %}
{% block instructions %}
{% ifequal gametype "cealkka" %}
{% trans "Answer the questions with full sentences." %}
{% trans "The blue words are given in the primary form. Your task is to write them in the correct grammatical form." %}
{% else %}
{% trans "Answer to the questions with full sentences. Be aware of that if there is moai/mii in the question, you have to answer with doai/dii. " %}
{% endifequal %}
{% endblock %}
{% block settings %}
{% include 'grammar_links_menu.html' %}
{% trans "Level" %}
{{ settingsform.level }}
{% endblock %}
{% block question %}
{{ form.question }}
{% for w in form.awords %}
{% if w.taskword %}
{{ w.fullform }}
{% else %}
{{ w.fullform }}
{% endif %}
{% if forloop.last %}
.
{% endif %}
{% endfor %}