Étudiants
<mat-icon class="icon-size-5 text-secondary" [svgIcon]="'heroicons_solid:chevron-right'" > Questions de pratique

Sujet : {{ topicInfo.topicName }}

<a *ngIf="topicInfo" class="text-1xl text-primary-500" [href]="topicInfo.topicMaterial" target="_BLANK" > Open Topic Material
<mat-horizontal-stepper #horizontalStepper> <mat-step *ngFor="let data of getGroups(); let i = index" [formGroupName]="data" [stepControl]="questionAnswerForm.get(data)" >

<img style=" width: 600px; margin: 0 auto; margin-bottom: 20px; " *ngIf=" questionAnswerForm.get(data).value.image " [src]=" questionAnswerForm.get(data).value.image | safe " />
<mat-icon class="cursor-pointer" svgIcon="heroicons_solid:light-bulb" (click)="openHint()" >
<small *ngIf="isFraction"> Exemple : 2/3
<mat-icon svgIcon="{{ questionAnswerForm.get(data).value .showAnswer ? 'heroicons_solid:eye-off' : 'heroicons_solid:eye' }}" (click)=" toggleAnswer( questionAnswerForm.get(data) ) " >
{{ questionAnswerForm.get(data).value .showAnswer ? « La réponse est » + questions[ horizontalStepper .selectedIndex ].answer : « Afficher la réponse »}}
{{ index + 1 }}

Aucune question trouvée!

<app-student-score [topicInfo]="topicInfo" (retakeExamInfo)="retakeExamInfo($event)" [questiondata]="data" *ngIf="isSubmitted" class="w-full" >