@extends('layouts.app') @section('title', 'تفاصيل اختبار الكلية') @section('page-title', '📄 تفاصيل اختبار الكلية') @section('content')
{{ $submission->test->description }}
@endifلا توجد تفاصيل أسئلة مسجّلة لهذا الاختبار.
| # | السؤال | إجابتك | التقييم |
|---|---|---|---|
| {{ $index + 1 }} | {{ $answer->question }} |
{{ $answer->answer }}
|
{{ $answer->is_correct ? 'إجابة صحيحة' : 'إجابة غير صحيحة' }}
@if(!is_null($answer->mark))
العلامة: {{ $answer->mark }}
@endif
|