No questions selected.
{{ auth()->id() === $targetUser->id ? auth()->user()->name : $targetUser->name }} • {{ now()->format('j M Y') }}
Name: __________________________ Date: ____________
Question {{ $index + 1 }}
[{{ $question->marks }} mark{{ $question->marks === 1 ? '' : 's' }}]
{{ $question->question_text }}
@if($question->question_type === 'multiple_choice' && is_array($question->options))Q{{ $index + 1 }}
{{ $question->unique_id ?: 'Q' . $question->id }}
{{ \Illuminate\Support\Str::limit($question->question_text, 120) }}
Explanation: {{ $question->explanation }}
@endif