@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('styles') @endsection @section('title', __('dashboard.Add Questions to Quiz') @section('page_heading', __('dashboard.Add Questions to Quiz')) @section('breadcrumb')
{{ $count }} {{ $level }}
@empty{{ __('dashboard.No questions categorized') }}
@endforelse| {{ __('dashboard.Lesson Title') }} | {{ __('dashboard.Number of Questions') }} | {{ __('dashboard.Difficulty Breakdown') }} |
|---|---|---|
| {{ $lesson['title'] }} | {{ $lesson['total_questions'] }} | @forelse($lesson['difficulty_counts'] as $level => $count) {{ $count }} {{ $level }} @empty {{ __('dashboard.No questions') }} @endforelse |