Overview of my courses: Difference between revisions

From MoodleDocs
(enabling my moodle)
m (added link to Spanish page)
 
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Moodle 1.6}}
#redirect [[Course overview]]


Moodle 1.6 and onwards includes '''My Moodle''', a dashboard for teachers and pupils to customise their Moodle homepage.
[[es:Vista general de mis cursos]]
 
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==
 
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=39161 Version 1.6 and My Moodle Page] forum discussion
 
[[Category:Administrator]]
[[Category:Developer]]

Latest revision as of 22:52, 6 October 2017

Redirect to: