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: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
(49 intermediate revisions by the same user not shown)
Line 1: Line 1:
[https://docs.moodle.org/33/en/Formulas_question_type < Formulas question type]
<div style="background:#d9edf7;color:#3a87ad;0px;padding:8px;border:1px solid #bce8f1;border-radius:4px;margin:0;">
 
<p style="margin:2px 8px;">
In addition to the answer box placeholders, the '''Formulas question type''' provides for two other types of placeholder for multiple choice answers:
This page has been moved to  '''[[Formulas:_Multiple_choice|Formulas: Multiple choice]]'''  ←''click the link''
* Dropdown menu placeholder
</p>
* Radio buttons placeholder
</div>
 
''Do not delete this page.''
===Dropdown menu placeholder===
 
The syntax for this placeholder is <span style="font-family:monospace;font-size:113%;">{_n:choices:MCE}</span> where
<span style="font-family:monospace;font-size:113%;">_n</span> is the placeholder name (<span style="font-family:monospace;font-size:113%;">_0</span>, <span style="font-family:monospace;font-size:113%;">_1</span>, <span style="font-family:monospace;font-size:113%;">_2</span>, etc.) as for the answer box placeholders, <span style="font-family:monospace;font-size:113%;">choices</span> is a list of strings to appear as the menu choices and
<span style="font-family:monospace;font-size:113%;">MCE</span> must appear as is.
 
===Radio buttons placeholder===
 
The syntax for this placeholder is <span style="font-family:monospace;font-size:113%;">{_n:choices}</span> where
<span style="font-family:monospace;font-size:113%;">_n</span> is the placeholder name (<span style="font-family:monospace;font-size:113%;">_0</span>, <span style="font-family:monospace;font-size:113%;">_1</span>, <span style="font-family:monospace;font-size:113%;">_2</span>, etc.) as for the answer box placeholders and <span style="font-family:monospace;font-size:113%;">choices</span> is a list of strings to appear as the menu choices. The list of buttons is only vertical.
 
 
[https://docs.moodle.org/33/en/Formulas_question_type < Formulas question type]
[[Category:Formulas question type]]

Latest revision as of 05:04, 31 December 2017

This page has been moved to  Formulas: Multiple choice  ←click the link

Do not delete this page.