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

insert the quiz title, and instructions
2

Quiz Settings

Setup quiz points, end and start times
3

Restriction

Select who can see this quiz
4

Quiz Upload

You'll be able to upload files next page
@csrf

Grade item details

{{--
--}}

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

Grade item details

{{--
--}}

Restriction Method

{{--
--}}

Allowed File Extention

Quiz Upload

Quiz data are ready.Next step is to upload the files in the next page

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