تست: {{ $test->title }} | اجرای شماره: {{ $attempt->id }}
| # | سوال | پاسخ کاربر | امتیاز سوال |
|---|---|---|---|
| {{ $index + 1 }} | {{ $answer->question->text ?? 'سوال حذف شده' }} | @if($answer->option_id) {{ $answer->question->options->firstWhere('id', $answer->option_id)->text ?? 'گزینه حذف شده' }} @elseif($answer->text_answer) {{ $answer->text_answer }} @else بدون پاسخ @endif | @if($answer->option_id) @php $option = $answer->question->options->firstWhere('id', $answer->option_id); $score = $option?->score_value ?? 0; @endphp {{ $score }} @else 0 @endif |
| پاسخی یافت نشد | |||
{{ json_encode($result->input_values ?? [], JSON_UNESCAPED_UNICODE) }}
هیچ نتیجهای برای این اجرا یافت نشد
@endforelse