From 601aad3ffabbd336b89f14ab63ee2c8dd167c153 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Sat, 1 May 2010 08:55:08 +0000 Subject: [PATCH] MDL-21695 adding help strings --- mod/survey/lang/en/survey.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/survey/lang/en/survey.php b/mod/survey/lang/en/survey.php index 04b5d1c6170..4f71335393a 100644 --- a/mod/survey/lang/en/survey.php +++ b/mod/survey/lang/en/survey.php @@ -207,6 +207,7 @@ $string['invalidsurveyid'] = 'Survey ID was incorrect'; $string['invalidtmptid'] = 'Invalid template id'; $string['ipreferthat'] = 'I prefer that'; $string['modulename'] = 'Survey'; +$string['modulename_help'] = 'The survey module provides three types of survey instrument for assessing and stimulating learning in online environments. The teacher can use them to gather data that will help them learn about their class and reflect on their own teaching.'; $string['modulenameplural'] = 'Surveys'; $string['name'] = 'Name'; $string['newsurveyresponses'] = 'New survey responses';