@extends('layouts.admin') @section('styles') @section('content')
@if (count($exam_modules) > 0)No | Module Name | Exam Type & Marks |
---|---|---|
{{ $i }} | {{ $key }} |
@foreach ($exam_module as $item)
{{ ucwords($item->exam_type) }} - {{ $item->number }}
@endforeach
@if ($item->exam_type == 'quiz')
$item->id]) }}>Create
Quiz
id) }}>View Quizes
@endif
@if ($item->exam_type == 'written')
Add
marks
@endif
@if ($item->exam_type == 'assignment')
Create
Assignment Group
Upload
Assignment
Add
marks
@endif
@if ($item->exam_type == 'presentation')
Create
Presentation group
Assign
Presentation
Add
marks
@endif
@if ($item->exam_type == 'individual assignment')
Individual
assignement
Add
marks
@endif
@if ($item->exam_type == 'book review')
Book
Review
Add
marks
@endif
@if ($item->exam_type == 'attendance')
Add
marks
@endif
|