* @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 ...<strong>{={x}+..}</strong>...';
$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). ';