芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/question/type/calculatedmulti/lang/en/qtype_calculatedmulti.php
. /** * Strings for component 'qtype_calculatedmulti', language 'en', branch 'MOODLE_20_STABLE' * * @package qtype * @subpackage calculatedmulti * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['answeroptions'] = 'Choice options'; $string['answeroptions_help'] = 'The suggested choice formula is ...
{={x}+..}
...'; $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['privacy:metadata'] = 'The Calculated multichoice question type plugin does not store any personal data.';