diff --git a/course/edit.html b/course/edit.html index 4e053c6d030..49a0f0b4eb6 100644 --- a/course/edit.html +++ b/course/edit.html @@ -3,24 +3,28 @@

: +

: +

: +

: + @@ -29,13 +33,15 @@ guest, "") ?> + choose_from_menu ($choices, "guest", $form->guest, ""); + helpbutton("guestaccess", get_string("opentoguests")); ?>

: categories, "category", "$form->category", ""); + helpbutton("coursecategory", get_string("category")); formerr($err["category"]); ?> @@ -67,6 +73,7 @@ "9" => "9 $newsitems", "10" => "10 $newsitems"); choose_from_menu ($options, "newsitems", "$form->newsitems", ""); + helpbutton("coursenewsitems", get_string("newsitemsnumber")); formerr($err["newsitems"]); ?> @@ -75,6 +82,7 @@

: startdate); + helpbutton("coursestartdate", get_string("startdate")); formerr($err["startdate"]); ?> @@ -85,6 +93,7 @@ $sectionmenu[$i] = "$i"; } choose_from_menu ($sectionmenu, "numsections", "$form->numsections"); + helpbutton("coursenumsections", get_string("numberweeks")); formerr($err["numsections"]); ?> @@ -102,7 +111,7 @@ - "> + "> diff --git a/lang/en/help/coursecategory.html b/lang/en/help/coursecategory.html new file mode 100644 index 00000000000..4c776f230ee --- /dev/null +++ b/lang/en/help/coursecategory.html @@ -0,0 +1,11 @@ +

Course Categories

+ +

Your Moodle administrator may have set up several + course categories. + +

For example, "Science", "Humanities", "Public Health" etc + +

Choose the one most applicable for your course. This + choice will affect where your course is displayed on the + course listing and may make it easier for students to + find your course. diff --git a/lang/en/help/coursefullname.html b/lang/en/help/coursefullname.html new file mode 100644 index 00000000000..171de93fac5 --- /dev/null +++ b/lang/en/help/coursefullname.html @@ -0,0 +1,4 @@ +

Course Full name

+ +

The full name of the course is displayed at the top of the screen and in the course listings.

+ diff --git a/lang/en/help/coursenewsitems.html b/lang/en/help/coursenewsitems.html new file mode 100644 index 00000000000..a9c18ea8e10 --- /dev/null +++ b/lang/en/help/coursenewsitems.html @@ -0,0 +1,15 @@ +

Course News Items

+ +

A special forum called "News" appears in the + "weekly" and "topics" course formats. It's + a good place to post notices for all students + to see. (By default, all students are subscribed + to this forum, and will receive your notices by + email.) + +

This setting determines how many recent items + appear on your course home page, in a news box + down the right-hand side. + +

If you set it to "0 news items" then the news + box won't even appear. diff --git a/lang/en/help/coursenumsections.html b/lang/en/help/coursenumsections.html new file mode 100644 index 00000000000..c117bb77e39 --- /dev/null +++ b/lang/en/help/coursenumsections.html @@ -0,0 +1,14 @@ +

Course Number of Weeks/Topics

+ +

This setting is only used by the 'weekly' and 'topics' + course formats. + +

In the 'weekly' format, it specifies the number of weeks + that the course will run for, starting from the + course starting date. + +

In the 'topics' format, it specifies the number of topics + in the course. + +

Both of these translate to the number of "boxes" down the + middle of the course page. diff --git a/lang/en/help/courseshortname.html b/lang/en/help/courseshortname.html new file mode 100644 index 00000000000..8c3bda062d4 --- /dev/null +++ b/lang/en/help/courseshortname.html @@ -0,0 +1,7 @@ +

Course short name

+ +

Many institutions have a shorthand way of referring to a course, such as + BP102 or COMMS. Even you don't already have such a name for your course, + make one up here. It will be used in several places where the long name + isn't appropriate (such us in the subject line of email).

+ diff --git a/lang/en/help/coursestartdate.html b/lang/en/help/coursestartdate.html new file mode 100644 index 00000000000..b843fdb383d --- /dev/null +++ b/lang/en/help/coursestartdate.html @@ -0,0 +1,19 @@ +

Course Start Date

+ +

This is where you specify the starting time of the + course (in your own timezone). + +

If you are using a 'weekly' course format, this will + affect the display of the weeks. The first week will + start on the date you set here. + +

This setting will not affect courses using the + 'social' or 'topics' formats. + +

However, one place this setting will be affect is + the display of logs, which use this date as the earliest + possible date you can display. + +

In general, if your course does have a real starting date + then it makes sense to set this date to that, no matter + what course formats you are using. diff --git a/lang/en/help/enrolmentkey.html b/lang/en/help/enrolmentkey.html new file mode 100644 index 00000000000..dd328c8c36c --- /dev/null +++ b/lang/en/help/enrolmentkey.html @@ -0,0 +1,25 @@ +

Course Enrolment Key

+ +

A course enrolment key is what keeps unwanted people + out of your course. + +

If you leave this blank, then anyone who has created + a Moodle username on this site will be able to enrol + in your course. + +

If you put something here, then students who are trying + to get in for the FIRST TIME ONLY will be asked to supply + this word or phrase. (If you have also turned on + guest access then guests will be challenged for the + key EVERY TIME they log in). + +

The idea is that you will supply the key to authorised + people using another means like private email, snail mail, + on the phone or even verbally in a face to face class. + +

If this password "gets out" and you have unwanted people + enrolling, you can unenrol them (see their user profile page) + and change this key. Any legitimate students who have already enrolled will + not be affected, but the unwanted people won't be able + to get back in. + diff --git a/lang/en/help/guestaccess.html b/lang/en/help/guestaccess.html new file mode 100644 index 00000000000..6eb827edcd3 --- /dev/null +++ b/lang/en/help/guestaccess.html @@ -0,0 +1,18 @@ +

Guest Access

+ +

You have the choice of allowing "guests" into your course + +

People can log in as guests using the "Login as a guest" button + on the login screen. + +

Guests have "read-only" access - meaning they can't leave + any posts or otherwise mess up the course for real students. + +

This can be handy when you want to let a colleague in to + look around at your work, or to let students see a course before + they have decided to enrol. + +

If you also set an enrolment key (usually a good idea), + then the guest user will be challenged to provide the + enrolment key EVERY TIME they log in to the course. +