MDL-17366 adding the calculatedsimple questiontype

This commit is contained in:
pichetp 2009-05-29 22:42:22 +00:00
parent b925fe0a00
commit 83a15d025c
4 changed files with 1164 additions and 0 deletions

View 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';
?>