{{-- Progression --}} @if($total > 0)
Question {{ $answered + 1 }} sur {{ $total }} {{ $total > 0 ? round(($answered) / $total * 100) : 0 }}%
@endif

{{ $question->title }}

@if($question->question && $question->question !== $question->title)

{{ $question->question }}

@else
@endif
@csrf
@foreach($question->choices as $choice) @endforeach
@if($question->accept_comments)
{{-- Bouton visible seulement si commentaire autorisé (le form ne s'auto-submit pas) --}} @endif {{-- Indicateur de chargement pendant la transition --}}
Question suivante...