Help:Quizzes
Quizzes are interactive forms to test the readers' knowledge on a specific topic.
To create a quiz, you can read the detailed quiz documentation and check the examples below as well as some real-world quizzes.
Examples
[edit | edit source]Basic
[edit | edit source]<quiz>
{What fruit is also the name of a tech company?
|type="()"}
+ Apple
- Banana
- Carrot
{What is the main cause of ongoing global warming?
|type="()"}
+ Humans
- Volcanoes
- Orbital variations
- Sun activity
</quiz>
Simplified
[edit | edit source]<quiz display=simple>
{What fruit is also the name of a tech company?
|type="()"}
+ Apple
- Banana
- Carrot
{What is the main cause of ongoing global warming?
|type="()"}
+ Humans
- Volcanoes
- Orbital variations
- Sun activity
</quiz>