'; echo ''; //Inline styles (only for printing) echo ''; echo ''; ?>

University of Puerto Rico, Río Piedras Campus

Online Learning Assessment System

{{ $annualPlan->program->name }} Program Report

Academic Year {{ $annualPlan->annual_cycle->academic_year }}

@foreach ($annualPlan->outcomes as $outcome)

{{ $outcome->name }} (Semester {{ Semester::find($outcome->semester_id)->code }})


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 }}%


@foreach ($outcome->annual_objectives as $index => $objective) @endforeach
Objectives for Courses Courses and Criteria Transformative Actions to be Implemented
{{ $alphabet[$index] }}. {{ $objective->text }}
    @foreach ($objective->grouped_annual_course as $index2 => $course_code)
  1. {{ $course_code->code }}-{{ $course_code->number }}

      @foreach ($course_code->paired_criteria as $index3 => $criterion)
    1. {{ $criterion->name }}
    2. @endforeach
    @if (count($objective->grouped_annual_course) > $index2 + 1)
    @endif
  2. @endforeach
    @foreach ($objective->grouped_annual_course as $index2 => $course_code) @if (count($course_code->proposed_transformative_actions) > 0)
  1. {{ $course_code->code }}-{{ $course_code->number }}

      @foreach ($course_code->proposed_transformative_actions as $index3 => $trans)
    1. {{ $trans->at_text }}: {{ $trans->description }}

    2. @endforeach

    @if (count($objective->grouped_annual_course) != $index2 + 1)
    @endif @endif @endforeach
@if (count($outcome->program_transformative_actions) > 0)

Program Transformative Actions


@foreach ($outcome->program_transformative_actions as $index => $ta) @endforeach
Transformative Action Category
{{ $index + 1 }}. {{ $ta->at_text }}: {{ $ta->description }} {{ $ta->type_of_TA }}

@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