From 9237056a3b4cbef341ab1cab2bcf9634fb2d90d1 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Thu, 1 Dec 2011 00:11:03 +0000 Subject: [PATCH] Visual updates to the display of ACE questions. --- .../views/scripts/view/course-info.phtml | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/application/modules/courses/views/scripts/view/course-info.phtml b/application/modules/courses/views/scripts/view/course-info.phtml index 4336e5b4..db450644 100644 --- a/application/modules/courses/views/scripts/view/course-info.phtml +++ b/application/modules/courses/views/scripts/view/course-info.phtml @@ -46,21 +46,23 @@ ?> <div id="aceRecertification"> <h2>Recertification</h2> - <dl> - <dt> - Please indicate the semesters the course has been taught as an ACE certified course. - </dt> - <dd><?php - $semestersTaught = array(); - foreach ($recertification['semestersTaught'] as $semesterTaught) { - $semestersTaught[] = $this->termDescription($semesterTaught) . ' (' . $semesterTaught . ')'; - } - echo implode(', ', $semestersTaught); - ?></dd> - </dl> <ol class="questionList"> <li> - <div class="question"> + <div class="question"> + Please indicate the semesters the course has been taught as an ACE certified course. + </div> + <div class="answer"> + <?php + $semestersTaught = array(); + foreach ($recertification['semestersTaught'] as $semesterTaught) { + $semestersTaught[] = $this->termDescription($semesterTaught) . ' (' . $semesterTaught . ')'; + } + echo implode(', ', $semestersTaught); + ?> + </div> + </li> + <li> + <div class="question"> What have assessment data revealed about how the course helps students achieve the designated Student Learning Outcome(s)? (You might be able to complete this textbox by copying information found in the Summary @@ -72,7 +74,7 @@ </div> </li> <li> - <div class="question"> + <div class="question"> How have those assessment data been used to help the course meet the certified Student Learning Outcome(s)? (You might be able to complete this textbox by copying information found in the Summary & Conclusion @@ -83,7 +85,7 @@ </div> </li> <li> - <div class="question"> + <div class="question"> If your assessment plan does not include collection of student work from all sections each time the course is taught, indicate how your department ensures that all sections are taught in accordance with @@ -94,7 +96,7 @@ </div> </li> <li> - <div class="question"> + <div class="question"> If the response in the original proposal for ACE certification indicated that the assessment process was still being developed, the UCC/ACE subcommittee expects an explanation of the process. (May be referenced -- GitLab