{{ 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 %}