<quiz>

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Syntax[edit | edit source]

<quiz display="simple">


<!-- Choose only one answer from multiple circular check boxes -->
{Your question
|type="()"
}
-Wrong answer
||Why?
+Correct answer


<!-- Choose any amount of answers from square check boxes -->
{Your question
|type="[]"
}
-Wrong
||Why?
-Wrong
+Correct
-Wrong
+Correct


<!-- Write text answer to question (case-sensitive) -->
{Your question
|type="{}"
}
{Correct answer 1||Correct answer 2||Ect.}
||Why?


</quiz>


See also[edit | edit source]