Crease

Quiz

Props

Quiz can be typed as QuizProps which contains all of the following fields.

PropTypeDefault
content
NonEmptyArray<MixedContent>
-
className
React.CSSProperties
null
style
React.CSSProperties
null
theme
"light" | "dark"
-
shuffle
boolean
false

More information

  • content: Refer to MixedContent
  • 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.

On this page