@extends('layouts.admin') @section('title','New Exam Session') @section('page-title','Create Exam Session') @section('content')
New Exam Session
@csrf
@error('title')
{{ $message }}
@enderror
JAMB standard = 110 min
JAMB standard = 40
JAMB standard = 60
Different order per student
Randomise A, B, C, D order
Show score after submission
The session will be inactive by default. Activate it from the sessions list when you are ready to open the exam.
Cancel
@endsection