Fixed some short PHP tags

This commit is contained in:
moodler 2003-09-09 08:43:27 +00:00
parent 76eac7a58d
commit 4c48acf01b
206 changed files with 550 additions and 581 deletions

View file

@ -3,7 +3,7 @@
<P>Moodle contains a wide range of activity modules that can be used to
build up any type of course.</P>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;<B>Forums</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;<B>Forums</B></P>
<UL>
<P>This activity can be the most important - it is here that most discussion takes place.
Forums can be structured in different ways, and can include peer rating of each posting.
@ -12,7 +12,7 @@
in their email. A teacher can impose subscription on everyone if they want to.
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>Journals</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>Journals</B></P>
<UL>
<P>This module is a very important reflective activity. The teacher
asks the student to reflect on a particular topic, and the student can
@ -22,7 +22,7 @@
Journal activity per week.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;<B>Resources</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;<B>Resources</B></P>
<UL>
<P>Resources are content: information the teacher wants to bring into the
course. These can be prepared files uploaded to the course
@ -30,7 +30,7 @@
made to appear part of this course.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>Assignments</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>Assignments</B></P>
<UL>
<P>Assignments allow the teacher to specify a task that requires students
to prepare digital content (any format) and submit it by uploading it
@ -38,7 +38,7 @@
and so on. This module includes grading facilities.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;<B>Quizzes</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;<B>Quizzes</B></P>
<UL>
<P>This module allows the teacher to design and set quiz tests, consisting of
multiple choice, true-false, and short answer questions. These
@ -49,7 +49,7 @@
This module includes grading facilities.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;<B>Choices</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;<B>Choices</B></P>
<UL>
<P>A choice activity is very simple - the teacher asks a question and specifies a
choice of multiple responses. It can be useful as a quick poll to
@ -57,7 +57,7 @@
a direction for the course; or to gather research consent.
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>Surveys</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>Surveys</B></P>
<UL>
<P>The Survey module provides a number of verified survey instruments that
have been found useful in assessing and stimulating learning in

View file

@ -82,5 +82,5 @@
<HR>
<FONT SIZE=1><I>Questions adapted from 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><? helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>

View file

@ -1 +1 @@
<P ALIGN=CENTER><B>Creating a new question</B></P> <P>You can add a variety of different types of questions to a category:</P> <P><B>Multiple Choice</B></P> <UL> <P>In response to a question (that may include a image) the respondent chooses from multiple answers. There are two types of multiple choice questions - single answer and multiple answer. <P>More info: <? helpbutton("multichoice", "", "quiz") ?></P> </UL> <P><B>Short Answer</B></P> <UL> <P>In response to a question (that may include a image), the respondent types a word or phrase. There may several possible correct answers, with different grades. Answers may or may not be sensitive to case. </P> <P>More info: <? helpbutton("shortanswer", "", "quiz") ?></P> </UL> <P><B>True/False</B></P> <UL> <P>In response to a question (that may include a image), the respondent selects from two options: True or False. </P> <P>More info: <? helpbutton("truefalse", "", "quiz") ?></P> </UL> <P><B>Random</B></P> <UL> <P>(Not yet implemented) Allows you to select a number of other questions from which one gets randomly selected each time a student attempts the quiz. </P> <P>More info: <? helpbutton("random", "", "quiz") ?></P> </UL>
<P ALIGN=CENTER><B>Creating a new question</B></P> <P>You can add a variety of different types of questions to a category:</P> <P><B>Multiple Choice</B></P> <UL> <P>In response to a question (that may include a image) the respondent chooses from multiple answers. There are two types of multiple choice questions - single answer and multiple answer. <P>More info: <?php helpbutton("multichoice", "", "quiz") ?></P> </UL> <P><B>Short Answer</B></P> <UL> <P>In response to a question (that may include a image), the respondent types a word or phrase. There may several possible correct answers, with different grades. Answers may or may not be sensitive to case. </P> <P>More info: <?php helpbutton("shortanswer", "", "quiz") ?></P> </UL> <P><B>True/False</B></P> <UL> <P>In response to a question (that may include a image), the respondent selects from two options: True or False. </P> <P>More info: <?php helpbutton("truefalse", "", "quiz") ?></P> </UL> <P><B>Random</B></P> <UL> <P>(Not yet implemented) Allows you to select a number of other questions from which one gets randomly selected each time a student attempts the quiz. </P> <P>More info: <?php helpbutton("random", "", "quiz") ?></P> </UL>

View file

@ -9,5 +9,5 @@
<P>It can also help to think of what the author has NOT said or left in doubt
- this may help you form questions in your own mind.</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>

View file

