{{ evaluation.title }}
{% if evaluation.is_exam %} {{ _('Examen') }} {% else %} {{ _('Quiz') }} {% endif %}
{% if evaluation.description %}
{{ evaluation.description }}
{% endif %}
{{ _('Instrucciones:') }}
- {{ _('Puntuación mínima para aprobar:') }} {{ evaluation.passing_score }}% {% if evaluation.max_attempts %}
- {{ _('Número máximo de intentos:') }} {{ evaluation.max_attempts }} {% else %}
- {{ _('Intentos ilimitados') }} {% endif %} {% if evaluation.available_until %}
- {{ _('Disponible hasta:') }} {{ evaluation.available_until.strftime('%d/%m/%Y %H:%M') }} {% endif %}