Gabriel Santiago Plaza 2 vuotta sitten
vanhempi
commit
7f64ca6556

+ 10
- 10
app/views/local/managers/admins/new_assessment_report.blade.php Näytä tiedosto

@@ -58,14 +58,14 @@
58 58
                                     <?php
59 59
                                     
60 60
                                     /*$sections_evaluating = Course::has('activities')
61
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ->whereNotNull('outcomes_attempted')
62
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'')
63
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ->with(array('activities'=>function($query) use(&$outcome){
64
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        $query->whereNotNull('outcomes_attempted');
65
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        $query->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'');} ))
66
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ->where('code', $course->code)->where('number',$course->number)
67
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ->whereIn('semester_id', Session::get('semesters_ids'))
68
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ->get();*/
61
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ->whereNotNull('outcomes_attempted')
62
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'')
63
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ->with(array('activities'=>function($query) use(&$outcome){
64
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            $query->whereNotNull('outcomes_attempted');
65
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            $query->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'');} ))
66
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ->where('code', $course->code)->where('number',$course->number)
67
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ->whereIn('semester_id', Session::get('semesters_ids'))
68
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ->get();*/
69 69
                                     
70 70
                                     $sections_evaluating = Course::has('activities')
71 71
                                     
@@ -149,7 +149,7 @@
149 149
                                             @endif
150 150
                                             <br>
151 151
                                             <br>
152
-                                            <h4>Perfomance by Learning Outcome Criteria</h4>
152
+                                            <h4>Performance of Students by Learning Outcome Criteria</h4>
153 153
                                             <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
154 154
                                             <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }}
155 155
                                                     or
@@ -269,7 +269,7 @@
269 269
                                             <hr>
270 270
                                             <br>
271 271
 
272
-                                            <h4>Perfomance by Learning Outcome Student</h4>
272
+                                            <h4>Performance of Students by Learning Outcome</h4>
273 273
                                             <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
274 274
                                             <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
275 275
                                             </p>

+ 10
- 10
app/views/local/managers/pCoords/new_assessment_report.blade.php Näytä tiedosto

@@ -44,14 +44,14 @@
44 44
                         <?php
45 45
                         
46 46
                         /*$sections_evaluating = Course::has('activities')
47
-                                                                                                                ->whereNotNull('outcomes_attempted')
48
-                                                                                                                ->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'')
49
-                                                                                                                ->with(array('activities'=>function($query) use(&$outcome){
50
-                                                                                                                    $query->whereNotNull('outcomes_attempted');
51
-                                                                                                                    $query->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'');} ))
52
-                                                                                                                ->where('code', $course->code)->where('number',$course->number)
53
-                                                                                                                ->whereIn('semester_id', Session::get('semesters_ids'))
54
-                                                                                                                ->get();*/
47
+                                                                                                                                        ->whereNotNull('outcomes_attempted')
48
+                                                                                                                                        ->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'')
49
+                                                                                                                                        ->with(array('activities'=>function($query) use(&$outcome){
50
+                                                                                                                                            $query->whereNotNull('outcomes_attempted');
51
+                                                                                                                                            $query->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'');} ))
52
+                                                                                                                                        ->where('code', $course->code)->where('number',$course->number)
53
+                                                                                                                                        ->whereIn('semester_id', Session::get('semesters_ids'))
54
+                                                                                                                                        ->get();*/
55 55
                         
56 56
                         $sections_evaluating = Course::has('activities')
57 57
                         
@@ -132,7 +132,7 @@
132 132
                                     @endif
133 133
                                     <br>
134 134
                                     <br>
135
-                                    <h4>Perfomance by Learning Outcome Criteria</h4>
135
+                                    <h4>Performance of Students by Learning Outcome Criteria</h4>
136 136
                                     <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
137 137
                                     <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }} or
138 138
                                             more</i>
@@ -248,7 +248,7 @@
248 248
                                     <hr>
249 249
                                     <br>
250 250
 
251
-                                    <h4>Perfomance by Learning Outcome Student</h4>
251
+                                    <h4>Performance of Students by Learning Outcome</h4>
252 252
                                     <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
253 253
                                     <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
254 254
                                     </p>

+ 15
- 10
app/views/local/managers/sCoords/new_assessment_report.blade.php Näytä tiedosto

@@ -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>

+ 541
- 512
app/views/local/managers/shared/annual_report.blade.php
File diff suppressed because it is too large
Näytä tiedosto


+ 416
- 400
app/views/local/professors/compare_activities.blade.php
File diff suppressed because it is too large
Näytä tiedosto


+ 10
- 10
app/views/local/professors/new_assessment_report.blade.php Näytä tiedosto

@@ -49,14 +49,14 @@
49 49
                     <?php
50 50
                     
51 51
                     /*$sections_evaluating = Course::has('activities')
52
-                                                                   ->whereNotNull('outcomes_attempted')
53
-                                                                   ->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'')
54
-                                                                   ->with(array('activities'=>function($query) use(&$outcome){
55
-                                                                       $query->whereNotNull('outcomes_attempted');
56
-                                                                       $query->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'');} ))
57
-                                                                   ->where('code', $course->code)->where('number',$course->number)
58
-                                                                   ->whereIn('semester_id', Session::get('semesters_ids'))
59
-                                                                   ->get();*/
52
+                                                                                       ->whereNotNull('outcomes_attempted')
53
+                                                                                       ->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'')
54
+                                                                                       ->with(array('activities'=>function($query) use(&$outcome){
55
+                                                                                           $query->whereNotNull('outcomes_attempted');
56
+                                                                                           $query->whereRaw('outcomes_attempted not like \'%"'.$outcome->id.'":0%\'');} ))
57
+                                                                                       ->where('code', $course->code)->where('number',$course->number)
58
+                                                                                       ->whereIn('semester_id', Session::get('semesters_ids'))
59
+                                                                                       ->get();*/
60 60
                     
61 61
                     $sections_evaluating = Course::has('activities')
62 62
                     
@@ -141,7 +141,7 @@
141 141
                                 @endif
142 142
                                 <br>
143 143
                                 <br>
144
-                                <h4>Perfomance by Learning Outcome Criteria</h4>
144
+                                <h4>Performance of Students by Learning Outcome Criteria</h4>
145 145
                                 <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
146 146
                                 <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }} or more</i>
147 147
                                 </p>
@@ -264,7 +264,7 @@
264 264
                                 <hr>
265 265
                                 <br>
266 266
 
267
-                                <h4>Perfomance by Learning Outcome Student</h4>
267
+                                <h4>Performance of Students by Learning Outcome</h4>
268 268
                                 <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
269 269
                                 <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
270 270
                                 </p>