@php /** @var list> $topWrongAlternatives */ $topWrongAlternatives = $topWrongAlternatives ?? []; $positionLabel = static function (int $position): string { return chr(64 + $position); }; @endphp

Erros mais frequentes por pergunta

Alternativas incorretas mais escolhidas (agrupadas por pergunta e opção).

Pergunta Alternativa errada Área Grupo Vezes escolhida @forelse($topWrongAlternatives as $row) {{ \Illuminate\Support\Str::limit($row['stem'], 70) }} {{ $positionLabel($row['selected_position']) }} {{ $row['alternative_body'] ? \Illuminate\Support\Str::limit($row['alternative_body'], 60) : '—' }} {{ $row['sector_name'] ?? '—' }} {{ $row['team_name'] ?? '—' }} {{ number_format($row['wrong_count'], 0, ',', '.') }} @empty Nenhum erro registrado para os filtros selecionados. @endforelse