mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Fixed some short PHP tags
This commit is contained in:
parent
76eac7a58d
commit
4c48acf01b
206 changed files with 550 additions and 581 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<P>Esta plataforma contiene varios módulos de actividades.</P>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/forum/icon.gif"> <B>Foros</B></P>
|
||||
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif"> <B>Foros</B></P>
|
||||
<UL>
|
||||
<P>Este módulo es muy importante, dado que en él se da el mayor intercambio.
|
||||
Los foros se pueden estructurar de diferentes maneras, y pueden incluir calificaciones.
|
||||
|
@ -12,7 +12,7 @@ cada mensaje en su buz
|
|||
El maestro puede imponer a sus alumnos la suscripción a determinado foro.
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif"> <B>Diarios</B></P>
|
||||
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif"> <B>Diarios</B></P>
|
||||
<UL>
|
||||
<P>Este módulo es muy importante para la actividad reflexiva. El maestro
|
||||
propone a los alumnos reflexionar sobre diferentes temas, y los estudiantes
|
||||
|
@ -21,7 +21,7 @@ y s
|
|||
</P>
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/resource/icon.gif"> <B>Apuntes</B></P>
|
||||
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/resource/icon.gif"> <B>Apuntes</B></P>
|
||||
<UL>
|
||||
<P>Los apuntes son contenidos, información que el maestro quiere que vean sus alumnos.
|
||||
Pueden ser documentos preparados y subidos al servidor, páginas editadas directamente
|
||||
|
@ -29,7 +29,7 @@ en la plataforma o p
|
|||
</P>
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/assignment/icon.gif"> <B>Tareas</B></P>
|
||||
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif"> <B>Tareas</B></P>
|
||||
<UL>
|
||||
<P>Las tareas permiten a los profesores asignar actividades a los estudiantes,
|
||||
que consisten en preparar contenidos digitales (de cualquier tipo) que el alumno
|
||||
|
@ -38,7 +38,7 @@ Las tareas t
|
|||
</P>
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/quiz/icon.gif"> <B>Cuestionarios</B></P>
|
||||
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif"> <B>Cuestionarios</B></P>
|
||||
<UL>
|
||||
<P>Este módulo permite que el maestro diseñe y plantee cuestionarios. Estos
|
||||
cuestionarios pueden ser: múltiple opción, falso/verdadero y respuestas cortas.
|
||||
|
@ -50,7 +50,7 @@ respuestas correctas a los alumnos una vez concluido el cuestionario. Adem
|
|||
posee calificación.
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/choice/icon.gif"> <B>Consultas</B></P>
|
||||
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif"> <B>Consultas</B></P>
|
||||
<UL>
|
||||
<P>Las consultas son muy sencillas: el maestro hace una pregunta y determina
|
||||
ciertas opciones, de las cuales los alumnos elegirán una.
|
||||
|
@ -58,7 +58,7 @@ Es
|
|||
Para permitir algún tipo de elecciones del grupo o para efectos de investigación.
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/survey/icon.gif"> <B>Encuestas</B></P>
|
||||
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/survey/icon.gif"> <B>Encuestas</B></P>
|
||||
<UL>
|
||||
<P>El módulo de encuestas provee una serie de instrumentos probados para
|
||||
estimular el aprendizaje en ambientes en línea.
|
||||
|
|
|
@ -45,6 +45,6 @@ en una ambiente constructivista, de ayuda, y no de confrontaci
|
|||
<FONT SIZE=1><I>Preguntas tomadas de Paul, R. (1993). Critical Thinking: How To Prepare Students for a Rapidly Changing World: Foundation for Critical Thinking, Santa Rosa, CA. </I></FONT>
|
||||
|
||||
|
||||
<P ALIGN=RIGHT><? helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
|
||||
|
||||
<P ALIGN=RIGHT><? helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
|
||||
|
|
|
@ -5,20 +5,20 @@
|
|||
<P><B>Múltiple Opción</B></P>
|
||||
<UL>
|
||||
<P>En respuesta a una pregunta (la cual puede incluir una imagen) el alumno puede escoger entre múltiples respuestas. Hay dos tipos de preguntas de opción múltiple: de respuesta única y de respuesta múltiple.
|
||||
<P>Más información: <? helpbutton("multichoice", "", "quiz") ?></P></UL>
|
||||
<P>Más información: <?php helpbutton("multichoice", "", "quiz") ?></P></UL>
|
||||
|
||||
<P><B>Respuesta Corta</B></P>
|
||||
<UL>
|
||||
<P>En respuesta a una pregunta (la cual puede incluir una imagen) el alumno escribe una palabra o frase. Hay varias posibles respuestas correctas, con diferentes puntuaciones. Las respuestas pueden o no ser sensibles a las mayúsculas. </ P>
|
||||
<P>Más información: <? helpbutton("shortanswer", "", "quiz") ?></P></UL>
|
||||
<P>Más información: <?php helpbutton("shortanswer", "", "quiz") ?></P></UL>
|
||||
|
||||
<P><B>Verdadero/Falso</B></P>
|
||||
<UL>
|
||||
<P>En respuesta a una pregunta (la cual puede incluir una imagen), el alumno selecciona de entre dos opciones: Verdadero o Falso.
|
||||
</P>
|
||||
<P>Más información: <? helpbutton("truefalse", "", "quiz") ?></P></UL>
|
||||
<P>Más información: <?php helpbutton("truefalse", "", "quiz") ?></P></UL>
|
||||
|
||||
<P><B>Aleatoria</B></P>
|
||||
<UL>
|
||||
<P>(Aún no implementada) Le permite seleccionar un número de preguntas que serán aleatoriamente seleccionadas cada vez que un estudiante intenta el examen.</P>
|
||||
<P>Más información: <? helpbutton("random", "", "quiz") ?></P></UL>
|
||||
<P>Más información: <?php helpbutton("random", "", "quiz") ?></P></UL>
|
|
@ -8,5 +8,5 @@ el punto de vista del autor.
|
|||
<P>Es muy útil pensar en lo que el autor no dijo o lo que dejó en duda;
|
||||
esto le ayudará a formularse nuevas preguntas en su mente.</P>
|
||||
|
||||
<P ALIGN=RIGHT><? helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><? helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<P>Los Recursos son cualquier tipo de contenido que usted pueda concebir. Éstos son los diferentes tipos, que principalmente especifican cómo es el contenido al que se va a acceder:
|
||||
|
||||
<P><B>Texto Plano</B> - el tipo más fácil. Usted simplemente puede teclear (editar) la página en un formulario en la página siguiente. Algunas de las cosas que teclee serán automáticamente formateadas, de la misma forma que los mensajes en los foros. Vea la ayuda sobre escribir texto: <? helpbutton ("text", get_string ("helptext"))?>
|
||||
<P><B>Texto Plano</B> - el tipo más fácil. Usted simplemente puede teclear (editar) la página en un formulario en la página siguiente. Algunas de las cosas que teclee serán automáticamente formateadas, de la misma forma que los mensajes en los foros. Vea la ayuda sobre escribir texto: <?php helpbutton ("text", get_string ("helptext"))?>
|
||||
|
||||
<P><B>Texto HTML</B> - para los usuarios más avanzados. No se efectúa ningún tipo de formateo automático, sino que usted tiene que hacerlo manualmente usando los códigos de HTML.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<P ALIGN=CENTER><B>Sobre el editor Richtext HTML</B></P>
|
||||
|
||||
<P>Disponibilidad: <B>
|
||||
<? if (!$CFG->htmleditor) {
|
||||
<?php if (!$CFG->htmleditor) {
|
||||
print_string("htmleditordisabledadmin");
|
||||
} else if (!$USER->htmleditor) {
|
||||
print_string("htmleditordisabled");
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<P>Los saltos de línea serán retenidos, y en las líneas en blanco comenzarán nuevos parrafos.
|
||||
<P>los caractres Smiley, como ser :-) automaticamente serán reemplazados por sus equivalentes gráficos.
|
||||
<P>Puede utilizar codigo HTML embebido si lo desea, el cual será retenido.
|
||||
<P ALIGN=RIGHT><? helpbutton("text", get_string("helptext")) ?> Más información de auto-formato de Moodle.</P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("text", get_string("helptext")) ?> Más información de auto-formato de Moodle.</P>
|
||||
</UL>
|
||||
|
||||
<P><B>2. Formato HTML</B></P>
|
||||
|
@ -29,6 +29,6 @@
|
|||
<P>Alternativamente si no está utilizando el editor HTML, usted puede usar codigo HTML en el texto, el cual se mantendrá exactamente igual como usted lo ingresó.
|
||||
|
||||
<P>Unlike the Moodle auto-format, no automatic formatting is performed.
|
||||
<P ALIGN=RIGHT><? helpbutton("html", get_string("helphtml")) ?> más informacion acerca de HTML</P>
|
||||
<P ALIGN=RIGHT><? helpbutton("richtext", get_string("helprichtext")) ?> más información acerca del editor HTML</P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("html", get_string("helphtml")) ?> más informacion acerca de HTML</P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("richtext", get_string("helprichtext")) ?> más información acerca del editor HTML</P>
|
||||
</UL>
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
about the subject you are discussing.</P>
|
||||
|
||||
|
||||
<P ALIGN=RIGHT><? helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><? helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><? helpbutton("ratings", get_string("separateandconnected"), "forum", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("ratings", get_string("separateandconnected"), "forum", true, true) ?></P>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue