diff --git a/application/modules/courses/models/CourseModel.php b/application/modules/courses/models/CourseModel.php index 816138427da5067408209d925c50209d3cf09553..aad58fe6c21c531f4058065b5c3f3e7807b56bb4 100644 --- a/application/modules/courses/models/CourseModel.php +++ b/application/modules/courses/models/CourseModel.php @@ -31,7 +31,7 @@ class Courses_CourseModel extends Unl_Model 'SLO6' => 'Use knowledge, theories, and research methods appropriate to the social sciences to understand and evaluate social systems or human behaviors.', 'SLO7' => 'Use knowledge, theories, or methods appropriate to the arts to understand their context and significance.', 'SLO8' => 'Use knowledge, theories, and analysis to explain ethical principles and their importance in society', - 'SLO9' => 'Demonstrate knowledge of human or global diversity through analysis of an issue.', + 'SLO9' => 'Exhibit global awareness or knowledge of human diversity through analysis of an issue.', 'SLO10' => 'Generate a creative or scholarly product that requires broad knowledge, appropriate technical proficiency, information collection, synthesis, interpretation, presentation, and reflection.' ); diff --git a/application/modules/courses/views/scripts/edit/index.phtml b/application/modules/courses/views/scripts/edit/index.phtml index 5f21665d6785a9f05c560f7e995220db7df99d9e..a3b6d9daba03d3a44025783307a4db5f3ef2d361 100644 --- a/application/modules/courses/views/scripts/edit/index.phtml +++ b/application/modules/courses/views/scripts/edit/index.phtml @@ -928,7 +928,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours <br /> <label class="required"> - Describe opportunities students should have to learn the outcome.<br /> + Describe the opportunities students will have to learn the ACE outcome.<br /> How is the learning objective embedded in the course? </label> <br /> @@ -957,10 +957,10 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours <?php } ?> <br /> - <label class="required"> - Describe student work that will be used to assess student achievement - of the outcome and explain how the students demonstrate the knowledge - and skills specified by the outcome. + <label class="required"> + Identify the specific student work that will be used to assess + student achievement of the outcome. Describe how this work reflects the + knowledge and skills specified by the outcome. </label> <br /> <?php if (in_array($this->request->getType(), array('ChangeACE', 'RecertifyACE', 'RecertifyACEAndChangeCourse', 'ChangeACEAndChangeCourse')) && is_array($parentOutcomeData)) { ?> @@ -992,10 +992,10 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours As part of the ACE certification process, the department/unit agrees to collect and assess a reasonable sample of students' work and provide reflections on students' achievement of the Learning Outcomes for its - respective ACE-certified courses.<br /> - Please comment on your plans to develop a process to collect and evaluate - student work over time for the purpose of assessing student success for - this ACE outcome. + respective ACE-certified courses.<br /> + Describe how the instructor will collect and archive the student + work indicated above. Explain how this work will then be assessed with respect + to the outcome. </label> <br /> <?php if (in_array($this->request->getType(), array('ChangeACE', 'RecertifyACE', 'RecertifyACEAndChangeCourse', 'ChangeACEAndChangeCourse')) && is_array($parentOutcomeData)) { ?> diff --git a/application/modules/courses/views/scripts/view/change-ace.phtml b/application/modules/courses/views/scripts/view/change-ace.phtml index 14c24dde946d627436be2470d1aabb8392e3c70b..99512fdcfec3e3b9d8cf6f3119dd7f9ebc9ea977 100644 --- a/application/modules/courses/views/scripts/view/change-ace.phtml +++ b/application/modules/courses/views/scripts/view/change-ace.phtml @@ -72,7 +72,7 @@ foreach ($currentAceReinforcements as $index => $currentAceReinforcement) { <ol class="questionList"> <li> <div class="question"> - Describe opportunities students should have to learn the outcome.<br /> + Describe the opportunities students will have to learn the ACE outcome.<br /> How is the learning objective embedded in the course? </div> <div class="answer"> @@ -80,10 +80,10 @@ foreach ($currentAceReinforcements as $index => $currentAceReinforcement) { </div> </li> <li> - <div class="question"> - Describe student work that will be used to assess student achievement - of the outcome and explain how the students demonstrate the knowledge - and skills specified by the outcome. + <div class="question"> + Identify the specific student work that will be used to assess + student achievement of the outcome. Describe how this work reflects the + knowledge and skills specified by the outcome. </div> <div class="answer"> <?php echo $aceOutcome['studentWork']; ?> @@ -94,10 +94,10 @@ foreach ($currentAceReinforcements as $index => $currentAceReinforcement) { As part of the ACE certification process, the department/unit agrees to collect and assess a reasonable sample of students' work and provide reflections on students' achievement of the Learning Outcomes for its - respective ACE-certified courses.<br /> - Please comment on your plans to develop a process to collect and evaluate - student work over time for the purpose of assessing student success for - this ACE outcome. + respective ACE-certified courses.<br /> + Describe how the instructor will collect and archive the student + work indicated above. Explain how this work will then be assessed with respect + to the outcome. </div> <div class="answer"> <?php echo $aceOutcome['assesmentPlan']; ?> @@ -210,4 +210,4 @@ foreach ($currentAceReinforcements as $index => $currentAceReinforcement) { </dl> </div> -<div class="clear"></div> \ No newline at end of file +<div class="clear"></div>