Overview of my courses

Z MoodleDocs
Wersja z dnia 10:01, 26 kwi 2006 autorstwa Helen Foster (dyskusja | edycje) (enabling my moodle)
Skocz do:nawigacja, szukaj

Szablon:Moodle 1.6

Moodle 1.6 and onwards includes My Moodle, a dashboard for teachers and pupils to customise their Moodle homepage.

The My Moodle page allows the user to add and customise certain blocks, with the user's courses appearing as a list of sections and show recent activity.

Enabling My Moodle

  • Set mymoodleredirect to 'Yes' in the miscellaneous section of Administration >> Configuration >> Variables

Block availability

Blocks may be configured to be available in My Moodle by using similar code as below:

   function applicable_formats() {
       return array('all' => true, 'my' => true);
   }

See also