From 16d10fdf28062a23afaaf0bb080f3789a031ea04 Mon Sep 17 00:00:00 2001
From: Roger Feese <rfeese@unl.edu>
Date: Fri, 10 Jun 2016 15:13:01 -0500
Subject: [PATCH] Update ACE certification language and outcome 9 per Nicole
 Brenton.

---
 .../modules/courses/models/CourseModel.php    |  2 +-
 .../courses/views/scripts/edit/index.phtml    | 18 ++++++++---------
 .../views/scripts/view/change-ace.phtml       | 20 +++++++++----------
 3 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/application/modules/courses/models/CourseModel.php b/application/modules/courses/models/CourseModel.php
index 81613842..aad58fe6 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 5f21665d..a3b6d9da 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 14c24dde..99512fdc 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>
-- 
GitLab