{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title','GAS LMS | Create 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

insert the item info
{{--
2

Quiz Settings

Setup quiz points, end and start times
--}} {{--
3

Restriction

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

Grade item details

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

{{--
--}} {{-- normal groups --}}
{{-- composed groups --}} {{--
--}}
{{--
--}} {{--

Grade item details

--}} {{--

Restriction Method

Quiz data are ready.

--}}
@endsection @section('js') {{-- form validation --}} {{-- restrict code --}} {{-- get meeeting based on group --}} {{-- select group type --}} @endsection