From e2e907bd5e31eb74bffcd5a5e44ecbc0536665ab Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Mon, 8 Sep 2014 18:26:06 +0100 Subject: [PATCH] MDL-46747 questions: add More info link to qbehaviour help. Thanks to Tony Gardner-Medwin for the suggestion. --- lang/en/question.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/question.php b/lang/en/question.php index 092e50f5a88..ffd046edd24 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -338,6 +338,7 @@ $string['howquestionsbehave_help'] = 'Students can interact with the questions i Alternatively, you may wish for students to submit each question as they go along to get immediate feedback, and if they do not get it right immediately, have another try for fewer marks. That would be \'Interactive with multiple tries\' mode. Those are probably the two most commonly used modes of behaviour. '; +$string['howquestionsbehave_link'] = 'question/behaviour'; $string['importfromcoursefiles'] = '... or choose a course file to import.'; $string['importfromupload'] = 'Select a file to upload ...'; $string['includesubcategories'] = 'Also show questions from subcategories';