Overview of my courses

From MoodleDocs
Revision as of 13:14, 16 April 2006 by Darren Smith (talk | contribs) (expanding a bit - can somebody improve the code part please)

Template:Moodle 1.6

Moodle 1.6 and onwards includes My Moodle, a dashboard for Teachers and pupils to customise their own area of the site.


The My Moodle page allows the user to add and customise blocks that have been specified as available to My Moodle.


The users courses appear as a list of sections and show recent activity.


Blocks can be configured to appear in My Moodle by using similar code as below:

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


See also