@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('styles') @endsection @section('title', __('dashboard.All Quiz Questions') @section('page_heading', __('dashboard.All Quiz Questions')) @section('breadcrumb')
| {{ __('dashboard.Move') }} | {{ __('dashboard.Question') }} | {{ __('dashboard.Lesson') }} | {{ __('dashboard.Difficulty Level') }} | {{ __('dashboard.Score') }} | {{ __('dashboard.Actions') }} |
|---|---|---|---|---|---|
|
{{ $quizQuestion->question->question_text }}
|
{{ $quizQuestion->question->lesson->title }} | {{ $quizQuestion->question->difficultyLevel->name }} | {{ $quizQuestion->score }} | {{ __('dashboard.Actions') }} |