$string['actual'] = "Actual";
$string['actualclass'] = "Class actual";
-$string['actualstudent'] = "Student actual";
+$string['actualstudent'] = "\$a actual";
$string['allquestions'] = "All questions in order, all students";
$string['allscales'] = "All scales, all students";
$string['alreadysubmitted'] = "You have already submitted this survey";
$string['peoplecompleted'] = "\$a people have completed this survey so far";
$string['preferred'] = "Preferred";
$string['preferredclass'] = "Class preferred";
-$string['preferredstudent'] = "Student preferred";
+$string['preferredstudent'] = "\$a preferred";
$string['question'] = "Question";
$string['questions'] = "Questions";
$string['questionsnotanswered'] = "Some of the multiple choice questions have not been answered.";
$stractual = get_string("actual", "survey");
$stractualclass = get_string("actualclass", "survey");
- $stractualstudent = get_string("actualstudent", "survey");
+ $stractualstudent = get_string("actualstudent", "survey", $course->student);
$strpreferred = get_string("preferred", "survey");
$strpreferredclass = get_string("preferredclass", "survey");
- $strpreferredstudent = get_string("preferredstudent", "survey");
+ $strpreferredstudent = get_string("preferredstudent", "survey", $course->student);
switch ($type) {