{{ title }} {{ questionsCount }} {{ questionsCount > 1 ? 'questions' : 'question' }}

{{ subtitle }}
@for (menuitem of menuItems.getMenuPanel(); track menuitem) { }
@if (questions.controls.length) {
    @for (answer of answers; track $index) {
  1. {{ ($index + 1) }}
  2. }
@for (category of qcm.categories; track category; let index = $index) { {{ category.num }} - {{ category.name }} {{ category.questions.length }} {{ category.questions.length > 1 ? 'questions' : 'question' }} - 0 réponse
@for (question of category.questions; track question; let index = $index) {
@for (choice of question.choices; track choice) { {{ choice.libelle }} }
}
}
}