@extends('layouts.master') @section('navigation') @include('local.managers.admins._navigation') @stop @section('main')
{{ HTML::linkAction('ProgramsController@show', $program->name, array($program->id)) }} |
Learning Outcome | Undergraduate Programs doing Assessment | Undergraduate Programs Achieved | Undergraduate Success Rate | @foreach($outcomes_subgrad 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 |
{{ HTML::linkAction('ProgramsController@show', $program->name, array($program->id)) }} |
Learning Outcome | Graduate Programs doing Assessment | Graduate Programs Achieved | Graduate 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 |
{series.name}: | ' + '{point.y:.1f} |
{series.name}: | ' + '{point.y:.2f} |
{series.name}: | ' + '{point.y:.1f} |
{series.name}: | ' + '{point.y} |