@extends('layouts.master') @section('navigation') @if (Auth::user()->role == 1) @include('local.managers.admins._new_navigation') @elseif(Auth::user()->role == 2) @include('local.managers.sCoords._new_navigation') @elseif(Auth::user()->role == 3) @include('local.managers.pCoords._new_navigation') @endif @stop @section('main')
Academic Year | Learning Outcome to be assessed | Learning Objectives | Courses to use for assessment | |
---|---|---|---|---|
{{ $mini_plan->year_start }}-{{ $mini_plan->year_end }} | @else{{ $mini_plan->year_start }}-{{ $mini_plan->year_end }} | @endif{{ $outcome->outcome->name }} |
|
|
This summary is automatically generated using the information from the Full Plan. Any changes to the plan will be reflected here.
Learning Outcome | @foreach ($plan->fypParts as $mini_plan){{ $mini_plan->year_start }}-{{ $mini_plan->year_end }} | @endforeach|
---|---|---|
{{ $outcome->name }} | @foreach ($plan->fypParts as $mini_plan) @if ($mini_plan->willAssessOutcome($outcome->id))@else | @endif @endforeach |