From 1f38c0e252363938abdcd491b675d32bf303f28f Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 17 Aug 2003 02:31:55 +0000 Subject: [PATCH] New help file for Scales --- lang/en/help/index.html | 1 + lang/en/help/scales.html | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 lang/en/help/scales.html diff --git a/lang/en/help/index.html b/lang/en/help/index.html index 1429bb4d08..ccc864c48f 100755 --- a/lang/en/help/index.html +++ b/lang/en/help/index.html @@ -25,6 +25,7 @@
  • Enrollment keys
  • Guest access
  • Recent Activity +
  • Scales
  • Section summaries
  • Teachers
  • Uploading a picture diff --git a/lang/en/help/scales.html b/lang/en/help/scales.html new file mode 100644 index 0000000000..4458d5102c --- /dev/null +++ b/lang/en/help/scales.html @@ -0,0 +1,18 @@ +

    Scales

    + +

    Teachers can create new custom scales to be used in a course for any grading activities.

    + +

    The name of the scale should be a phrase that identifies it clearly: this will appear + in scale-selection lists, as well as on context-sensitive help buttons.

    + +

    The scale itself is defined by an ordered list of values, ranging from negative to positive, separated by commas. For example:

    + +
    + Disappointing, Not good enough, Average, Good, Very good, Excellent! +
    + +

    Scales should also include a good description of what it means and how it is + expected to be used. This description will appear in help pages for teachers and students.

    + +

    Finally, there may be one or more "Standard" scales defined on your site by the + system administrator. These will be available in all courses.

    -- 2.39.5