Een Wiki of een WordPress site: verschil tussen versies
Uit MediaWikiGids
Regel 63: | Regel 63: | ||
</div> | </div> | ||
+ | |} | ||
+ | |||
+ | {| 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;" | | ||
+ | <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 --> | ||
+ | |||
+ | <!-- PICTURE ON SIDE OF HEADER SECTION -----> | ||
+ | [[Image:Nuvola apps korganizer.png|right]] | ||
+ | <!-- FOR MORE ICONS, GO TO [[Help:Icons]] --> | ||
+ | |||
+ | == Basic quiz types == | ||
+ | |||
+ | :Here are simple examples of the basic quiz types at Wikiversity. This is still incomplete. More later... | ||
+ | |||
+ | :For full details on all quiz types, go to [[Help:Quiz]] | ||
+ | |||
+ | |||
+ | |||
+ | === Multiple choice / single response / radio buttons=== | ||
+ | |||
+ | {| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | ||
+ | | style="width:50%; vertical-align:top; border:1px solid Gold; background-color: LightYellow;" rowspan="1"| | ||
+ | <div style="border-bottom:1px solid Gold; background-color:#ffffaa; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Coding for radio buttons</div> | ||
+ | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
+ | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
+ | [[Image:Gartoon-Gnome-desktop-config.png|right|48px]] | ||
+ | <pre> | ||
+ | <quiz display=simple> | ||
+ | {Type the question here... | ||
+ | |type="()"} | ||
+ | + The correct answer. | ||
+ | - Wrong or misleading answer. | ||
+ | - Wrong or misleading answer. | ||
+ | - Wrong or misleading answer. | ||
+ | </quiz> | ||
+ | </pre> | ||
+ | </div> | ||
+ | |||
+ | | style="padding:0em 0.5em 0em 0.5em;" | | ||
+ | |||
+ | | style="width:50%; vertical-align:top; border:1px solid #abd5f5; background-color:#f1f5fc;" | | ||
+ | <div style="border-bottom:1px solid #abd5f5; background-color:#d0e5f5; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Please take this quiz</div> | ||
+ | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
+ | <!-- PICTURE ON RIGHT OF TWO BOX SECTION--> | ||
+ | [[Image:Crystal Clear app ktip.svg|48px|right]] | ||
+ | <quiz display=simple> | ||
+ | {Type the question here... | ||
+ | |type="()"} | ||
+ | + The correct answer. | ||
+ | - Wrong or misleading answer. | ||
+ | - Wrong or misleading answer. | ||
+ | - Wrong or misleading answer. | ||
+ | </quiz> | ||
+ | </div> | ||
+ | |} | ||
+ | |||
+ | === Multiple choice / multiple response / square buttons=== | ||
+ | |||
+ | {| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | ||
+ | | style="width:50%; vertical-align:top; border:1px solid Gold; background-color: LightYellow;" rowspan="1"| | ||
+ | <div style="border-bottom:1px solid Gold; background-color:#ffffaa; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Coding for square buttons</div> | ||
+ | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
+ | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
+ | [[Image:Gartoon-Gnome-desktop-config.png|right|48px]] | ||
+ | <pre> | ||
+ | <quiz display=simple> | ||
+ | {Type the question here... | ||
+ | |type="[]"} | ||
+ | + The correct answer. | ||
+ | - Wrong or misleading answer. | ||
+ | + Another correct answer. | ||
+ | - Wrong or misleading answer. | ||
+ | </quiz> | ||
+ | </pre> | ||
+ | </div> | ||
+ | |||
+ | | style="padding:0em 0.5em 0em 0.5em;" | | ||
+ | |||
+ | | style="width:50%; vertical-align:top; border:1px solid #abd5f5; background-color:#f1f5fc;" | | ||
+ | <div style="border-bottom:1px solid #abd5f5; background-color:#d0e5f5; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Please take this quiz</div> | ||
+ | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
+ | <!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | ||
+ | [[Image:Crystal Clear app ktip.svg|48px|right]] | ||
+ | <quiz display=simple> | ||
+ | {Type the question here... | ||
+ | |type="[]"} | ||
+ | + The correct answer. | ||
+ | - Wrong or misleading answer. | ||
+ | + Another correct answer. | ||
+ | - Wrong or misleading answer. | ||
+ | </quiz> | ||
+ | </div> | ||
+ | |} | ||
|} | |} |
Versie van 6 apr 2017 om 12:36
Inhoud
Wat is kenmerkend voor een Wiki?
Verschil tussen Wiki en een WordPress site
|
A simple introduction to quiz formats
Basic quiz types
Multiple choice / single response / radio buttons
Multiple choice / multiple response / square buttons
|