Skip to content
Snippets Groups Projects
Commit b4a88e65 authored by Nick Barry's avatar Nick Barry
Browse files

Updated text for course recertifiation

parent dea9b932
No related branches found
No related tags found
1 merge request!6Projects Task 27
...@@ -138,6 +138,7 @@ class Courses_CourseModel extends Unl_Model ...@@ -138,6 +138,7 @@ class Courses_CourseModel extends Unl_Model
// for each AceRecertification record, get the questions and answers // for each AceRecertification record, get the questions and answers
//SELECT q.*, a.* FROM creq.creqCourseAceRecertifyAnswers AS a //SELECT q.*, a.* FROM creq.creqCourseAceRecertifyAnswers AS a
//INNER JOIN creq.creqCourseAceRecertifyQuestions AS q ON a.questionId = q.courseAceRecertifyQuestionId //INNER JOIN creq.creqCourseAceRecertifyQuestions AS q ON a.questionId = q.courseAceRecertifyQuestionId
//INNER JOIN creq.creqCourseAceRecertifyQuestionSets AS s ON q.questionSetId = s.courseAceRecertifyQuestionSetId
//WHERE a.recertificationId = 785 ORDER BY q.questionSort; //WHERE a.recertificationId = 785 ORDER BY q.questionSort;
$select = new Zend_Db_Select($db); $select = new Zend_Db_Select($db);
$select->from(array('a' => 'creqCourseAceRecertifyAnswers')); $select->from(array('a' => 'creqCourseAceRecertifyAnswers'));
......
...@@ -1171,7 +1171,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours ...@@ -1171,7 +1171,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours
<label for="ace-recertify-blackboardUpload" class="required"> <label for="ace-recertify-blackboardUpload" class="required">
By checking this box, as the submitter of this course for ACE Recertification, By checking this box, as the submitter of this course for ACE Recertification,
you agree to upload the electronic student work samples into the Blackboard you agree to upload the electronic student work samples into the Blackboard
Content Collection folder. Content Collection folder (if requested by the ACE committee).
<?php <?php
$blackboardUpload = $this->course->getAceRecertificationBlackboardUpload(); $blackboardUpload = $this->course->getAceRecertificationBlackboardUpload();
echo $this->formCheckbox('ace[blackboardUpload]', $blackboardUpload, NULL, array('yes', 'no')); echo $this->formCheckbox('ace[blackboardUpload]', $blackboardUpload, NULL, array('yes', 'no'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment