<TD align=top>
<P><B><? print_string("summaryof", "", "$sectionname $form->section") ?></B></P>
</TD>
-<TD align=top width=200>
+<TD align=top width=100>
</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>
--- /dev/null
+<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
$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";