diff --git a/application/modules/courses/views/scripts/edit/index.phtml b/application/modules/courses/views/scripts/edit/index.phtml index 2b7fbd36dbb37cd8f58fc04d4c7283e6b0c2d406..3337203add1623403a0d706e9d96116d1344e716 100644 --- a/application/modules/courses/views/scripts/edit/index.phtml +++ b/application/modules/courses/views/scripts/edit/index.phtml @@ -729,7 +729,8 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours <br /> <label class="required"> Describe student work that will be used to assess student achievement - of the outcome. + of the outcome and explain how the students demonstrate the knowledge + and skills specified by the outcome. </label> <br /> <textarea id="mceEditor<?php echo ++$mceEditorCount; ?>" class="mceEditor" name="ace[outcomes][<?php echo $outcome['shortName']; ?>][studentWork]"><?php echo $outcomeData['studentWork']; ?></textarea> @@ -859,7 +860,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours </label> <?php if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse'))) { ?> <div> - Attach a copy of the sample syllabus that clearly identifies: + Attach a copy of the representative syllabus that clearly identifies: <ul> <li> The Learning Outcome(s) that are satisfied by the course.