@extends('layouts.master') @section('navigation') @if($role==1) @include('local.managers.admins._navigation') @elseif($role==2) @include('local.managers.sCoords._navigation') @elseif($role==3) @include('local.managers.pCoords._navigation') @else @include('local.professors._navigation') @endif @stop @section('main')
Course: {{{ $course->code }}} {{{ $course->number }}}
Section: {{{ $course->section }}}
Activity: {{{ $activity->name}}}
Passing Criteria: {{{ $rubric->expected_percentage }}}% of students must obtain at least {{{$rubric->expected_points}}} points
Criterion | @for($i = 0; $i<$rubric->num_scales; $i++){{$rubric->titles[$i]}} ({{1+($i*($rubric->max_score/$rubric->num_scales))}} - {{(1+$i)*($rubric->max_score/$rubric->num_scales)}}) | @endforLearning Outcome | ||
---|---|---|---|---|
{{ $index + 1 }}. | @if(isset($criterion->notes))
{{{ $criterion->name }}}
@if($criterion->subcriteria)
|
@else
{{{ $criterion->name }}}
@if($criterion->subcriteria)
|
@endif
@foreach(json_decode($criterion->scales) as $scale)
{{ nl2br($scale) }} | @endforeach
@foreach (json_decode($criterion->outcomes) as $index => $outcome)
{{$outcome}} @endforeach |
Copyright Information