← Voltar

Relatório de Teste de Bolsa

Candidato: {{ resultado.nome_completo }}

Nº Candidato: {{ resultado.numero_candidato }}

Curso: {{ resultado.curso_desejado }}

Nota: {{ "%.2f"|format(resultado.nota_final) }} / 20

{{ resultado.status }}

{% for item in prova %}
Q{{ loop.index }}: {{ item.enunciado }}
Resposta Dada: {{ item.resposta_dada }} {% if item.foi_correta %} ✅ {% else %} ❌ (Correta: {{ item.resposta_correta }}) {% endif %}
Justificativa: {% if item.nota_justificativa > 0 %} +0.5 val {% else %} 0.0 val {% endif %}
"{{ item.justificativa }}"
{% if item.nota_justificativa > 0 %} {% else %} {% endif %}
{% endfor %}