--- /dev/null
+<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>
+
--- /dev/null
+<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>
+
--- /dev/null
+<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>
+
--- /dev/null
+<?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