@php
$items = [
['no'=>'1.1', 'title'=>'Curricular Planning', 'url'=>'/qif1/1-1'],
['no'=>'1.2', 'title'=>'Academic Flexibility', 'url'=>'/qif1/1-2'],
['no'=>'1.3', 'title'=>'Curriculum Enrichment', 'url'=>'/qif1/1-3'],
['no'=>'1.4', 'title'=>'Feedback System', 'url'=>'/qif1/1-4']
]
@endphp
@extends('frontend.mainlayout')
@section('title', 'QIF 1: Curricular Aspects - RERF Group of Institutions')
@section('banner')
@include('qic-nav')
QIF 1: Curricular Aspects
@endsection
@section('main')
{{--
1.1Curricular Planning
@php
$links = [
[
'index' => '1.1.1',
'text' => ' Academic Calendar',
'links' => [
'2022-23' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.1. Academic Calendar/Academic calendar 2022-23.pdf',
'2021-22' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.1. Academic Calendar/Academic Calendar 2021-22.pdf',
'2020-21' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.1. Academic Calendar/Academic Calendar 2020-21.pdf',
'2019-20' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.1. Academic Calendar/Academic Calendar 2019-20.pdf',
'2018-19' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.1. Academic Calendar/Academic Calendar 2018-19.pdf',
],
],
[
'index' => '1.1.2',
'text' => 'Methodology',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/Methodology.pdf',
],
[
'index' => '1.1.3',
'text' => 'Syllabus',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/SYLLABUS.pdf',
],
[
'index' => '1.1.4',
'text' => 'Lesson Plan',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/Lesson Plan.pdf',
],
[
'index' => '1.1.5',
'text' => 'Internal Question Paper',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/Internal Question Paper.pdf',
],
[
'index' => '1.1.6',
'text' => 'Google Classroom',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/Google classroom.pdf',
],
[
'index' => '1.1.7',
'text' => 'Remedial Evening Class',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/Remedial Evening Class.pdf',
],
[
'index' => '1.1.8',
'text' => 'Mandatory Additional Requirement (MAR)',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/Mandatory Additional Requirement (MAR).pdf',
],
[
'index' => '1.1.9',
'text' => 'CO-PO Attainment',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/CO - PO attainment.pdf',
],
[
'index' => '1.1.10',
'text' => 'MOOCS & Certificate Program organize by Institution',
'link' => 'https://rerf.in/moocs-institutional-course-certificates',
],
[
'index' => '1.1.11',
'text' => 'Project Work',
'links' => [
'Rain Water Harvesting' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.11 . Project Work/RAIN WATER HARVESTING project.pdf',
'AUTOMATIC SOLAR STREET LIGHT' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.11 . Project Work/Automatic Solar Street Light EEE.pdf',
'Trafic Blinker Light by Solar System' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.11 . Project Work/Traffic Blinker Light EE.pdf',
],
],
[
'index' => '1.1.12',
'text' => 'Internship',
'links' => [
'NOC from Institution' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.12 . Internship/Internship Noc from Institution.pdf',
'CERTIFICATE' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/1.1.12 . Internship/Industrial Training Certificate.pdf',
],
],
[
'index' => '1.1.13',
'text' => 'Technical Model making',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/Technical Model making.pdf',
],
[
'index' => '1.1.14',
'text' => 'Activity of Language Lab',
'link' => 'QualityIndicatorFrameworks/QIF1/1.1 Curricular Planning/News Paper Reading Report .pdf',
],
[
'index' => '1.1.15',
'text' => 'Sports Committee',
'link' => 'https://rerf.in/sports-committee',
],
[
'index' => '1.1.16',
'text' => 'Activity under NSS Cell',
'link' => 'https://rerf.in/nss-cell',
],
[
'index' => '1.1.17',
'text' => 'Activity under ICC Cell',
'link' => 'https://rerf.in/internal_complaints_committee',
],
]; @endphp
@foreach ($links as $link)
-
@if (isset($link['links']))
{{ $link['index'] }}. {{ $link['text'] }}
@foreach ($link['links'] as $text => $url)
-
{{ $text }}
@endforeach
@elseif(isset($link['link']))
{{ $link['index'] }}.
{{ $link['text'] }}
@endif
@endforeach
1.2 Academic
Flexibility
1.3Curriculum
Enrichment
1.4Feedback
System
{{--
--}}
@endsection