. /** * Strings for component 'qtype_calculatedsimple', language 'en', branch 'MOODLE_20_STABLE' * * @package qtype * @subpackage calculatedsimple * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['atleastonewildcard'] = 'There must be at least one wild card {x..} present in the correct answer formulas'; $string['converttocalculated'] = 'Save as a new regular calculated question'; $string['findwildcards'] = 'Find the wild cards {x..} present in the correct answer formulas'; $string['generatenewitemsset'] = 'Generate'; $string['newsetwildcardvalues'] = 'new set(s) of wild card(s) values'; $string['pluginname'] = 'Calculated simple'; $string['pluginname_help'] = 'Simple calculated questions enable individual numerical questions to be created using wildcards that are substituted with individual values when the quiz is taken. Simple calculated questions offer the most used features of the calculated question with a simpler creation interface.'; $string['pluginname_link'] = 'question/type/calculatedsimple'; $string['pluginnameadding'] = 'Adding a Simple calculated question'; $string['pluginnameediting'] = 'Editing a Simple calculated question'; $string['pluginnamesummary'] = 'A simpler version of calculated questions which are like numerical questions but with the numbers used selected randomly from a set when the quiz is taken.'; $string['privacy:metadata'] = 'The Calculated simple question type plugin does not store any personal data.'; $string['setno'] = 'Set {$a}'; $string['setwildcardvalues'] = 'set(s) of wild card(s) values'; $string['showitems'] = 'Display'; $string['updatewildcardvalues'] = 'Update the wild card(s) values'; $string['useadvance'] = 'Use the advance button to see the errors'; $string['wildcard'] = 'Wild card {{$a}}'; $string['wildcardparam'] = 'Wild cards parameters used to generate the values'; $string['wildcardrole'] = 'The wild cards {x..} will be substituted by a numerical value from the generated values'; $string['wildcardvalues'] = 'Wild card(s) values'; $string['wildcardvaluesgenerated'] = 'Wild card(s) values generated'; $string['willconverttocalculated'] = 'If set, the Save as new question will save as a new calculated question'; $string['youmustaddatleastonevalue'] = 'You must add at least one set of wild card(s) values before you can save this question.';