{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title','GAS LMS | Edit Quiz') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Quizzes' => route('teacher.course.quiz.index',$coffid)]]) @endsection {{-- Content --}} @section('content') @include('components._error')
1

Grade item details

edit the quiz title, and instructions
2

Quiz Settings

Setup quiz points
{{-- @if ($quiz->turned_in_students() == 0)
3

Restriction

Select who can see this quiz
@endif --}}
@csrf

Grade item details

{{--
--}} {{--
--}}

Grade item details

@if ($is_started == 0)
@endif
{{--
--}}
{{-- @if ($quiz->turned_in_students() > 0) --}}
{{-- @endif --}}
{{-- @if ($quiz->turned_in_students() == 0)

Restriction Method

restrict_by == 0 ? 'checked':''}}>
restrict_by == 2 ? 'checked':''}}>
@endif --}}
@endsection @section('js') {{-- form validation --}} {{-- restrict code --}} {{-- --}} {{-- get meetings based on the current group --}} {{-- --}} {{-- get meeeting based on group --}} {{-- --}} @endsection