'; echo ''; echo ''; echo ''; 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) @if ($outcome->student_performance != 'N/A')

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

Results for {{ $outcome->name }} @if ($outcome->student_performance >= $outcome->expected_target) {{ $outcome->student_performance }}% @else {{ $outcome->student_performance }}% @endif


  1. Courses Assessment


      @foreach ($outcome->annual_objectives as $objective)
    1. {{ $objective->text }}:

      @foreach ($objective->grouped_annual_course as $course_code)

      {{ $course_code->code }}-{{ $course_code->number }}

      Performance of Students by Learning Outcome Criteria

      @foreach ($course_code->assessed_paired_criteria as $index => $criterion) @endforeach
      Criteria Number of Students Assessed Number of Students that Achieved the Target Percentage
      {{ $index + 1 }}. {{ $criterion->name }} @if ($criterion->subcriteria)
        @foreach (json_decode($criterion->subcriteria) as $subcriterion)
      • {{ $subcriterion }}
      • @endforeach
      @endif
      {{ $criterion->criteria_attempted }} {{ $criterion->criteria_achieved }} {{ round(($criterion->criteria_achieved / $criterion->criteria_attempted) * 100, 2) }}%
      @if (count($course_code->proposed_transformative_actions) > 0)

      Follow up on Course's Proposed Transformative Actions

      proposed_transformative_actions)); ?> @foreach ($course_code->proposed_transformative_actions as $index => $ta) @if (!isset($ta->status)) @else @endif @endforeach
      Transformative Actions Was it Implemented on Semester {{ Semester::find($outcome->semester_id)->code }} ? Was this transformative action helpful to achieve the learning expectation? Explain briefly about the implementation of this transformative action or why was it not implemented
      {{ $index + 1 }}. {{ $ta->at_text }}: {{ $ta->description }} Has not been followed up yet (Please follow up) Has not been followed up yet (Please follow up) Has not been followed up yet (Please follow up) @if ($ta->status->accomplished == 1) Yes @else No @endif @if ($ta->status->accomplished == 1) @if ($ta->status->it_was_useful == 1) Yes @else No @endif @else N/A @endif {{ $ta->status->comments }}
      @endif @if (count($course_code->future_transformative_actions) > 0)

      Future Transformative Actions for Course

      @foreach ($course_code->future_transformative_actions as $index => $ta) @endforeach
      Transformative Actions to be Implemented Semesters where the Transformative Action will be Implemented
      {{ $index + 1 }}. {{ $ta->at_text }}: {{ $ta->description }} @foreach ($ta->future_semesters as $semester)

      {{ $semester->code }},

      @endforeach
      @endif
      @endforeach
    2. @endforeach
  2. @if (count($outcome->program_transformative_actions) > 0)
  3. Program Transformative Actions


    @foreach ($outcome->program_transformative_actions as $index => $ta) @if (!isset($ta->status)) @else @endif @endforeach
    Transformative Action Category Results Was this helpful to achieve the learning expectation? Explain briefly details about the implementation
    {{ $index + 1 }}. {{ $ta->at_text }}: {{ $ta->description }} {{ $ta->type_of_TA }} Has Not yet submitted Has Not Yet Submitted Has Not Yet Submitted {{ $ta->status->results }} @if ($ta->status->it_was_useful == 1) Yes @else No @endif {{ $ta->status->comments }}

  4. @endif @if (count($outcome->comments) > 0)
  5. Comments


    @foreach ($outcome->comments as $index => $comment) @endforeach
    {{ $index + 1 }}. {{ $comment->comments }}
  6. @endif
@else

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

Results for {{ $outcome->name }} {{ $outcome->student_performance }}

No student has been assessed in this outcome


@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(); 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