{{-- resources/views/tests/answers/show.blade.php --}} @extends('layouts.superadmin') @section('title', 'تفاصيل الاختبار 📘') @section('page-title', '📘 تفاصيل الاختبار: ' . $test->title) @section('content')
عرض الأسئلة، الإجابات النموذجية، وكل محاولات الأعضاء لهذا الاختبار.
{{ $qIndex + 1 }} {{ $question->question_text }}
| # | المستخدم | النتيجة | وقت الإرسال | التفاصيل |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $sub->user->name ?? '—' }} | @php $cls = $sub->score >= 85 ? 'text-emerald-400' : ($sub->score >= 60 ? 'text-yellow-300' : 'text-rose-300'); @endphp {{ $sub->score }}% | {{ optional($sub->submitted_at)->format('Y/m/d H:i') }} |