Quiz
Props
Quiz can be typed as QuizProps
which contains all of the following fields.
Prop | Type | Default |
---|---|---|
content | NonEmptyArray<MixedContent> | - |
className | React.CSSProperties | null |
style | React.CSSProperties | null |
theme | "light" | "dark" | - |
shuffle | boolean | false |
More information
content
: Refer toMixedContent
className
: (Optional) Additional customized class names to be applied to the component.style
: (Optional) Additional customized styles to be applied to the component.theme
: Sets the color scheme of component.shuffle
: (Optional) Whether to randomize the order of the questions.