Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: Overview of my courses.

Overview of my courses: Difference between revisions

From MoodleDocs
m (expanding a bit - can somebody improve the code part please)
(redirect edit)
 
(18 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Moodle 1.6}}
#redirect [[Course overview block]]
 
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==
 
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=39161 Version 1.6 and My Moodle Page] forum discussion
 
[[Category:Developer]]
 
[[Category:Administrator]]

Latest revision as of 13:51, 13 December 2012