llms_shuffle_choices( array $choices )
Shuffles choices until the choice order has changed from the original
Description Description
The smaller the list of choices the greater the chance of shuffling not changing the array.
Parameters Parameters
- $choices
-
(Required) Choices from an LLMS_Question
Return Return
(array)
Source Source
File: includes/functions/llms.functions.quiz.php
Changelog Changelog
Version | Description |
---|---|
3.16.12 | Introduced. |