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

University of Puerto Rico, Río Piedras Campus

Online Learning Assessment System

{{$course->program->name}} Program

{{{ $course->code }}} {{{ $course->number }}} - {{$course->name}}

Assessment Rubric

Rubric: {{{ $rubric->name}}}
Activity: {{{ $activity->name}}}
Passing Criteria: {{{ $rubric->expected_percentage }}}% of students must obtain at least {{{$rubric->expected_points}}} points

@foreach(json_decode($rubric->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
{{ nl2br($criterion->description12) }} {{ nl2br($criterion->description34) }} {{ nl2br($criterion->description56) }} {{ nl2br($criterion->description78) }} {{ Outcome::where('id', $criterion->outcome_id)->first()->name }} @if($criterion->copyright) {{{ $criterion->copyright }}} @endif @if($criterion->notes) {{{ $criterion->notes }}} @endif
'; echo ''; ?>