| Question | Réponse / Score |
|---|---|
|
{{ $question->label }}
@if($question->description)
{{ $question->description }}
@endif
|
@if($answer)
@if($question->type === 'qcm')
{{ $answer->option?->option_text ?? 'N/A' }}
({{ $answer->option?->is_correct ? 'Correct' : 'Incorrect' }})
@else
"{{ $answer->text_content }}"
Note : {{ $answer->score }} / {{ $question->points }}
@endif
@else
Pas de réponse
@endif
|
Aucun test technique effectué.
@endforelseSupport pour prise de notes manuelle durant l'échange. Échelle de 0 à 10.
| Critères | @for($i=0; $i<=10; $i++){{ $i }} | @endfor
|---|---|
| {{ $req }} | @for($i=0; $i<=10; $i++)@endfor |
| Personnalité | @for($i=0; $i<=10; $i++){{ $i }} | @endfor
|---|---|
| {{ $skill }} | @for($i=0; $i<=10; $i++)@endfor |
Aucune question suggérée. Utilisez vos questions standards.
@for($i=1; $i<=5; $i++)