|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 // This file is part of Moodle - http://moodle.org/ 00003 // 00004 // Moodle is free software: you can redistribute it and/or modify 00005 // it under the terms of the GNU General Public License as published by 00006 // the Free Software Foundation, either version 3 of the License, or 00007 // (at your option) any later version. 00008 // 00009 // Moodle is distributed in the hope that it will be useful, 00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 // GNU General Public License for more details. 00013 // 00014 // You should have received a copy of the GNU General Public License 00015 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00016 00026 $string['atleastonewildcard'] = 'There must be at least one wild card <strong>{x..}</strong> present in the correct answer formulas'; 00027 $string['converttocalculated'] = 'Save as a new regular calculated question'; 00028 $string['findwildcards'] = 'Find the wild cards {x..} present in the correct answer formulas'; 00029 $string['generatenewitemsset'] = 'Generate'; 00030 $string['mustbenumeric'] = 'You must enter a number here.'; 00031 $string['mustnotbenumeric'] = 'This can\'t be a number.'; 00032 $string['newsetwildcardvalues'] = 'new set(s) of wild card(s) values'; 00033 $string['pluginname'] = 'Calculated simple'; 00034 $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.'; 00035 $string['pluginname_link'] = 'question/type/calculatedsimple'; 00036 $string['pluginnameadding'] = 'Adding a Simple calculated question'; 00037 $string['pluginnameediting'] = 'Editing a Simple calculated question'; 00038 $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.'; 00039 $string['setno'] = 'Set {$a}'; 00040 $string['setwildcardvalues'] = 'set(s) of wild card(s) values'; 00041 $string['showitems'] = 'Display'; 00042 $string['updatewildcardvalues'] = 'Update the wild card(s) values'; 00043 $string['useadvance'] = 'Use the advance button to see the errors'; 00044 $string['wildcard'] = 'Wild card {<strong>{$a}</strong>}'; 00045 $string['wildcardparam'] = 'Wild cards parameters used to generate the values'; 00046 $string['wildcardrole'] = 'The wild cards <strong>{x..}</strong> will be substituted by a numerical value from the generated values'; 00047 $string['wildcardvalues'] = 'Wild card(s) values'; 00048 $string['wildcardvaluesgenerated'] = 'Wild card(s) values generated'; 00049 $string['willconverttocalculated'] = 'If set, the <strong>Save as new question</strong> will save as a new calculated question'; 00050 $string['youmustaddatleastonevalue'] = 'You must add at least one set of wild card(s) values before you can save this question.';