From 7ba8bb87f26acd07f792fd2722cdb062faf8b2f8 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Thu, 19 Jun 2008 18:07:46 +0000 Subject: [PATCH] Updates to text. --- application/modules/courses/views/scripts/edit/index.phtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/modules/courses/views/scripts/edit/index.phtml b/application/modules/courses/views/scripts/edit/index.phtml index 2b7fbd36..3337203a 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. -- GitLab