Learning Outcome | Undergraduate Programs doing Assessment | Undergraduate Programs Achieved | Undergraduate Success Rate | @foreach($outcomes 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 |