|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | qtype |
Variables | |
| $string ['pluginname'] = 'Calculated multichoice' | |
| $string ['pluginname_help'] = 'Calculated multichoice questions are like multichoice questions which in their choice elements can be included numerical formula results using wildcards in curly brackets that are substituted with individual values when the quiz is taken. For example, if the question "What is the area of a rectangle of length {l} and width {w}?" one of the choice is {={l}*{w}} (where * denotes multiplication). ' | |
| $string ['pluginname_link'] = 'question/type/calculatedmulti' | |
| $string ['pluginnameadding'] = 'Adding a Calculated multichoice question' | |
| $string ['pluginnameediting'] = 'Editing a Calculated multichoice question' | |
| $string ['pluginnamesummary'] = 'Calculated multichoice questions are like multichoice questions which choice elements can include formula results from numeric values that are selected randomly from a set when the quiz is taken.' | |
| $string['pluginname'] = 'Calculated multichoice' |
Definition at line 26 of file qtype_calculatedmulti.php.
| $string['pluginname_help'] = 'Calculated multichoice questions are like multichoice questions which in their choice elements can be included numerical formula results using wildcards in curly brackets that are substituted with individual values when the quiz is taken. For example, if the question "What is the area of a rectangle of length {l} and width {w}?" one of the choice is {={l}*{w}} (where * denotes multiplication). ' |
Definition at line 27 of file qtype_calculatedmulti.php.
| $string['pluginname_link'] = 'question/type/calculatedmulti' |
Definition at line 28 of file qtype_calculatedmulti.php.
| $string['pluginnameadding'] = 'Adding a Calculated multichoice question' |
Definition at line 29 of file qtype_calculatedmulti.php.
| $string['pluginnameediting'] = 'Editing a Calculated multichoice question' |
Definition at line 30 of file qtype_calculatedmulti.php.
| $string['pluginnamesummary'] = 'Calculated multichoice questions are like multichoice questions which choice elements can include formula results from numeric values that are selected randomly from a set when the quiz is taken.' |
Definition at line 31 of file qtype_calculatedmulti.php.