. /** * Strings for component 'choice', language 'en', branch 'MOODLE_20_STABLE' * * @package mod_choice * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['addmorechoices'] = 'Add more choices'; $string['allowupdate'] = 'Allow choice to be updated'; $string['allowmultiple'] = 'Allow more than one choice to be selected'; $string['answered'] = 'Answered'; $string['cannotsubmit'] = 'Sorry, there was a problem submitting your choice. Please try again.'; $string['completionsubmit'] = 'Show as complete when user makes a choice'; $string['displayhorizontal'] = 'Display horizontally'; $string['displaymode'] = 'Display mode for the options'; $string['displayvertical'] = 'Display vertically'; $string['eventanswercreated'] = 'Choice made'; $string['eventanswerupdated'] = 'Choice updated'; $string['eventreportviewed'] = 'Choice report viewed'; $string['expired'] = 'Sorry, this activity closed on {$a} and is no longer available'; $string['atleastoneoption'] = 'You need to provide at least one possible answer.'; $string['full'] = '(Full)'; $string['havetologin'] = 'You have to log in before you can submit your choice'; $string['choice'] = 'Choice'; $string['choiceactivityname'] = 'Choice: {$a}'; $string['choice:addinstance'] = 'Add a new choice'; $string['choiceclose'] = 'Until'; $string['choice:deleteresponses'] = 'Delete responses'; $string['choice:downloadresponses'] = 'Download responses'; $string['choicefull'] = 'This choice is full and there are no available places.'; $string['choice:choose'] = 'Record a choice'; $string['choicecloseson'] = 'Choice closes on {$a}'; $string['choicename'] = 'Choice name'; $string['choiceopen'] = 'Open'; $string['choiceoptions'] = 'Choice options'; $string['choiceoptions_help'] = 'Here is where you specify the options that participants have to choose from. You can fill in any number of these. If you leave some of the options blank, they will not be displayed. If you need more than 8 options, click the "Add 3 fields to form" button.'; $string['limitanswers_help'] = 'This option allows you to limit the number of participants that can select each choice option. When the limit is reached then no-one else can select that option. If limits are disabled then any number of participants can select each of the options.'; $string['choice:readresponses'] = 'View responses'; $string['choicesaved'] = 'Your choice has been saved'; $string['choicetext'] = 'Choice text'; $string['chooseaction'] = 'Choose an action ...'; $string['description'] = 'Description'; $string['includeinactive'] = 'Include responses from inactive/suspended users'; $string['limit'] = 'Limit'; $string['limitno'] = 'Limit {no}'; $string['limitanswers'] = 'Limit the number of responses allowed'; $string['modulename'] = 'Choice'; $string['modulename_help'] = 'The choice activity module enables a teacher to ask a single question and offer a selection of possible responses. Choice results may be published after students have answered, after a certain date, or not at all. Results may be published with student names or anonymously. A choice activity may be used * As a quick poll to stimulate thinking about a topic * To quickly test students\' understanding * To facilitate student decision-making, for example allowing students to vote on a direction for the course'; $string['modulename_link'] = 'mod/choice/view'; $string['modulenameplural'] = 'Choices'; $string['moveselectedusersto'] = 'Move selected users to...'; $string['multiplenotallowederror'] = 'Multiple answers are not allowed in this choice'; $string['mustchooseone'] = 'You must choose an answer before saving. Nothing was saved.'; $string['noguestchoose'] = 'Sorry, guests are not allowed to make choices.'; $string['noresultsviewable'] = 'The results are not currently viewable.'; $string['notanswered'] = 'Not answered yet'; $string['notenrolledchoose'] = 'Sorry, only enrolled users are allowed to make choices.'; $string['notopenyet'] = 'Sorry, this activity is not available until {$a}'; $string['numberofuser'] = 'Number of responses'; $string['numberofuserinpercentage'] = 'Percentage of responses'; $string['option'] = 'Option'; $string['optionno'] = 'Option {no}'; $string['options'] = 'Options'; $string['page-mod-choice-x'] = 'Any choice module page'; $string['pluginadministration'] = 'Choice administration'; $string['pluginname'] = 'Choice'; $string['previewonly'] = 'This is just a preview of the available options for this activity. You will not be able to submit your choice until {$a}.'; $string['privacy'] = 'Privacy of results'; $string['publish'] = 'Publish results'; $string['publishafteranswer'] = 'Show results to students after they answer'; $string['publishafterclose'] = 'Show results to students only after the choice is closed'; $string['publishalways'] = 'Always show results to students'; $string['publishanonymous'] = 'Publish anonymous results, do not show student names'; $string['publishnames'] = 'Publish full results, showing names and their choices'; $string['publishnot'] = 'Do not publish results to students'; $string['removemychoice'] = 'Remove my choice'; $string['removeresponses'] = 'Remove all responses'; $string['responses'] = 'Responses'; $string['responsesresultgraphheader'] = 'Graph display'; $string['responsesto'] = 'Responses to {$a}'; $string['results'] = 'Results'; $string['savemychoice'] = 'Save my choice'; $string['showpreview'] = 'Show preview'; $string['showpreview_help'] = 'Allow students to preview the available options before the choice is opened for submission.'; $string['showunanswered'] = 'Show column for unanswered'; $string['spaceleft'] = 'space available'; $string['spacesleft'] = 'spaces available'; $string['taken'] = 'Taken'; $string['timerestrict'] = 'Restrict answering to this time period'; $string['viewallresponses'] = 'View {$a} responses'; $string['withselected'] = 'With selected'; $string['userchoosethisoption'] = 'Users who chose this option'; $string['yourselection'] = 'Your selection'; $string['skipresultgraph'] = 'Skip result graph';