From: moodler Date: Tue, 11 Mar 2003 05:57:00 +0000 (+0000) Subject: Added some popup help for topic/week summaries X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3ac1dedc353eb8503612d87b776465121201306e;p=moodle.git Added some popup help for topic/week summaries --- diff --git a/course/editsection.html b/course/editsection.html index fdba5476a3..1cf9fc4046 100644 --- a/course/editsection.html +++ b/course/editsection.html @@ -5,16 +5,18 @@

section") ?>

- +   - - - - - + diff --git a/lang/en/help/summaries.html b/lang/en/help/summaries.html new file mode 100644 index 0000000000..d601e8e750 --- /dev/null +++ b/lang/en/help/summaries.html @@ -0,0 +1,10 @@ +

Topic/Week summaries

+ +

The idea of a topic summary is a very short text to prepare students + for the activities within this topic (or week).

+ +

Each summary should be very short so that the course page doesn't become too long.

+ +

If you find yourself wanting to say more than a sentence or two then + consider adding a resource to this topic instead (for example, the first acivity + might be a page called About This Topic).

diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 22f09bc89e..4b3540ebab 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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";