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

University of Puerto Rico, Río Piedras Campus

Online Learning Assessment System

{{{ $template->name}}}

School: {{ $school }}

Program: {{ $program }}

Passing Criteria: {{{ $template->expected_percentage }}}% of students must obtain at least {{{$template->expected_points}}} points

Last modified on: {{ date('F d, Y h:i:s a', strtotime($template->updated_at)) }}

@foreach(json_decode($template->contents) as $index => $criterion) @endforeach
Criterion Beginning (1-2) In Progress (3-4) Good (5-6) Excellent (7-8) Learning Outcome Copyright Notes
{{ $index + 1 }}. {{{ $criterion->name }}} @if(property_exists($criterion, 'subcriteria'))
    @foreach($criterion->subcriteria as $subcriterion)
  • {{ $subcriterion }}
  • @endforeach @endif
{{{ $criterion->description12 }}} {{{ $criterion->description34 }}} {{{ $criterion->description56 }}} {{{ $criterion->description78 }}} {{{ Outcome::where('id', $criterion->outcome_id)->first()->name }}} @if($criterion->copyright) {{{ $criterion->copyright }}} @endif @if($criterion->notes) {{{ $criterion->notes }}} @endif
'; echo ''; ?>