Sugerencias y trucos para crear preguntas en Moodle

De MoodleDocs

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)


Unas palabras acerca del editor de Moodle

   In general the editor is intended to allow you to enter simple pieces of text such as forum posts, blog entries, news messages, and longer pieces of structured text such as wiki entries, but it is not intended to allow you to style content in any way.
   Using the GUI editor controls should mostly work. The exception is GUI controls inside various of the dialogue boxes, detailed table options and detailed image options.
   Editing HTML source directly is unlikely to give you exactly what you wanted as the editor tries to tidy up your HTML. However users can turn off the editor in their own Moodle profile.

Mostrar fragmentos de código computacional

La marca (tag) para HTML <code> es una marca en-línea que puede usarse para indicar fragmentos pequeños de código de computadora dentro de oraciones. Sin embargo, para empelar esta marca los autores deben de cambiar primeramente aal modo de edición HTML para poder escribirlo.

The ‘preformatted’ option in the format menu of the editor is an alternative for showing blocks of code in a different font.

However the font for <pre> and <code> is different. If you wish to mix inline and block code snippets and keep the font consistent you will probably have to amend preformatted blocks with <pre><code>…</code></pre> again by putting the editor into HTML mode.


Más controles para la tabla

Las celdas de la tabla pueden controlarse individualmente.

<table style="height: 166px; width: 300px; border: 1px solid #aaa;" border="1" cellspacing="0" cellpadding="0" align="center">

<tbody>

<tr>

<td style=" border: 1px solid #aaa;text-align: center; vertical-align: middle;" width="60" height="60">[[4]]</td>

<td style=" border: 1px solid #aaa;text-align: center; vertical-align: middle;" width="60" height="60">2</td>

<td style=" border: 1px solid #aaa;text-align: center; vertical-align: middle;" width="60" height="60">3</td>

<td style=" border: 1px solid #aaa;text-align: center; vertical-align: middle;" width="60" height="60"> </td>

</tr>

</tbody>

</table>

Escribir fracciones con el tipo de pregunta combinada

En una pregunta combinada, es posible arreglar que haya dos cajas para respuesta de forma tal que se asemejen al numerador y al denominador de una fracción (quebrado) al usar el siguiente código HTMNL:

<div><span style="border-bottom: 1px solid black; padding-bottom: 4px;">[[2:numeric:__2__]]</span></div>


<div style="padding-top: 4px;">[[2a:numeric:__2__]]</div>

lo que producirá el siguiente aspecto: