A simple introduction to quiz formats

Basic quiz types

Here are the basic quiz types. This is still incomplete. More later...

Multiple choice / single response / radio buttons

Coding for radio buttons
<quiz display=simple>
{Type the question here...
|type="()"}
+ The correct answer.
- Wrong or misleading answer.
- Wrong or misleading answer.
- Wrong or misleading answer.
</quiz>
Please take this quiz
Crystal Clear app ktip.png

Type the question here...

The correct answer.
Wrong or misleading answer.
Wrong or misleading answer.
Wrong or misleading answer.


Multiple choice / multiple response / square buttons

Coding for square buttons
<quiz display=simple>
{Type the question here...
|type="[]"}
+ The correct answer.
- Wrong or misleading answer.
- Wrong or misleading answer.
- Wrong or misleading answer.
</quiz>
Please take this quiz

Type the question here...

The correct answer.
Wrong or misleading answer.
Wrong or misleading answer.
Wrong or misleading answer.

True/false questions / radio buttons

Coding for radio buttons
<quiz display=simple>
{Bulgaria and Rumania joined the European Union in 2007.
|type="()"}
+ TRUE.
- FALSE.

{Switzerland is a member of the European Union.
|type="()"}
- TRUE.
+ FALSE.
</quiz>
Please take this quiz

1 Bulgaria and Rumania joined the European Union in 2007.

TRUE.
FALSE.

2 Switzerland is a member of the European Union.

TRUE.
FALSE.


True/false questions / square buttons

Coding for square buttons
<quiz display=simple>
{Bulgaria and Rumania joined the European Union in 2007.
|type="[]"}
+ TRUE.
- FALSE.

{Switzerland is a member of the European Union.
|type="()"}
- TRUE.
+ FALSE.
</quiz>
Please take this quiz

1 Bulgaria and Rumania joined the European Union in 2007.

TRUE.
FALSE.

2 Switzerland is a member of the European Union.

TRUE.
FALSE.


Typed response (short answer)

Coding for radio buttons
<quiz display=simple>
{ Type text here or a no-break space code
|type="{}"}
Where was Aristotle born? { Stageira }

{ Type text here or a no-break space code
|type="{}"}
Name Aristotle's famous mentor. { Plato }

{ Type text here or a no-break space code
|type="{}"}
{ Alexander } was Aristotle's most famous pupil. 

{ Type text here or a no-break space code
|type="{}"}
Name Aristotle's famous mentor. { Plato _6 }

{ Type text here or a no-break space code
|type="{}"}
Name a famous Greek philospher. <br>
{ Aristotle|Plato|plato|aristotle }
</quiz>
Please take this quiz

1 Type text here or a no-break space code

Where was Aristotle born?

2 Type text here or a no-break space code

Name Aristotle's famous mentor.

3 Type text here or a no-break space code

was Aristotle's most famous pupil.

4 Type text here or a no-break space code

Name Aristotle's famous mentor.

5 Type text here or a no-break space code

Name a famous Greek philospher.

• 현재 페이지 URL 줄이기