A-TExam

Система тестирования нового поколения

О системе Выйти
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if show_modal %} {% endif %}

Доступные тесты


{% for test in tests %}
{{ test.title }}

{{ test.description }}


Количество вопросов: {{ test.questions | length }}

Время теста: {{ test.duration }} минут

{% if test.scheduled_time %}

Запланированное время: {{ test.scheduled_time.strftime("%Y-%m-%d %H:%M") }}

{% endif %} {% if test.max_attempts %}

Попытки: {{ attempts_info[test.id]['attempts_taken'] }} из {{ test.max_attempts }}

Осталось попыток: {{ attempts_info[test.id]['remaining_attempts'] }}

{% endif %}
{% endfor %}
{% if show_attempt_limit_modal %} {% endif %}