shuffle property

bool? shuffle
getter/setter pair

Whether the options should be displayed in random order for different instances of the quiz.

This is often used to prevent cheating by respondents who might be looking at another respondent's screen, or to address bias in a survey that might be introduced by always putting the same options first or last.

Implementation

core.bool? shuffle;