{% extends "oahpa.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block content %} {% ifnotequal gametype "sahka" %}
{% endifnotequal %} {% ifnotequal gametype "sahka" %} {% ifnotequal gametype "sahka_main" %} {% endifnotequal %} {% endifnotequal %}
{% for form in forms %} {% ifequal settings.gametype 'context' %} {% ifnotequal forloop.counter 1 %} {% endifnotequal %} {% endifequal %} {% block question %}{% endblock %} {% if form.answer %} {% if show_correct %} {% else %} {% endif %} {% endif %} {% endfor %} {% block submit %}{% endblock %}
 
{% if form.answertext1 %}{{ form.answertext1 }}{% endif %} {% if form.pron %}   {{ form.pron }}   {% endif %} {% ifequal form.error "correct" %} {{ form.userans }} {% else %} {% ifequal form.error "error" %} {{ form.userans }} {% else %} ___________________ {% endifequal %} {% endifequal %} {% if form.pron_imp %}   {{ form.pron_imp }}   {% endif %} {% if form.answertext2 %}{{ form.answertext2 }}{% endif %} {% if form.answertext1 %}{{ form.answertext1 }}{% endif %} {% ifnotequal form.userans "" %} {% if form.pron %}   {{ form.pron }}   {% endif %} {% ifequal form.error "correct" %} {{ form.userans }} {% else %} {{ form.answer }} {% endifequal %} {% if form.pron_imp %}   {{ form.pron_imp }}   {% endif %} {% else %} {% if form.pron %}   {{ form.pron }}   {% endif %} {{ form.answer}} {% if form.pron_imp %}   {{ form.pron_imp }}   {% endif %} {% endifnotequal %} {% if form.answertext2 %}{{ form.answertext2 }}{% endif %} {% if show_correct %} {% ifnotequal form.error "correct" %} {{ form.correct_answers }} {% endifnotequal %} {% else %} {% ifequal form.error "error" %} {% if form.feedback %} {% trans "help" %} {% else %} {% endif %} {% endifequal %} {% if forloop.last %} {% ifequal gametype "sahka" %}
{% if messages %}
{% for m in messages %}{{ m }}
{% endfor %}
{% endif %}
{% endifequal %} {% endif %} {% endif %}
{{ form.word_id }} {{ form.tag_id }} {{ form.question_id }} {{ form.answer_id }} {{ form.utterance_id }} {{ form.qstring }} {{ form.astring }} {% block hidden %}{% endblock %} {% for detail, value in form.qattrs.items %} {% endfor %} {% for detail, value in form.aattrs.items %} {% endfor %}
{% if score %}  
{% if all_correct %} {% trans "Congratulations!" %} {% endif %}
{% trans "Your score:" %} {{ score }} {% endif %} {% if comment %}
{{ comment }} {% endif %}
{% endifnotequal %} {% endifnotequal %} {% block gamename %}{% endblock %}
{% block instructions %}{% endblock %} {% ifnotequal gametype "sahka" %} {% ifnotequal gametype "sahka_main" %}
 
{% endblock %}