@extends('layouts.report_dashboard') @section('title-content') {{ config('app.name') }} | Dash Index @endsection @section('css') @endsection @section('content')

INSTITUTE OF RURAL DEVELOPMENT

INSTITUTE OF RURAL DEVELOPMENT PLANNING

{{ $department_name }}

P. O. Box 138 DODOMA

@if (count($student) > 0) @foreach ($student as $students) @if ($students->avatar == 'logo.png') @else @endif @endforeach @endif

{{ $program_name }}

ACADEMIC TRANSCRIPT

@if (count($student) > 0) @foreach ($student as $students) @endforeach @endif {{-- second row --}} @if (count($student) > 0) @foreach ($student as $students) @endforeach @endif
SURNAME FIRST NAME OTHER NAMES DATE OF BIRTH SEX NATIONALITY
{{ $students->last_name }} {{ $students->first_name }} {{ $students->middle_name }} {{ Carbon\Carbon::parse($students->dob)->format('Y-m-d') }} {{ $students->gender }} {{ $students->citizenship }}
REGISTRATION NUMBER DATE OF ADMISSION DATE OF COMPLETION OVERALL GPA CLASSIFICATION
{{ $students->reg_no }} {{ Carbon\Carbon::parse($students->admission_date)->format('F, Y') }} {{-- {{$students->graduation_year}} --}} {{ strtoupper(Carbon\Carbon::parse($students->admission_end_date)->format('F, Y')) }} @if (count($course_data) > 0 && count($course_dataII) > 0) {{ $srs->calculate_report_gpa($course_data, $students->year_id, $students->stid, $students) }} @endif @if (count($course_data) > 0 && count($course_dataII) > 0) @if (is_numeric($srs->calculate_report_gpa($course_data, $students->year_id, $students->stid, $students)) && is_numeric($srs->calculate_report_gpa($course_dataII, $students->year_id, $students->stid, $students))) {{ $srs->bachelor_schemeGPA_classification($srs->calculate_report_gpa($course_data, $students->year_id, $students->stid, $students) + $srs->calculate_report_gpa($course_dataII, $students->year_id, $students->stid, $students)) }} @else - @endif @endif
{{-- First year --}} @if (count($student) > 0) @foreach ($student as $item) @if (count($course_data) > 0) @foreach ($course_data as $semiI => $course) @endforeach @endif @endforeach @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
FIRST YEAR: 2019/20
SEMESTER I
S/N MODULE CODE MODULE NAME CREDITS GRADES
{{ $semiI + 1 }} {{ $course->course_code }} {{ $course->course_name }} {{ $course->unit }} {{ $srs->get_Student_Grade_Semester_Report($item->stid, $course->cid, $item->year_id, $course->semester, $item->department_id, $item->program_id) }}
Cumulative Credits: --}} {{-- @if (count($course_data) > 0) --}} {{-- {{$srs->sum_Unit($course_data)}} --}} {{-- @endif --}} {{--
@if (count($student) > 0) @foreach ($student as $item) @if (count($course_dataII) > 0) @foreach ($course_dataII as $semiII => $course) @endforeach @endif @endforeach @endif
SEMESTER II
S/N CODE COURSE NAME CREDITS GRADES
{{ $semiII + 1 }} {{ $course->course_code }} {{ $course->course_name }} {{ $course->unit }} {{ $srs->get_Student_Grade_Semester_Report($item->stid, $course->cid, $item->year_id, $course->semester, $item->department_id, $item->program_id) }}
GPA:
Cumulative Credits: @if (count($course_data) > 0) {{ $srs->sum_Unit($course_dataII) }} @endif
{{-- End first year --}} {{-- Second year --}} @if (count($student) > 0) @foreach ($student as $item) @if (count($course_data) > 0) @foreach ($course_data as $semiI => $course) @endforeach @endif @endforeach @endif
SECOND YEAR: 2020/21
SEMESTER I
S/N CODE COURSE NAME CREDITS GRADES
{{ $semiI + 1 }} {{ $course->course_code }} {{ $course->course_name }} {{ $course->unit }} {{ $srs->get_Student_Grade_Semester_Report($item->stid, $course->cid, $item->year_id, $course->semester, $item->department_id, $item->program_id) }}
@if (count($student) > 0) @foreach ($student as $item) @if (count($course_dataII) > 0) @foreach ($course_dataII as $semiII => $course) @endforeach @endif @endforeach @endif
SEMESTER II
S/N CODE COURSE NAME CREDITS GRADES
{{ $semiII + 1 }} {{ $course->course_code }} {{ $course->course_name }} {{ $course->unit }} {{ $srs->get_Student_Grade_Semester_Report($item->stid, $course->cid, $item->year_id, $course->semester, $item->department_id, $item->program_id) }}
GPA:
Cumulative Credits: @if (count($course_data) > 0) {{ $srs->sum_Unit($course_dataII) }} @endif
{{-- End second year --}} {{-- Third year --}} @if (count($student) > 0) @foreach ($student as $item) @if (count($course_data) > 0) @foreach ($course_data as $semiI => $course) @endforeach @endif @endforeach @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
THIRD YEAR: 2021/22
SEMESTER I
S/N CODE COURSE NAME CREDITS GRADES
{{ $semiI + 1 }} {{ $course->course_code }} {{ $course->course_name }} {{ $course->unit }} {{ $srs->get_Student_Grade_Semester_Report($item->stid, $course->cid, $item->year_id, $course->semester, $item->department_id, $item->program_id) }}
Credits: --}} {{-- @if (count($course_data) > 0) --}} {{-- {{$srs->sum_Unit($course_data)}} --}} {{-- @endif --}} {{--
@if (count($student) > 0) @foreach ($student as $item) @if (count($course_dataII) > 0) @foreach ($course_dataII as $semiII => $course) @endforeach @endif @endforeach @endif
SEMESTER II
S/N CODE COURSE NAME CREDITS GRADES
{{ $semiII + 1 }} {{ $course->course_code }} {{ $course->course_name }} {{ $course->unit }} {{ $srs->get_Student_Grade_Semester_Report($item->stid, $course->cid, $item->year_id, $course->semester, $item->department_id, $item->program_id) }}
GPA:
Cumulative Credits: @if (count($course_data) > 0) {{ $srs->sum_Unit($course_dataII) }} @endif
Total Cumulative Credits: @if (count($course_data) > 0 && count($course_dataII) > 0) {{ $srs->sum_Unit($course_data) + $srs->sum_Unit($course_dataII) }} @endif
{{-- End Third year --}}



.......................................................................................
Head,{{ $department_name }}
............................................................................................................
Deputy Rector- Academic Research and Consultancy
Date ................................................................................











KEY TO EXAMINATION GRADING AND CERTIFICATE CLASSIFICATION

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
GRADING OF EXAMINATION PERFORMANCE DEGREE CLASSIFICATION
LETTER GRADE RANGE OF MARKS GRADE POINT CLASSIFICATION OVERALL GPA CLASSIFICATION
A 70% – 100% 4.4 – 5.0 EXCELLENT 4.4 – 5.0 FIRST CLASS
B+ 60% – 69% 3.5 – 4.5 VERY GOOD 3.5 – 4.3 UPPER SECOND CLASS
B 50% – 59% 2.7 – 3.4 GOOD 2.7 – 3.4 LOWER SECOND CLASS
C 40% – 49% 2 – 2.6 SATISFACTORY 2.0 – 2.6 PASS
D 35% – 39% 1 – 1.9 MARGINAL FAIL NIL NIL
E 0% - 34% 0 – 0.9 ABSOLUTE FAIL NIL NIL
1 UNIT = 16 .LECTURE HOURS OR 20 HOURS FOR STUDIO WORK OR 50 --}} {{-- HOURS FOR PROJECT --}} {{--
@endsection @section('scripts') @endsection