도움말:Quiz-Simple

Wikiversity>Cormaggio님의 2007년 4월 23일 (월) 22:05 판 (changing the second example in the "square button" section to square buttons)
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.

Another typed response

Coding for radio buttons
{| border=0 cellspacing=0 cellpadding=5|| style="width:700px"
| bgcolor=#ccf | 
<quiz display=simple>
{Complete the text from the Wikipedia article on [[w:Aristotle|Aristotle]].
|type="{}"}
{Complete the text from the Wikipedia 
article on [[w:Aristotle|Aristotle]].
|type="{}"}
<big>'''Early Years:'''</big>
Aristotle was born in { Stageira|stageira _8 } in Chalcidice. His parents were { Phaestis|phaestis _8 } and { Nicomachus|nicomachus _10 }, who became physician to King Amyntas of Macedon.

Aristotle was educated as a member of the aristocracy. At about the age of { eighteen|18 _8}, he went to { Athens|athens _6 } to continue his education at { Plato|pluto _5 }'s Academy.
<br>

<big>'''Later Years:'''</big>
Aristotle remained at the Academy for nearly twenty years, not leaving until after Plato's death in { 347 _3 } BC.
</quiz>
|}


Please take this quiz
Crystal Clear app ktip.png

Complete the text from the Wikipedia article on Aristotle.

Early Years:
Aristotle was born in

in Chalcidice. His parents were

and

, who became physician to King Amyntas of Macedon.
Aristotle was educated as a member of the aristocracy. At about the age of

, he went to

to continue his education at

's Academy.

Later Years:
Aristotle remained at the Academy for nearly twenty years, not leaving until after Plato's death in

BC.


• 현재 페이지 URL 줄이기