@extends('layouts.master') @section('navigation') @include('local.managers.admins._navigation') @stop @section('main')
Passing Criteria: {{{ $template->expected_percentage }}}% of students must obtain at least {{{$template->expected_points}}} points
Criterion | Beginning (1-2) | In Progress (3-4) | Good (5-6) | Excellent (7-8) | Learning Outcome | |||
---|---|---|---|---|---|---|---|---|
{{ $index + 1 }}. |
{{{ $criterion->name }}}
@if(property_exists($criterion, 'subcriteria'))
|
@else
{{ $index + 1 }}. |
{{{ $criterion->name }}}
@if(property_exists($criterion, 'subcriteria'))
|
@endif
{{{ $criterion->description12 }}} | {{{ $criterion->description34 }}} | {{{ $criterion->description56 }}} | {{{ $criterion->description78 }}} | {{{ Outcome::where('id', $criterion->outcome_id)->first()->name }}} |
Copyright Information