';
echo '
';
//Inline styles (only for printing)
echo '';
echo '';
?>
@foreach ($annualPlan->outcomes as $outcome)
Target to achieve the learning outcome: {{ $outcome->expected_outcome }} or more of
the
attempts
Expected percent of students achieving the target by learning outcome:
{{ $outcome->expected_target }}%
Objectives for Courses
|
Courses and Criteria
|
Transformative Actions to be Implemented
|
@foreach ($outcome->annual_objectives as $index => $objective)
{{ $alphabet[$index] }}. {{ $objective->text }}
|
@foreach ($objective->grouped_annual_course as $index2 => $course_code)
-
{{ $course_code->code }}-{{ $course_code->number }}
@foreach ($course_code->paired_criteria as $index3 => $criterion)
-
{{ $criterion->name }}
@endforeach
@if (count($objective->grouped_annual_course) > $index2 + 1)
@endif
@endforeach
|
@foreach ($objective->grouped_annual_course as $index2 => $course_code)
@if (count($course_code->proposed_transformative_actions) > 0)
-
{{ $course_code->code }}-{{ $course_code->number }}
@foreach ($course_code->proposed_transformative_actions as $index3 => $trans)
-
{{ $trans->at_text }}:
{{ $trans->description }}
@endforeach
@if (count($objective->grouped_annual_course) != $index2 + 1)
@endif
@endif
@endforeach
|
@endforeach
@if (count($outcome->program_transformative_actions) > 0)
Program Transformative Actions
|
Transformative Action |
Category |
@foreach ($outcome->program_transformative_actions as $index => $ta)
{{ $index + 1 }}. |
{{ $ta->at_text }}: {{ $ta->description }}
|
{{ $ta->type_of_TA }}
|
@endforeach
@endif
@endforeach
{{-- @foreach ($outcome->program_transformative_actions as $trans)
{{ $trans->at_text }}: {{ $trans->description }}
@if (isset($trans->status))
Results: {{ $trans->status->results }}
Was this helpful to achieve the learning expectation?
@if ($trans->status->it_was_useful == 1)
Yes
@else
No
@endif
Explain briefly details about the implementation:
{{ $trans->status->comments }}
@else
Please submit the results
@endif
@endforeach
--}}
';
echo '';
?>
@else
window.close();
annual_cycle_id . '-for-' . $annualPlan->program->id . '-by-' . Auth::user()->id . '.blade.php';
$ob = ob_get_contents();
$ob = str_replace("window.close();", '', $ob);
file_put_contents($path, $ob);
ob_end_flush();
?>
@endif