mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-17366 adding the calculatedsimple questiontype
This commit is contained in:
parent
b925fe0a00
commit
83a15d025c
4 changed files with 1164 additions and 0 deletions
15
lang/en_utf8/qtype_calculatedsimple.php
Normal file
15
lang/en_utf8/qtype_calculatedsimple.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
$string['addingcalculatedsimple'] = 'Adding a Simple Calculated question';
|
||||
$string['calculatedsimple'] = 'Calculated Simple ';
|
||||
$string['calculatedsimplesummary'] = '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['converttocalculated'] = 'Save as a new regular calculated question';
|
||||
$string['editingcalculatedsimple'] = 'Editing a Simple Calculated question';
|
||||
$string['findwildcards']='Find the wild cards {x..} present in the correct answer formulas';
|
||||
$string['generatenewitemsset'] = 'Generate a new set of ';
|
||||
$string['mustbenumeric'] = 'You must enter a number here.';
|
||||
$string['mustnotbenumeric'] = 'This can\'t be a number.';
|
||||
$string['wildcarditems']= 'Items generated';
|
||||
$string['wildcardrole']= ' The wild cards <strong>{x..}</strong> will be substituted by a numerical value from the generated values';
|
||||
$string['wildcardparam']= 'Wild cards parameters used to generate the items ';
|
||||
$string['willconverttocalculated']= 'If set, the <strong>Save as new question</strong> will save as a new calculated question';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue