parent
commit
7f64ca6556

+ 10
- 10
app/views/local/managers/admins/new_assessment_report.blade.php View File

58
                                     <?php
58
                                     <?php
59
                                     
59
                                     
60
                                     /*$sections_evaluating = Course::has('activities')
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
                                     $sections_evaluating = Course::has('activities')
70
                                     $sections_evaluating = Course::has('activities')
71
                                     
71
                                     
149
                                             @endif
149
                                             @endif
150
                                             <br>
150
                                             <br>
151
                                             <br>
151
                                             <br>
152
-                                            <h4>Perfomance by Learning Outcome Criteria</h4>
152
+                                            <h4>Performance of Students by Learning Outcome Criteria</h4>
153
                                             <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
153
                                             <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
154
                                             <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }}
154
                                             <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }}
155
                                                     or
155
                                                     or
269
                                             <hr>
269
                                             <hr>
270
                                             <br>
270
                                             <br>
271
 
271
 
272
-                                            <h4>Perfomance by Learning Outcome Student</h4>
272
+                                            <h4>Performance of Students by Learning Outcome</h4>
273
                                             <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
273
                                             <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
274
                                             <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
274
                                             <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
275
                                             </p>
275
                                             </p>

+ 10
- 10
app/views/local/managers/pCoords/new_assessment_report.blade.php View File

44
                         <?php
44
                         <?php
45
                         
45
                         
46
                         /*$sections_evaluating = Course::has('activities')
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
                         $sections_evaluating = Course::has('activities')
56
                         $sections_evaluating = Course::has('activities')
57
                         
57
                         
132
                                     @endif
132
                                     @endif
133
                                     <br>
133
                                     <br>
134
                                     <br>
134
                                     <br>
135
-                                    <h4>Perfomance by Learning Outcome Criteria</h4>
135
+                                    <h4>Performance of Students by Learning Outcome Criteria</h4>
136
                                     <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
136
                                     <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
137
                                     <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }} or
137
                                     <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }} or
138
                                             more</i>
138
                                             more</i>
248
                                     <hr>
248
                                     <hr>
249
                                     <br>
249
                                     <br>
250
 
250
 
251
-                                    <h4>Perfomance by Learning Outcome Student</h4>
251
+                                    <h4>Performance of Students by Learning Outcome</h4>
252
                                     <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
252
                                     <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
253
                                     <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
253
                                     <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
254
                                     </p>
254
                                     </p>

+ 15
- 10
app/views/local/managers/sCoords/new_assessment_report.blade.php View File

56
                                 <?php
56
                                 <?php
57
                                 
57
                                 
58
                                 /*$sections_evaluating = Course::has('activities')
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
                                 $sections_evaluating = Course::has('activities')
68
                                 $sections_evaluating = Course::has('activities')
69
                                 
69
                                 
147
                                         @endif
147
                                         @endif
148
                                         <br>
148
                                         <br>
149
                                         <br>
149
                                         <br>
150
-                                        <h4>Perfomance by Learning Outcome Criteria</h4>
150
+                                        <h4>Performance of Students by Learning Outcome Criteria</h4>
151
                                         <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
151
                                         <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
152
                                         <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }} or
152
                                         <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }} or
153
                                                 more</i>
153
                                                 more</i>
183
                                             <p style="display: inline;"> <strong>Has no Formative Action yet </strong>
183
                                             <p style="display: inline;"> <strong>Has no Formative Action yet </strong>
184
 
184
 
185
                                         @endif
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
                                         <br>
191
                                         <br>
187
                                         <table class='table table-striped table-condensed datatable'>
192
                                         <table class='table table-striped table-condensed datatable'>
188
                                             <thead>
193
                                             <thead>
258
                                         <hr>
263
                                         <hr>
259
                                         <br>
264
                                         <br>
260
 
265
 
261
-                                        <h4>Perfomance by Learning Outcome Student</h4>
266
+                                        <h4>Performance of Students by Learning Outcome</h4>
262
                                         <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
267
                                         <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
263
                                         <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
268
                                         <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
264
                                         </p>
269
                                         </p>

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


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


+ 10
- 10
app/views/local/professors/new_assessment_report.blade.php View File

49
                     <?php
49
                     <?php
50
                     
50
                     
51
                     /*$sections_evaluating = Course::has('activities')
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
                     $sections_evaluating = Course::has('activities')
61
                     $sections_evaluating = Course::has('activities')
62
                     
62
                     
141
                                 @endif
141
                                 @endif
142
                                 <br>
142
                                 <br>
143
                                 <br>
143
                                 <br>
144
-                                <h4>Perfomance by Learning Outcome Criteria</h4>
144
+                                <h4>Performance of Students by Learning Outcome Criteria</h4>
145
                                 <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
145
                                 <h5 style="display: inline; margin:30px;">Target by criterion: </h5>
146
                                 <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }} or more</i>
146
                                 <p style="display: inline;"> <i>{{ $activity->rubric[0]->expected_points }} or more</i>
147
                                 </p>
147
                                 </p>
264
                                 <hr>
264
                                 <hr>
265
                                 <br>
265
                                 <br>
266
 
266
 
267
-                                <h4>Perfomance by Learning Outcome Student</h4>
267
+                                <h4>Performance of Students by Learning Outcome</h4>
268
                                 <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
268
                                 <h5 style="display: inline; margin:30px;">Target by outcome: </h5>
269
                                 <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
269
                                 <p style="display: inline;"> <i>>= 66.67% of the attempts</i>
270
                                 </p>
270
                                 </p>