|
@@ -56,14 +56,14 @@
|
56
|
56
|
<?php
|
57
|
57
|
|
58
|
58
|
/*$sections_evaluating = Course::has('activities')
|
59
|
|
- ->whereNotNull('outcomes_attempted')
|
60
|
|
- ->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'')
|
61
|
|
- ->with(array('activities'=>function($query) use(&$outcome){
|
62
|
|
- $query->whereNotNull('outcomes_attempted');
|
63
|
|
- $query->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'');} ))
|
64
|
|
- ->where('code', $course->code)->where('number',$course->number)
|
65
|
|
- ->whereIn('semester_id', Session::get('semesters_ids'))
|
66
|
|
- ->get();*/
|
|
59
|
+ ->whereNotNull('outcomes_attempted')
|
|
60
|
+ ->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'')
|
|
61
|
+ ->with(array('activities'=>function($query) use(&$outcome){
|
|
62
|
+ $query->whereNotNull('outcomes_attempted');
|
|
63
|
+ $query->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'');} ))
|
|
64
|
+ ->where('code', $course->code)->where('number',$course->number)
|
|
65
|
+ ->whereIn('semester_id', Session::get('semesters_ids'))
|
|
66
|
+ ->get();*/
|
67
|
67
|
|
68
|
68
|
$sections_evaluating = Course::has('activities')
|
69
|
69
|
|
|
@@ -147,7 +147,7 @@
|
147
|
147
|
@endif
|
148
|
148
|
<br>
|
149
|
149
|
<br>
|
150
|
|
- <h4>Perfomance by Learning Outcome Criteria</h4>
|
|
150
|
+ <h4>Performance of Students by Learning Outcome Criteria</h4>
|
151
|
151
|
<h5 style="display: inline; margin:30px;">Target by criterion: </h5>
|
152
|
152
|
<p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }} or
|
153
|
153
|
more</i>
|
|
@@ -183,6 +183,11 @@
|
183
|
183
|
<p style="display: inline;"> <strong>Has no Formative Action yet </strong>
|
184
|
184
|
|
185
|
185
|
@endif
|
|
186
|
+ @if ($activity->assessment_comments != null)
|
|
187
|
+
|
|
188
|
+ <h5 style="display: inline; margin:30px;">Assessment Comments</h5>
|
|
189
|
+ <p style="display: inline;">{{ $activity->assessment_comments }}</p>
|
|
190
|
+ @endif
|
186
|
191
|
<br>
|
187
|
192
|
<table class='table table-striped table-condensed datatable'>
|
188
|
193
|
<thead>
|
|
@@ -258,7 +263,7 @@
|
258
|
263
|
<hr>
|
259
|
264
|
<br>
|
260
|
265
|
|
261
|
|
- <h4>Perfomance by Learning Outcome Student</h4>
|
|
266
|
+ <h4>Performance of Students by Learning Outcome</h4>
|
262
|
267
|
<h5 style="display: inline; margin:30px;">Target by outcome: </h5>
|
263
|
268
|
<p style="display: inline;"> <i>>= 66.67% of the attempts</i>
|
264
|
269
|
</p>
|