Guía para formulación de cuestionarios
Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
(Página creada con «__NOTOC__ __NOEDITSECTION__ {| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | colspan="1" style="width:100%; vertical-align:top; border:1px so...») |
|||
Línea 2: | Línea 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;"> | + | <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;">Una introducción sencilla a los formatos de examen</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 --> | ||
Línea 9: | Línea 9: | ||
<!-- FOR MORE ICONS, GO TO [[Help:Icons]] --> | <!-- FOR MORE ICONS, GO TO [[Help:Icons]] --> | ||
− | == | + | == Tipos básicos de examen == |
− | : | + | :Aquí hay ejemplos sencillos de los tipos básicos de examen. |
− | : | + | :Para ver más detalles sobre todos los tipos de examen, visita [[Help:Quiz]] (en inglés). |
|} | |} | ||
− | === | + | === Selección múltiple / opción única / botón de radio === |
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | {| 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"| | | 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;"> | + | <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;">Código para botones de radio</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON LEFT OF TWO BOX SECTION --> | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
Línea 27: | Línea 27: | ||
<pre> | <pre> | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Escribe la pregunta aquí... |
|type="()"} | |type="()"} | ||
− | + | + | + Respuesta correcta. |
− | - | + | - Respuesta errónea o distractor. |
− | - | + | - Respuesta errónea o distractor. |
− | - | + | - Respuesta errónea o distractor. |
</quiz> | </quiz> | ||
</pre> | </pre> | ||
Línea 40: | Línea 40: | ||
| style="width:50%; vertical-align:top; border:1px solid #abd5f5; background-color:#f1f5fc;" | | | 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;"> | + | <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;">Por favor toma este examen</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON RIGHT OF TWO BOX SECTION--> | <!-- PICTURE ON RIGHT OF TWO BOX SECTION--> | ||
[[Image:Crystal Clear app ktip.svg|48px|right]] | [[Image:Crystal Clear app ktip.svg|48px|right]] | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Escribe la pregunta aquí... |
|type="()"} | |type="()"} | ||
− | + | + | + Respuesta correcta. |
− | - | + | - Respuesta errónea o distractor. |
− | - | + | - Respuesta errónea o distractor. |
− | - | + | - Respuesta errónea o distractor. |
</quiz> | </quiz> | ||
</div> | </div> | ||
|} | |} | ||
− | === | + | === Selección múltiple / respuesta múltiple / botones cuadrados === |
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | {| 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"| | | 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;"> | + | <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;">Código para botones cuadrados</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON LEFT OF TWO BOX SECTION --> | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
Línea 65: | Línea 65: | ||
<pre> | <pre> | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Escribe la pregunta aquí... |
|type="[]"} | |type="[]"} | ||
− | + | + | + Respuesta correcta. |
− | - | + | - Respuesta errónea o distractor. |
− | + | + | + Otra respuesta correcta. |
− | - | + | - Respuesta errónea o distractor. |
</quiz> | </quiz> | ||
</pre> | </pre> | ||
Línea 78: | Línea 78: | ||
| style="width:50%; vertical-align:top; border:1px solid #abd5f5; background-color:#f1f5fc;" | | | 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;"> | + | <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;">Por favor toma este examen</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | <!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | ||
[[Image:Crystal Clear app ktip.svg|48px|right]] | [[Image:Crystal Clear app ktip.svg|48px|right]] | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Escribe la pregunta aquí... |
|type="[]"} | |type="[]"} | ||
− | + | + | + Respuesta correcta. |
− | - | + | - Respuesta errónea o distractor. |
− | + | + | + Otra respuesta correcta. |
− | - | + | - Respuesta errónea o distractor. |
</quiz> | </quiz> | ||
</div> | </div> | ||
|} | |} | ||
− | === | + | === Preguntas de verdadero/falso / botones de radio === |
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | {| 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"| | | 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;"> | + | <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;">Código para botones de radio</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON LEFT OF TWO BOX SECTION --> | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
Línea 103: | Línea 103: | ||
<pre> | <pre> | ||
<quiz display=simple> | <quiz display=simple> | ||
− | {Bulgaria | + | {Bulgaria y Romanía se adhirieron a la Unión Europea en 2007. |
|type="()"} | |type="()"} | ||
− | + | + | + VERDADERO. |
− | - | + | - FALSO. |
− | { | + | {Suiza es miembro de la Unión Europea. |
|type="()"} | |type="()"} | ||
− | - | + | - VERDADERO. |
− | + | + | + FALSO. |
</quiz> | </quiz> | ||
</pre> | </pre> | ||
Línea 119: | Línea 119: | ||
| style="width:50%; vertical-align:top; border:1px solid #abd5f5; background-color:#f1f5fc;" | | | 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;"> | + | <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;">Por favor toma este examen</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | <!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | ||
[[Image:Crystal Clear app ktip.svg|48px|right]] | [[Image:Crystal Clear app ktip.svg|48px|right]] | ||
<quiz display=simple> | <quiz display=simple> | ||
− | {Bulgaria | + | {Bulgaria y Romanía se adhirieron a la Unión Europea en 2007. |
|type="()"} | |type="()"} | ||
− | + | + | + VERDADERO. |
− | - | + | - FALSO. |
− | { | + | {Suiza es miembro de la Unión Europea. |
|type="()"} | |type="()"} | ||
− | - | + | - VERDADERO. |
− | + | + | + FALSO. |
</quiz> | </quiz> | ||
</div> | </div> | ||
|} | |} | ||
− | === | + | === Preguntas de verdadero/falso / botones cuadrados === |
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | {| 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"| | | 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;"> | + | <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;">Código para botones cuadrados</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON LEFT OF TWO BOX SECTION --> | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
Línea 147: | Línea 147: | ||
<pre> | <pre> | ||
<quiz display=simple> | <quiz display=simple> | ||
− | {Bulgaria | + | {Bulgaria y Romanía se adhirieron a la Unión Europea en 2007. |
|type="[]"} | |type="[]"} | ||
− | + | + | + VERDADERO. |
− | - | + | - FALSO. |
− | { | + | {Suiza es miembro de la Unión Europea. |
|type="[]"} | |type="[]"} | ||
− | - | + | - VERDADERO. |
− | + | + | + FALSO. |
</quiz> | </quiz> | ||
</pre> | </pre> | ||
Línea 163: | Línea 163: | ||
| style="width:50%; vertical-align:top; border:1px solid #abd5f5; background-color:#f1f5fc;" | | | 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;"> | + | <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;">Por favor toma este examen</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | <!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | ||
[[Image:Crystal Clear app ktip.svg|48px|right]] | [[Image:Crystal Clear app ktip.svg|48px|right]] | ||
<quiz display=simple> | <quiz display=simple> | ||
− | {Bulgaria | + | {Bulgaria y Romanía se adhirieron a la Unión Europea en 2007. |
|type="[]"} | |type="[]"} | ||
− | + | + | + VERDADERO. |
− | - | + | - FALSO. |
− | { | + | {Suiza es miembro de la Unión Europea. |
|type="[]"} | |type="[]"} | ||
− | - | + | - VERDADERO. |
− | + | + | + FALSO. |
</quiz> | </quiz> | ||
</div> | </div> | ||
|} | |} | ||
− | === | + | === Respuesta escrita (texto corto) === |
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | {| 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"| | | 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;"> | + | <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;">Código para respuesta escrita</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON LEFT OF TWO BOX SECTION --> | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
Línea 191: | Línea 191: | ||
<pre> | <pre> | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | + | Dónde nació Aristóteles? { Estagira } | |
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | + | Nombra al famoso mentor de Aristóteles. { Platón } | |
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | { | + | { Alejandro Magno } fue el discípulo más famoso de Aristóteles. |
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | + | Nombra al famoso mentor de Aristóteles. { Platón _8 } | |
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | + | Nombra un filósofo griego famoso. <br /> | |
− | { | + | { Aristóteles|Platón|platón|aristóteles } |
</quiz> | </quiz> | ||
</pre> | </pre> | ||
Línea 218: | Línea 218: | ||
| style="width:50%; vertical-align:top; border:1px solid #abd5f5; background-color:#f1f5fc;" | | | 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;"> | + | <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;">Por favor toma este examen</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | <!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | ||
[[Image:Crystal Clear app ktip.svg|48px|right]] | [[Image:Crystal Clear app ktip.svg|48px|right]] | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | + | Dónde nació Aristóteles? { Estagira } | |
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | + | Nombra al famoso mentor de Aristóteles. { Platón } | |
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | { | + | { Alejandro Magno } fue el discípulo más famoso de Aristóteles. |
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | + | Nombra al famoso mentor de Aristóteles. { Platón _8 } | |
− | { | + | { Escribe el texto o código de espacio no-separador (<nowiki> </nowiki>) aquí |
|type="{}"} | |type="{}"} | ||
− | + | Nombra un filósofo griego famoso. <br /> | |
− | { | + | { Aristóteles|Platón|platón|aristóteles } |
</quiz> | </quiz> | ||
</div> | </div> | ||
|} | |} | ||
− | === | + | === Otra respuesta escrita === |
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | {| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | ||
| style="width:100%; vertical-align:top; border:1px solid Gold; background-color: LightYellow;" rowspan="1"| | | style="width:100%; 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;"> | + | <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;">Código para respuesta escrita</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON LEFT OF TWO BOX SECTION --> | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
Línea 259: | Línea 259: | ||
| bgcolor=#ccf | | | bgcolor=#ccf | | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Completa el texto del artículo de Wikipedia sobre [[wikipedia:Aristóteles|Aristóteles]]. |
|type="{}"} | |type="{}"} | ||
− | <big>''' | + | <big>'''Biografía:'''</big> |
− | + | Aristóteles nació en { Estagira|estagira _10 } en la península Calcídica. Su padre fue | |
− | { | + | { Nicómaco|nicómaco _10 }, médico del médico del rey Amintas III de Macedonia. |
− | |||
− | + | Aristóteles fue educado como miembro de la aristocracia. Alrededor de los | |
− | { | + | { diez y siete|diecisiete|17 _14} años de edad, viajó a { Atenas|atenas _8 } para continuar su educación en la Academia de { Platón|platón _5 }.<br /> |
− | |||
− | <br /> | ||
− | + | Permaneció allí por casi 20 años, hasta la muerte de Platón en el año { 347 _3 } AC. | |
− | |||
− | |||
</quiz> | </quiz> | ||
|} | |} | ||
Línea 284: | Línea 279: | ||
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | {| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | ||
| style="width:100%; vertical-align:top; border:1px solid #abd5f5; background-color:#f1f5fc;" | | | style="width:100%; 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;"> | + | <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;">Por favor toma este examen</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | <!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | ||
Línea 291: | Línea 286: | ||
| | | | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Completa el texto del artículo de Wikipedia sobre [[wikipedia:Aristóteles|Aristóteles]]. |
− | |||
|type="{}"} | |type="{}"} | ||
− | <big>''' | + | <big>'''Biografía:'''</big> |
− | + | Aristóteles nació en { Estagira|estagira _10 } en la península Calcídica. Su padre fue | |
+ | { Nicómaco|nicómaco _10 }, médico del médico del rey Amintas III de Macedonia. | ||
− | + | Aristóteles fue educado como miembro de la aristocracia. Alrededor de los | |
− | <br /> | + | { diez y siete|diecisiete|17 _14} años de edad, viajó a { Atenas|atenas _8 } para continuar su educación en la Academia de { Platón|platón _5 }.<br /> |
− | + | Permaneció allí por casi 20 años, hasta la muerte de Platón en el año { 347 _3 } AC. | |
− | |||
</quiz> | </quiz> | ||
|} | |} | ||
Línea 309: | Línea 303: | ||
|} | |} | ||
− | === | + | === Preguntas con retroalimentación === |
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | {| 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"| | | 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;"> | + | <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;">Código para botones de radio</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON LEFT OF TWO BOX SECTION --> | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
Línea 319: | Línea 313: | ||
<pre> | <pre> | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Pregunta |
|type="()"} | |type="()"} | ||
− | + | + | + Respuesta correcta. |
− | || | + | || Retroalimentación para la respuesta correcta. |
- Distractor. | - Distractor. | ||
− | || | + | || Retroalimentación para el distractor. |
- Distractor. | - Distractor. | ||
− | || | + | || Retroalimentación para el distractor. |
- Distractor. | - Distractor. | ||
− | || | + | || Retroalimentación para el distractor. |
</quiz> | </quiz> | ||
</pre> | </pre> | ||
Línea 336: | Línea 330: | ||
| style="width:50%; vertical-align:top; border:1px solid #abd5f5; background-color:#f1f5fc;" | | | 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;"> | + | <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;">Por favor toma este examen</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | <!-- PICTURE ON RIGHT OF TWO BOX SECTION --> | ||
[[Image:Crystal Clear app ktip.svg|48px|right]] | [[Image:Crystal Clear app ktip.svg|48px|right]] | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Pregunta |
|type="()"} | |type="()"} | ||
− | + | + | + Respuesta correcta. |
− | || | + | || Retroalimentación para la respuesta correcta. |
- Distractor. | - Distractor. | ||
− | || | + | || Retroalimentación para el distractor. |
- Distractor. | - Distractor. | ||
− | || | + | || Retroalimentación para el distractor. |
- Distractor. | - Distractor. | ||
− | || | + | || Retroalimentación para el distractor. |
</quiz> | </quiz> | ||
</div> | </div> | ||
|} | |} | ||
− | === | + | === Ejemplo de pregutna con retroalimentación === |
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | {| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%" | ||
| style="width:100%; vertical-align:top; border:1px solid Gold; background-color: LightYellow;" rowspan="1"| | | style="width:100%; 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;"> | + | <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;">Código para botones de radio</div> |
<div style="padding:0.4em 1em 0.3em 1em;"> | <div style="padding:0.4em 1em 0.3em 1em;"> | ||
<!-- PICTURE ON LEFT OF TWO BOX SECTION --> | <!-- PICTURE ON LEFT OF TWO BOX SECTION --> | ||
Línea 365: | Línea 359: | ||
<pre> | <pre> | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {¿Qué tipo de edición de cine deseas aprender? |
|type="()"} | |type="()"} | ||
− | + | + | + Edición de escenas dramáticas. |
− | || Wikiversity | + | || La escuela de cine de Wikiversity ofrece una clase en edición de cine. Te mostrará cómo editar conversaciones en escenas dramáticas. |
− | + | - Documentales y vídeo de eventos. | |
− | - | ||
|| Wikiversity Film School does not teach documentary film editing. | || Wikiversity Film School does not teach documentary film editing. | ||
This kind of film editing is very different from editing a scripted drama. | This kind of film editing is very different from editing a scripted drama. |
Revisión actual del 22:20 26 ago 2015
Una introducción sencilla a los formatos de examen
Tipos básicos de examen
|
Selección múltiple / opción única / botón de radio
Código para botones de radio
|
Por favor toma este examen
|
Selección múltiple / respuesta múltiple / botones cuadrados
Código para botones cuadrados
|
Por favor toma este examen
|
Preguntas de verdadero/falso / botones de radio
Código para botones de radio
|
Por favor toma este examen
|
Preguntas de verdadero/falso / botones cuadrados
Código para botones cuadrados
|
Por favor toma este examen
|
Respuesta escrita (texto corto)
Código para respuesta escrita
<quiz display=simple>
{ Escribe el texto o código de espacio no-separador ( ) aquí
|type="{}"}
Dónde nació Aristóteles? { Estagira }
{ Escribe el texto o código de espacio no-separador ( ) aquí
|type="{}"}
Nombra al famoso mentor de Aristóteles. { Platón }
{ Escribe el texto o código de espacio no-separador ( ) aquí
|type="{}"}
{ Alejandro Magno } fue el discípulo más famoso de Aristóteles.
{ Escribe el texto o código de espacio no-separador ( ) aquí
|type="{}"}
Nombra al famoso mentor de Aristóteles. { Platón _8 }
{ Escribe el texto o código de espacio no-separador ( ) aquí
|type="{}"}
Nombra un filósofo griego famoso. <br />
{ Aristóteles|Platón|platón|aristóteles }
</quiz>
|
Por favor toma este examen
|
Otra respuesta escrita
Código para respuesta escrita
{| border=0 cellspacing=0 cellpadding=5|| style="width:700px" | bgcolor=#ccf | <quiz display=simple> {Completa el texto del artículo de Wikipedia sobre [[wikipedia:Aristóteles|Aristóteles]]. |type="{}"} <big>'''Biografía:'''</big> Aristóteles nació en { Estagira|estagira _10 } en la península Calcídica. Su padre fue { Nicómaco|nicómaco _10 }, médico del médico del rey Amintas III de Macedonia. Aristóteles fue educado como miembro de la aristocracia. Alrededor de los { diez y siete|diecisiete|17 _14} años de edad, viajó a { Atenas|atenas _8 } para continuar su educación en la Academia de { Platón|platón _5 }.<br /> Permaneció allí por casi 20 años, hasta la muerte de Platón en el año { 347 _3 } AC. </quiz> |} |
Por favor toma este examen
|
Preguntas con retroalimentación
Código para botones de radio
|
Por favor toma este examen
|
Ejemplo de pregutna con retroalimentación
Código para botones de radio
<quiz display=simple> {¿Qué tipo de edición de cine deseas aprender? |type="()"} + Edición de escenas dramáticas. || La escuela de cine de Wikiversity ofrece una clase en edición de cine. Te mostrará cómo editar conversaciones en escenas dramáticas. - Documentales y vídeo de eventos. || Wikiversity Film School does not teach documentary film editing. This kind of film editing is very different from editing a scripted drama. Therefore, you should '''not''' take the editing course. It will only confuse you since the rules of narrative dialog editing are almost the exact opposite of documentary film editing. - Corporate Video and multimedia. || Wikiversity Film School does not teach editing of corporate video. This kind of film editing is very different from editing a scripted drama. Therefore, you should '''not''' take this editing course. It will only confuse you since the rules of narrative dialog editing are very different from editing corporate video. - Broadcast video. || Wikiversity Film School does not teach broadcast video editing. Using synced video camera which are switched in real time is very different from editing film shot with a single camera from various camera angles. </quiz> |
Please take this quiz
|
Try this. You will find it rather messy.
Questions with pictures / square buttons
Coding for square buttons
|
Please take this quiz
|
Questions with pictures / round buttons
Coding for round buttons
|
Please take this quiz
|
Using images in the question
Coding for radio buttons
|
Please take this quiz
|
True/false questions / square buttons
Coding for radio buttons
<quiz display=simple> { Select only one correct answer and no incorrect answers. [[Image:Heringsschwarm.gif|thumb|left|What kind of fish are these?]]<br style="clear:both;" /> | type="()" } + Herring ||This is many Herring swimming in uniform formation in the Bearing Sea by the light of the silvery moon. This swarm was photographed by the great artic explorer who fell overboard in 1887 with his camera and took this flash picture of the fish of the sea. - Salmon - Tunafish - Goldfish </quiz> |
Please take this quiz
|
ar:مساعدة:اختبارات ويكي الجامعة es:Ayuda:Introducción a los formatos de preguntas de la extensión Quiz ja:ヘルプ:Quiz入門 ru:Справка:Оформление тестов
Persona con más experiencia que otra y que comparte sus experiencias con otra persona de menor experiencia.
Parte de la gramática que estudia el modo en que se combinan las palabras y los grupos que estas forman para expresar significados. (Real Academia Española. (2014). Diccionario de la lengua española. 23.a ed. Madrid: Espasa).