| Order | Question | Category | Type | Difficulty | Weight | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $question->order }} |
{{ Str::limit($question->question_text, 60) }}
@if($question->explanation)
Has explanation
@endif
|
{{ $question->category->name ?? 'No Category' }} | {{ $question->getTypeLabel() }} | {{ ucfirst($question->difficulty_level) }} | {{ $question->weight }} | {{ $question->is_active ? 'Active' : 'Inactive' }} | ||