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

@ -2,7 +2,7 @@
<P>本系統提供多種線上的教學活動模組供你挑選於課程中使用.</P>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;<B>討論區</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;<B>討論區</B></P>
<UL>
<P>最重要的網路學習活動模組 - 提供學習活動的討論園地.
討論區可以有不同顯示方式, 可以上載附加檔案, 也提供讓學習者彼此評比留言內容的功能.
@ -10,7 +10,7 @@
教師可以選擇修課同學都一定是訂閱者或者讓學生自選是否訂閱.
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>個人歷程紀錄</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>個人歷程紀錄</B></P>
<UL>
<P>這是讓個人反思自己學習歷程的線上筆記. 教師針對教學主題 提出適當問題
讓學生在教師設定時間內編輯關於學習主題相關紀錄. 本單元內容僅任課教師
@ -18,32 +18,32 @@
寫一篇學習活動報告是不錯的方式.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;<B>教學資源</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;<B>教學資源</B></P>
<UL>
<P>關於教學內容的相關資源: 內容可以是教師預先利用檔案管理上載的檔案;
直接線上編輯的內容; 網址連結...等</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>作業</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>作業</B></P>
<UL>
<P>教師可以規定學生在特定時間內完成某些作業然後上載到本系統中.
作業內容可以活動紀錄,計畫報告...等. 本模組包含評分功能</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;<B>測驗</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;<B>測驗</B></P>
<UL>
<P>本模組讓教師可以預先組織題庫:含單複選/是非/簡答等題型. 資料以題庫方式儲存
因此可以重複使用於不同課程中. 學生的每一筆測驗都會被紀錄,教師可以選擇是否
針對學生的選答內容提供回饋或參考答案. 本模組包含評分功能.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;<B>選擇</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;<B>選擇</B></P>
<UL>
<P>單一簡單的選擇題 - 提供上課時讓學生思考某問題時快速蒐集回饋的機制;
或讓學生針對某特定問題進行表決.
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>問卷</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>問卷</B></P>
<UL>
<P>包含一些已經被證實常用的線上教學相關問卷. 教師可以使用本問卷了解學生對於課程的反應.</P>
</UL>

View file

@ -76,5 +76,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

@ -5,5 +5,5 @@
<P>有時候思考作者有哪些話並未說出或者有哪些推論可能有疑問, 如此的閱讀習慣會讓個人的思緒更成熟!
<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,7 +1,7 @@
<P ALIGN=CENTER><B>關於線上編輯器</B></P>
<P>你的瀏覽器: <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>