From: moodler Date: Sat, 28 Aug 2004 07:35:59 +0000 (+0000) Subject: Keep Questionnaire language files in main pack X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5a76a21f2fb8c0e20fc8edff766c2e928ce51282;p=moodle.git Keep Questionnaire language files in main pack --- diff --git a/lang/en/help/questionnaire/qmanage.html b/lang/en/help/questionnaire/qmanage.html new file mode 100755 index 0000000000..d3447f00bd --- /dev/null +++ b/lang/en/help/questionnaire/qmanage.html @@ -0,0 +1,5 @@ +

Manage Surveys using phpESP

+

+ The questionnaire module uses phpESP to create and manage surveys. Use this link to manage your surveys. +

+ diff --git a/lang/en/help/questionnaire/qtype.html b/lang/en/help/questionnaire/qtype.html new file mode 100755 index 0000000000..a10602fe3b --- /dev/null +++ b/lang/en/help/questionnaire/qtype.html @@ -0,0 +1,6 @@ +

Survey response type

+

+ If you want your users to only be able to fill out the survey once, choose "respond once".
+ If you want them to be able to fill it out multiple times, choose "respond many". +

+ diff --git a/lang/en/help/questionnaire/questionnaireid.html b/lang/en/help/questionnaire/questionnaireid.html new file mode 100755 index 0000000000..73652d6db5 --- /dev/null +++ b/lang/en/help/questionnaire/questionnaireid.html @@ -0,0 +1,6 @@ +

Choose a survey

+

+ Select the survey from the list of available active surveys available from phpESP. If your survey isn't + listed, its probably not active. +

+ diff --git a/lang/en/help/questionnaire/respondenttype.html b/lang/en/help/questionnaire/respondenttype.html new file mode 100755 index 0000000000..e085d5232a --- /dev/null +++ b/lang/en/help/questionnaire/respondenttype.html @@ -0,0 +1,6 @@ +

Survey response type

+

+ You can display your users' full names with each response by setting this to "fullname".
+ You can hide your users' identities from the respones by setting this to "anonymous". +

+ diff --git a/lang/en/questionnaire.php b/lang/en/questionnaire.php new file mode 100755 index 0000000000..0b8082e09c --- /dev/null +++ b/lang/en/questionnaire.php @@ -0,0 +1,14 @@ +You must complete this questionnaire now to record your results. " + ."You will not be allowed to complete it at another time

\n"; +$string['alreadyfilled'] = "You have already filled out this questionnaire for us. Thank you."; + +?> \ No newline at end of file