@ -1 +1 @@
<P ALIGN=CENTER><B>Tipo di Risorsa</B></P> <P>Le "<b>Risorse</b>" rappresentano qualsiasi contenuto attinente al corso che potete immaginare. Di diversi tipi, specificano <i>in quale forma</i> il contenuto possa essere accessibile: <P><B>Puro testo</B> - la tipologia pi<70> semplice. é sufficiente digitare (editare) i contenuti nel form presente nella pagina successiva. Ci˜ che scriverete verrˆ automaticamente formattato, come avviene nel consueto posting nei forums di di discussione. Vedi aiuto sulla digitazione in puro testo (esempio: come inserire le emoticons usando del puro testo: <? helpbutton("text", get_string("helptext")) ?> <P><B>Testo HTML</B> - per utenti evoluti. Non <20> necessaria alcuna formattazione; <20> sufficiente digitare il codice HTML. <P><B>Riferimento</B> - il tradizionale riferimento bibliografico a riviste specializzate, pubblicazioni,libri. <P><B>File presente sul server</B> - mostrerˆ qualunque file che avrai in precedenza trasferito sul server del corso. Vedi la sezione 'Files'. <P><B>Collegamento Web</B> - Una URL ad uno specifico documento presente sul web. Quando qualcuno clicca su di esso, l'attivitˆ di consultazione della risorsa sarˆ spostata fuori dalla locazione fisica del corso in oggetto (La pagina che avrai specificato si aprirˆ in una nuova finestra del tuo navigatore). <P><B>Pagina Web</B> - Una URL ad uno specifico documento presente sul web. Analogamente al tipo precedente, verrˆ mostrata una pagina web, con la sola differenza che essa verrˆ mostrata all'interno di un frame (riquadro), come se essa fosse integrata all'interno del corso.
<P ALIGN=CENTER><B>Tipo di Risorsa</B></P> <P>Le "<b>Risorse</b>" rappresentano qualsiasi contenuto attinente al corso che potete immaginare. Di diversi tipi, specificano <i>in quale forma</i> il contenuto possa essere accessibile: <P><B>Puro testo</B> - la tipologia pi<70> semplice. é sufficiente digitare (editare) i contenuti nel form presente nella pagina successiva. Ci˜ che scriverete verrˆ automaticamente formattato, come avviene nel consueto posting nei forums di di discussione. Vedi aiuto sulla digitazione in puro testo (esempio: come inserire le emoticons usando del puro testo: <?php helpbutton("text", get_string("helptext")) ?> <P><B>Testo HTML</B> - per utenti evoluti. Non <20> necessaria alcuna formattazione; <20> sufficiente digitare il codice HTML. <P><B>Riferimento</B> - il tradizionale riferimento bibliografico a riviste specializzate, pubblicazioni,libri. <P><B>File presente sul server</B> - mostrerˆ qualunque file che avrai in precedenza trasferito sul server del corso. Vedi la sezione 'Files'. <P><B>Collegamento Web</B> - Una URL ad uno specifico documento presente sul web. Quando qualcuno clicca su di esso, l'attivitˆ di consultazione della risorsa sarˆ spostata fuori dalla locazione fisica del corso in oggetto (La pagina che avrai specificato si aprirˆ in una nuova finestra del tuo navigatore). <P><B>Pagina Web</B> - Una URL ad uno specifico documento presente sul web. Analogamente al tipo precedente, verrˆ mostrata una pagina web, con la sola differenza che essa verrˆ mostrata all'interno di un frame (riquadro), come se essa fosse integrata all'interno del corso.

View file

@ -1,7 +1,7 @@
<P ALIGN=CENTER><B>About the Richtext HTML editor</B></P>
<P>Availability: <B>
<? if (!$CFG->htmleditor) {
<?php if (!$CFG->htmleditor) {
print_string("htmleditordisabledadmin");
} else if (!$USER->htmleditor) {
print_string("htmleditordisabled");

View file

@ -22,7 +22,7 @@
<P>Your line breaks will be retained, and blank lines will start new paragraphs.
<P>Smiley characters such as :-) will automatically become their graphical equivalents.
<P>You can even embed HTML code if you want to and it will be retained.
<P ALIGN=RIGHT><? helpbutton("text", get_string("helptext")) ?> More info about Moodle auto-formatting.</P>
<P ALIGN=RIGHT><?php helpbutton("text", get_string("helptext")) ?> More info about Moodle auto-formatting.</P>
</UL>
<P><B>2. HTML format</B></P>
@ -36,6 +36,6 @@
in your text and it should come out exactly as you intended.
<P>Unlike the Moodle auto-format, no automatic formatting is performed.
<P ALIGN=RIGHT><? helpbutton("html", get_string("helphtml")) ?> More info about HTML</P>
<P ALIGN=RIGHT><? helpbutton("richtext", get_string("helprichtext")) ?> More info about the Richtext HTML editor</P>
<P ALIGN=RIGHT><?php helpbutton("html", get_string("helphtml")) ?> More info about HTML</P>
<P ALIGN=RIGHT><?php helpbutton("richtext", get_string("helprichtext")) ?> More info about the Richtext HTML editor</P>
</UL>

View file

@ -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>