Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: FQT Multiple choice placeholders.

FQT Multiple choice placeholders

From MoodleDocs
Revision as of 19:27, 3 December 2017 by Dominique Bauer (talk | contribs)

< Formulas question type

In addition to the answer box placeholders, the Formulas question type provides for two other types of placeholder for multiple choice answers:

  • Dropdown menu placeholder
  • Radio buttons placeholder

Dropdown menu placeholder

The syntax for this placeholder is {_n:choices:MCE} where _n is the placeholder name (_0, _1, _2, etc.) as for the answer box placeholders, choices is a list of strings to appear as the menu choices and MCE must appear as is.

Radio buttons placeholder

The syntax for this placeholder is {_n:choices} where _n is the placeholder name (_0, _1, _2, etc.) as for the answer box placeholders and choices is a list of strings to appear as the menu choices. The list of buttons is only vertical.


< Formulas question type