@extends('layouts.master')
@section('navigation')
@if($role==1)
@include('local.managers.admins._navigation')
@elseif($role==2)
@include('local.managers.sCoords._new_navigation')
@endif
@stop
@section('main')
Go to Performance by School Students
Name | Participation |
---|---|
{{ HTML::linkAction('ProgramsController@show', $program->name, array($program->id)) }} | @if(in_array($program->id, $participating_programs)) @endif |
Learning Outcome | Programs doing Assessment | Programs Achieved | Success Rate | @foreach($outcomes_undergrad as $outcome)
---|---|---|---|
{{ link_to_action('OutcomesController@show', $outcome->name, array($outcome->id), $attributes = array()) }} | {{{ $attemptedUndergradProgramsPerOutcome[$outcome->id] }}} | {{{ $achievedUndergradProgramsPerOutcome[$outcome->id] }}} | @if($attemptedUndergradProgramsPerOutcome[$outcome->id]!=0) {{{ round($achievedUndergradProgramsPerOutcome[$outcome->id] / $attemptedUndergradProgramsPerOutcome[$outcome->id]*100, 2) }}}% @else N/M @endif |
Note that some sections may have assessed activities but unpublished results. Unpublished results are not considered. Check the Sections tab for a breakdown.
@if($undergrad_school_sections_count>0)Identifier | Name | Program | Assessed and Published |
---|---|---|---|
{{ HTML::linkAction('CoursesController@showGrouped', $grouped_course->code.$grouped_course->number.' ('.$grouped_course->semester->code.')', array($grouped_course->code, $grouped_course->number, $grouped_course->semester->code)) }} | {{{ $grouped_course->name}}} | {{{ $grouped_course->program->name }}} | @if($grouped_course->outcomes_attempted!=NULL) Yes @else No @endif |
No courses doing Assessment (0%)
@endif{{{ $undergrad_assessed_sections_count }}} out of {{{ $undergrad_school_sections_count }}} section(s) doing Assessment ({{{ round($undergrad_assessed_sections_count/$undergrad_school_sections_count*100, 2) }}}%)
Note that some sections may have assessed activities but unpublished results. Unplublished results are not considered.
Identifier | Name | Program | Professor | Assessed Activities | Published Results |
---|---|---|---|---|---|
{{ HTML::linkAction('CoursesController@showLimited', $course->code.$course->number.'-'.$course->section.' ('.$course->semester->code.')', array('id'=>$course->id)) }} | {{{ $course->name}}} | {{{ $course->program->name }}} | {{{ $course->user->surnames }}}, {{{ $course->user->first_name }}} | @if(count($course->assessedActivities)) Yes @else No @endif | @if(count($course->publishedActivities)) Yes @else No @endif |
No sections doing Assessment (0%)
@endifName | Participation |
---|---|
{{ HTML::linkAction('ProgramsController@show', $program->name, array($program->id)) }} | @if(in_array($program->id, $participating_programs)) @endif |
Learning Outcome | Programs doing Assessment | Programs Achieved | Success Rate | @foreach($outcomes_grad as $outcome)
---|---|---|---|
{{ link_to_action('OutcomesController@show', $outcome->name, array($outcome->id), $attributes = array()) }} | {{{ $attemptedGradProgramsPerOutcome[$outcome->id] }}} | {{{ $achievedGradProgramsPerOutcome[$outcome->id] }}} | @if($attemptedGradProgramsPerOutcome[$outcome->id]!=0) {{{ round($achievedGradProgramsPerOutcome[$outcome->id] / $attemptedGradProgramsPerOutcome[$outcome->id]*100, 2) }}}% @else N/M @endif |
Note that some sections may have assessed activities but unpublished results. Unpublished results are not considered. Check the Sections tab for a breakdown.
@if($grad_school_sections_count>0)Identifier | Name | Program | Assessed and Published |
---|---|---|---|
{{ HTML::linkAction('CoursesController@showGrouped', $grouped_course->code.$grouped_course->number.' ('.$grouped_course->semester->code.')', array($grouped_course->code, $grouped_course->number, $grouped_course->semester->code)) }} | {{{ $grouped_course->name}}} | {{{ $grouped_course->program->name }}} | @if($grouped_course->outcomes_attempted!=NULL) Yes @else No @endif |
No courses doing Assessment (0%)
@endif{{{ $grad_assessed_sections_count }}} out of {{{ $grad_school_sections_count }}} section(s) doing Assessment ({{{ round($grad_assessed_sections_count/$grad_school_sections_count*100, 2) }}}%)
Note that some sections may have assessed activities but unpublished results. Unplublished results are not considered.
Identifier | Name | Program | Professor | Assessed Activities | Published Results |
---|---|---|---|---|---|
{{ HTML::linkAction('CoursesController@showLimited', $course->code.$course->number.'-'.$course->section.' ('.$course->semester->code.')', array('id'=>$course->id)) }} | {{{ $course->name}}} | {{{ $course->program->name }}} | {{{ $course->user->surnames }}}, {{{ $course->user->first_name }}} | @if(count($course->assessedActivities)) Yes @else No @endif | @if(count($course->publishedActivities)) Yes @else No @endif |
No sections doing Assessment (0%)
@endif{series.name}: | ' + '{point.y:.2f} |
{series.name}: | ' + '{point.y:.2f} |
{series.name}: | ' + '{point.y:.2f} |