{% extends 'admin/layout.html.twig' %} {% block title %}Administration site Internet - EDIFIA WEB{% endblock %} {% block content %} {% autoescape false %}
ID | Intitulé | Level | Bonnes rép. | Contestations | Coef. contestations | Mes rép. | Last rép. - Jours | Param rép. | Coeff. rép. | All rép. | Coeff all rép. | Rand | Total sans rand | Total |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ question.id }} | {{ question.wording }} | {{ question.level }} | {{ question.totalMarks }} | {{ question.param_nb_contestations }} | {{ question.coeff_contestations }} | {{ question.nb_my_answers }} | {{ question.date_my_last_answer|date('d/m/Y') }} : {{ question.nb_days_last_answer }} | {{ (question.param_coeff_answer is not null) ? question.param_coeff_answer : 'NC' }} | {{ question.coeff_answer }} | {{ question.count_all_answers }} | {{ question.coeff_all_answers }} | {{ question.rand }} | {{ question.total_without_rand }} | {{ (question.total_without_rand * question.rand)|format(2) }} |