. /** * Strings for component 'qtype_shortanswer', language 'en', branch 'MOODLE_20_STABLE' * * @package qtype_shortanswer * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['addingshortanswer'] = 'Adding a short answer question'; $string['addmoreanswerblanks'] = 'Blanks for {no} More Answers'; $string['answermustbegiven'] = 'You must enter an answer if there is a grade or feedback.'; $string['answerno'] = 'Answer {$a}'; $string['editingshortanswer'] = 'Editing a Short answer question'; $string['filloutoneanswer'] = 'You must provide at least one possible answer. Answers left blank will not be used. \'*\' can be used as a wildcard to match any characters. The first matching answer will be used to determine the score and feedback.'; $string['shortanswer'] = 'Short answer'; $string['shortanswer_help'] = 'In response to a question (that may include a image) the respondent types a word or short phrase. There may be several possible correct answers, each with a different grade. If the "Case sensitive" option is selected, then you can have different scores for "Word" or "word".'; $string['shortanswer_link'] = 'question/type/shortanswer'; $string['shortanswersummary'] = 'Allows a response of one or a few words that is graded by comparing against various model answers, which may contain wildcards.';