Program Particpation by Learning Outcome

@foreach($outcomes as $outcome) @endforeach
Learning Outcome Undergraduate Programs doing Assessment Undergraduate Programs Achieved Undergraduate Success Rate
{{ 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
N/M: Not Measured