]> git.mjollnir.org Git - moodle.git/commitdiff
Keep Questionnaire language files in main pack
authormoodler <moodler>
Sat, 28 Aug 2004 07:35:59 +0000 (07:35 +0000)
committermoodler <moodler>
Sat, 28 Aug 2004 07:35:59 +0000 (07:35 +0000)
lang/en/help/questionnaire/qmanage.html [new file with mode: 0755]
lang/en/help/questionnaire/qtype.html [new file with mode: 0755]
lang/en/help/questionnaire/questionnaireid.html [new file with mode: 0755]
lang/en/help/questionnaire/respondenttype.html [new file with mode: 0755]
lang/en/questionnaire.php [new file with mode: 0755]

diff --git a/lang/en/help/questionnaire/qmanage.html b/lang/en/help/questionnaire/qmanage.html
new file mode 100755 (executable)
index 0000000..d3447f0
--- /dev/null
@@ -0,0 +1,5 @@
+<P ALIGN=CENTER><B>Manage Surveys using phpESP</B></P>
+<P>
+    The questionnaire module uses phpESP to create and manage surveys. Use this link to manage your surveys.
+</P>
+
diff --git a/lang/en/help/questionnaire/qtype.html b/lang/en/help/questionnaire/qtype.html
new file mode 100755 (executable)
index 0000000..a10602f
--- /dev/null
@@ -0,0 +1,6 @@
+<P ALIGN=CENTER><B>Survey response type</B></P>
+<P>
+    If you want your users to only be able to fill out the survey once, choose "respond once".<br />
+    If you want them to be able to fill it out multiple times, choose "respond many".
+</P>
+
diff --git a/lang/en/help/questionnaire/questionnaireid.html b/lang/en/help/questionnaire/questionnaireid.html
new file mode 100755 (executable)
index 0000000..73652d6
--- /dev/null
@@ -0,0 +1,6 @@
+<P ALIGN=CENTER><B>Choose a survey</B></P>
+<P>
+    Select the survey from the list of available <i>active</i> surveys available from phpESP. If your survey isn't
+    listed, its probably not <b>active</b>.
+</P>
+
diff --git a/lang/en/help/questionnaire/respondenttype.html b/lang/en/help/questionnaire/respondenttype.html
new file mode 100755 (executable)
index 0000000..e085d52
--- /dev/null
@@ -0,0 +1,6 @@
+<P ALIGN=CENTER><B>Survey response type</B></P>
+<P>
+    You can display your users' full names with each response by setting this to "fullname".<br />
+    You can hide your users' identities from the respones by setting this to "anonymous".
+</P>
+
diff --git a/lang/en/questionnaire.php b/lang/en/questionnaire.php
new file mode 100755 (executable)
index 0000000..0b8082e
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+$string['modulename'] = 'Questionnaire';
+$string['modulenameplural'] = 'Questionnaires';
+$string['qmanage'] = 'Manage Surveys';
+$string['qmanagetitle'] = 'Survey Management phpESP';
+$string['qtype'] = "Type";
+$string['respondenttype'] = "Respondent Type";
+$string['questionnaireid'] = "Survey";
+$string['notavail'] = "That questionnaire is not available yet. Try again later.";
+$string['mustcomplete'] = "<b>You must complete this questionnaire <i>now</i> to record your results. "
+                                                ."You will not be allowed to complete it at another time</b><br><br>\n";
+$string['alreadyfilled'] = "You have already filled out this questionnaire for us. Thank you.";
+
+?>
\ No newline at end of file