$string['clicktocontinuecheck'] = 'Click here to check and continue';
$string['collesaintro'] = 'The purpose of this survey is to help us understand how well the online delivery of this unit enabled you to learn.
-Each one of the 24 statements below asks about your experience in this unit.
+Each couple of the 24 statements below asks about your experience in this unit.
There are no \'right\' or \'wrong\' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment.
foreach ($subquestions as $q) {
$qnum++;
- $rowclass = survey_question_rowclass($qnum);
+ if ($oneanswer) {
+ $rowclass = survey_question_rowclass($qnum);
+ } else {
+ $rowclass = survey_question_rowclass(round($qnum / 2));
+ }
if ($q->text) {
$q->text = get_string($q->text, "survey");
}
$checklist["q$P$q->id"] = 0;
} else {
- // yu : fix for MDL-7501, possibly need to use user flag as this is quite ugly.
echo "<th scope=\"row\" class=\"optioncell\">";
echo "<b class=\"qnumtopcell\">$qnum</b> ";
$qnum++;
- echo "<span class=\"preferthat smalltext\">$stripreferthat</span> ";
+ echo "<span class=\"preferthat\">$stripreferthat</span> ";
echo "<span class=\"option\">$q->text</span></th>\n";
$default = get_accesshide($strdefault);
echo "<tr class=\"$rowclass rblock\">";
echo "<th scope=\"row\" class=\"optioncell\">";
echo "<b class=\"qnumtopcell\">$qnum</b> ";
- echo "<span class=\"foundthat smalltext\">$strifoundthat</span> ";
+ echo "<span class=\"foundthat\">$strifoundthat</span> ";
echo "<span class=\"option\">$q->text</span></th>\n";
$default = get_accesshide($strdefault);