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

Grade item details

edit the item info
{{--
2

Quiz Settings

Setup quiz points, end and start times
--}}
@csrf

Grade item details

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

{{--

Grade item details

@if ($is_started == 0)
@endif
--}}
@endsection @section('js') {{-- form validation --}} {{-- restrict code --}} {{-- --}} {{-- get meetings based on the current group --}} {{-- --}} {{-- get meeeting based on group --}} {{-- --}} @endsection