]> git.mjollnir.org Git - moodle.git/commitdiff
Added some popup help for topic/week summaries
authormoodler <moodler>
Tue, 11 Mar 2003 05:57:00 +0000 (05:57 +0000)
committermoodler <moodler>
Tue, 11 Mar 2003 05:57:00 +0000 (05:57 +0000)
course/editsection.html
lang/en/help/summaries.html [new file with mode: 0644]
lang/en/moodle.php

index fdba5476a346b606f3e9793743f2f8393d66ebb3..1cf9fc40460193d7921f7e2cfa25e5f21bd7fc4d 100644 (file)
@@ -5,16 +5,18 @@
 <TD align=top>
 <P><B><? print_string("summaryof", "", "$sectionname $form->section") ?></B></P>
 </TD>
-<TD align=top width=200>
+<TD align=top width=100>
 &nbsp;
 </TD>
 <TD align=top>
 <FONT SIZE=-1>
-     <? if ($usehtmleditor) { ?>
-        <? helpbutton("richtext", get_string("helprichtext"), "moodle", true, true) ?>
-     <? } else { ?>
-        <? helpbutton("text", get_string("helptext"), "moodle", true, true) ?>
-     <? } ?>
+     <? helpbutton("summaries", get_string("helpsummaries"), "moodle", true, true);
+        if ($usehtmleditor) { 
+           helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
+        } else {   
+           helpbutton("text", get_string("helptext"), "moodle", true, true);   
+        } 
+     ?>
 </FONT>
 </TD>
 </TR></TABLE>
diff --git a/lang/en/help/summaries.html b/lang/en/help/summaries.html
new file mode 100644 (file)
index 0000000..d601e8e
--- /dev/null
@@ -0,0 +1,10 @@
+<p align=center><b>Topic/Week summaries</b></p>\r
+\r
+<p>The idea of a topic summary is a very short text to prepare students\r
+   for the activities within this topic (or week).</p>\r
+\r
+<p>Each summary should be very short so that the course page doesn't become too long.</p>\r
+\r
+<p>If you find yourself wanting to say more than a sentence or two then \r
+   consider adding a resource to this topic instead (for example, the first acivity\r
+   might be a page called <b>About This Topic</b>).</p>\r
index 22f09bc89e9efd54474ed3e86ddc07862a0468fc..4b3540ebabd4d29fcb8b1205403ebb48f3778792 100644 (file)
@@ -227,6 +227,7 @@ $string['helppicture'] = "How to upload a picture";
 $string['helpreading'] = "Read carefully";
 $string['helptext'] = "How to write text";
 $string['helprichtext'] = "About Richtext editor";
+$string['helpsummaries'] = "About these summaries";
 $string['helpquestions'] = "Ask good questions";
 $string['helpwriting'] = "Write carefully";
 $string['hide'] = "Hide";