{% extends 'univ_oahpa.html' %} {% load i18n %} {% load goal_filters %} {% load cache %} {% load staticfiles %} {% block extrajs %} {% endblock %} {% get_current_language as LANGUAGE_CODE %} {% block imgprefix %}numra{% endblock %} {% block page_class %}fixed{% endblock %} {% block content %}
{% trans "success" %} | {% trans "total questions answered" %} | {% trans "correct" %} | {% trans "first try / later tries" %} | {% trans "rounds" %} | {% trans "last attempt" %} | |
---|---|---|---|---|---|---|
{% if goal.is_complete %} ★ {% else %} ★ {% endif %} | {{ goal.total_answered }} | {{ goal.evaluation.progress_pretty }} | {{ goal.evaluation.correct_minus_first }},{{ goal.evaluation.correct_first_try }} | {{ goal.evaluation.correct }} / {{ goal.evaluation.correct_later_tries }} | {{ goal.evaluation.rounds }} | {{ goal.last_attempt|date:"DATE_FORMAT" }} |
{% trans "later tries" %} {% trans "first try" %} |