@php $q = $this->currentQuestion(); $progressPercent = $totalSteps > 0 ? (int) round(($currentStep / $totalSteps) * 100) : 0; @endphp
Du hast {{ $correctAnswers }} von {{ $totalSteps }} Aufgaben richtig.
{{ $percent }} % Erfolgsquote