도움말:Quiz-Simple: 두 판 사이의 차이

잔글 (minor changes)
잔글 (Minor Correction)
2번째 줄: 2번째 줄:
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%"
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%"
| colspan="1" style="width:100%; vertical-align:top; border:1px solid Sienna; background-color:Cornsilk;" |
| colspan="1" style="width:100%; vertical-align:top; border:1px solid Sienna; background-color:Cornsilk;" |
<div style="border-bottom:1px solid Sienna; background-color:Wheat; padding:0.2em 0.5em 0.2em 0.5em; font-size:130%; font-weight:bold;">Page Title 1</div>
<div style="border-bottom:1px solid Sienna; background-color:Wheat; padding:0.2em 0.5em 0.2em 0.5em; font-size:130%; font-weight:bold;">A simple introduction to quiz formats</div>
<div style="padding:2em 5em 0em 3em;"> <!--Note: Top, right, bottom, left -->
<div style="padding:2em 5em 0em 3em;"> <!--Note: Top, right, bottom, left -->



2007년 4월 23일 (월) 02:35 판

A simple introduction to quiz formats

Basic quiz types

Here are the basic quiz types. This is still imcomplete. 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
Crystal Clear app ktip.png

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 줄이기