@extends('layouts.master') @section('navigation') @if(Auth::user()->role==1) @include('local.managers.admins._navigation') @elseif(Auth::user()->role==2) @include('local.managers.sCoords._navigation') @elseif(Auth::user()->role==3) @include('local.managers.pCoords._navigation') @endif @stop @section('main')
This report contains performance information for all your Program's assessed courses during the following semester(s):
{{ $program->school->name }}: {{ $program->name }} |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $course->code}}-{{ $course->number }} |
@foreach($sections_evaluating as $index3 => $section)
Instance {{ $index3 + 1}}@foreach($section->activities as $index4 => $activity) @if($activity->draft ==0 && $activity->diagnostic == 0 && array_key_exists($outcome->id, (array)$activity->o_att_array) && $activity->o_att_array[$outcome->id] >=1)Measure {{ $index4 + 1 }}A rubric was used in the {{ $section->code }}-{{ $section->number }} ({{ $section->name }}) course ({{ date('M Y', strtotime($course->updated_at))}}) to assess students’ {{ strtolower($outcome->name) }} in the activity: "{{ $activity->name }}". N= {{ count($section->students) }}. The expected performance level was that {{ $activity->rubric[0]->expected_percentage }}% of students participating in the activity would score {{ $activity->rubric[0]->expected_points }} points or more in the 1-8 point scale used. The results for each criterion were as follows:
o_att_array; $o_ach_array = $activity->o_ach_array; $percentage = ($o_ach_array[$outcome->id]/$o_att_array[$outcome->id])*100; ?> @if($percentage >= 100) The expected goal was reached in all (100%) of the criteria assessed. Therefore, the goal for this outcome ({{ $outcome->expected_outcome }}%) was met. @elseif ($percentage < 1) The expected goal was reached in none (0%) of the criteria assessed. Therefore, the goal for this outcome ({{ $outcome->expected_outcome }}%) was not met. @elseif ($percentage >= $outcome->expected_outcome) The expected goal was reached in {{ $o_ach_array[$outcome->id] }} out of the {{ $o_att_array[$outcome->id] }} ({{ round($percentage, 2) }}%) criteria assessed. Therefore, the goal for this outcome ({{ $outcome->expected_outcome }}%) was met. @elseif ($percentage < $outcome->expected_outcome) The expected goal was reached in {{ $o_ach_array[$outcome->id] }} out of the {{ $o_att_array[$outcome->id] }} ({{ round($percentage, 2) }}%) criteria assessed. Therefore, the goal for this outcome ({{ $outcome->expected_outcome }}%) was not met. @endif Transformative Actions@if($activity->transforming_actions) {{ $activity->transforming_actions }} @else None @endif@elseif($activity->draft ==0) Measure {{ $index4 + 1 }}Outcome not measured. @else @endif @endforeach @endforeach |
||||||||||
{{ $course->code}}-{{ $course->number }} |
No assessment. |
||||||||||
{{ $program->name }} | This program does not assess {{ $outcome->name }}. |
No professors have assessed courses for your program during the selected semesters.
@endif