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

@ -4,7 +4,7 @@
diversos tipos de cursos.</p>
<h3><img align="middle" alt="*"
src="<?=$CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;Fóruns</h3>
src="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;Fóruns</h3>
<blockquote>
<p>Esta pode ser a actividade mais importante - é aqui que ocorrem a maior
parte das discussões. Os fóruns podem ser estruturados de diferentes formas
@ -15,7 +15,7 @@
</blockquote>
<h3><img align="middle" alt="*"
src="<?=$CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;Diários</h3>
src="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;Diários</h3>
<blockquote>
<p>Este módulo é uma actividade de reflexão muito importante. O professor
pede ao aluno para reflectir sobre um tópico particular e o estudante pode
@ -26,7 +26,7 @@
</blockquote>
<h3><img align="middle" alt="*"
src="<?=$CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;Recursos</h3>
src="<?php echo $CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;Recursos</h3>
<blockquote>
<p>Os recursos são o conteúdo do curso: informação que o professor fornece
para o curso. Podem ser ficheiros subidos para o servidor do curso, páginas
@ -35,7 +35,7 @@
</blockquote>
<h3><img align="middle" alt="*"
src="<?=$CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;Trabalhos</h3>
src="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;Trabalhos</h3>
<blockquote>
<p>Este módulo permite ao professor distribuir tarefas que exigem que os
alunos produzam conteúdo digital (em qualquer formato) e o enviem ao
@ -44,7 +44,7 @@
</blockquote>
<h3><img align="middle" alt="*"
src="<?=$CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;Mini-testes</h3>
src="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;Mini-testes</h3>
<blockquote>
<p>Este módulo permite ao professor preparar e designar mini-testes, que
consistem em perguntas de escolha múltipla, verdadeiro ou falso, e perguntas
@ -57,7 +57,7 @@
</blockquote>
<h3><img align="middle" alt="*"
src="<?=$CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;Referendos</h3>
src="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;Referendos</h3>
<blockquote>
<p>Esta é uma actividade simple - o professor faz uma pergunta e da uma
lista de possíveis respostas. Pode ser útil como uma forma rápida de
@ -67,7 +67,7 @@
</blockquote>
<h3><img align="middle" alt="*"
src="<?=$CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;Inquéritos</h3>
src="<?php echo $CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;Inquéritos</h3>
<blockquote>
<p>O módulo de inquéritos fornece algumas ferramentas que têm sido
consideradas úteis para avaliar e estimular o ensino em ambientes Web. Os

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

@ -31,7 +31,7 @@ par
<p>Pode ainda incluir algum código HTML se quiser, e será mantido após a
formatação.</p>
<p align="right"><? helpbutton("text", get_string("helptext")) ?> Mais
<p align="right"><?php helpbutton("text", get_string("helptext")) ?> Mais
informações sobre a auto-formatação do Moodle</p>
<h3>2. Formato HTML</h3>
@ -46,8 +46,8 @@ no seu texto e dever
<p>A diferença do modo de auto-formatação do Moodle, no será feita nenhuma
formatação em forma automática.</p>
<p align="right"><? helpbutton("html", get_string("helphtml")) ?> Mais
<p align="right"><?php helpbutton("html", get_string("helphtml")) ?> Mais
informações sobre HTML</p>
<p align="right"><? helpbutton("richtext", get_string("helprichtext")) ?> Mais
<p align="right"><?php helpbutton("richtext", get_string("helprichtext")) ?> Mais
informações sobre o editor Richtext de HTML</P>
</UL>