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

@ -7,7 +7,7 @@
<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>
<P>More info: <?php helpbutton("multichoice", "", "quiz") ?></P>
</UL>
<P><B>Short Answer</B></P>
@ -16,7 +16,7 @@
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>
<P>More info: <?php helpbutton("shortanswer", "", "quiz") ?></P>
</UL>
<P><B>True/False</B></P>
@ -24,7 +24,7 @@
<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>
<P>More info: <?php helpbutton("truefalse", "", "quiz") ?></P>
</UL>
<P><B>Random</B></P>
@ -32,6 +32,6 @@
<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>
<P>More info: <?php helpbutton("random", "", "quiz") ?></P>
</UL>

View file

@ -6,7 +6,7 @@
<P><B>Plain text</B> - the easiest type. You can just type (edit) the page into a form
on the following page. Some things you type will be automatically formatted, just like
forum postings. See help on typing text: <? helpbutton("text", get_string("helptext")) ?>
forum postings. See help on typing text: <?php helpbutton("text", get_string("helptext")) ?>
<P><B>HTML text</B> - for more advanced users. No automatic formatting is performed,
you need to do it all manually using HTML codes.

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>