Introduction
You can set your multiple choice problem to shuffle the order of possible answers each time the problem is presented to learners.
You can also set any of the answers to have a fixed location in the order.
How-to
- Add a multiple choice problem to your course. See Creating a multiple choice problem.
- Using the built-in markdown editor:
To shuffle
Add an exclamation character
!
in the first answer option.Example:
>>What color is a red apple?<<
(!) Yellow
( ) Green
(x) RedThe order of the answers will be shuffled each time it is presented to a learner.
To fix the location of an incorrect answer
Add the at character
@
for the incorrect answer option you want to keep fixed.Example:
>>What color is a red apple?<<
(!) Yellow
(@) Green
(x) RedThe location of the
@
answer will stay fixed while other answers will be shuffled.To fix the location of an correct answer
Add the at character
@
together with thex
character for the correct answer option you want to keep fixed.Example:
>>What color is a red apple?<<
(!) Yellow
( ) Green
(@x) RedThe location of the
@
answer will stay fixed while other answers will be shuffled.
Additional information
See also:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article