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

Overview of my courses: Difference between revisions

From MoodleDocs
mNo edit summary
(sticky blocks link added)
Line 4: Line 4:


Quoting Julian Ridden:
Quoting Julian Ridden:
"The MyMoodle page allows for a customisable homepage for students to be set up.
"The MyMoodle page allows for a customisable homepage for students to be set up. The "Customizable" element comes from students being allowed to setup the page with Blocks that they would like to use. Blocks can be locked in as immovable and also can be hidden from students if needed to prevent them from being used."
 
The "Customizable" element comes from students being allowed to setup the page with Blocks that they would like to use. Blocks can be locked in as immovable and also can be hidden from students if needed to prevent them from being used."


The page also shows updates that have occured in courses that the student is enrolled in.
The page also shows updates that have occured in courses that the student is enrolled in.


 
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 showing recent activity.
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==
==Enabling My Moodle==


* Set ''mymoodleredirect'' to 'Yes' in the miscellaneous section of Administration >> Configuration >> [[Variables]]  
* Set ''mymoodleredirect'' to 'Yes' in the miscellaneous section of Administration >> [[Configuration]] >> [[Variables]]
 
* Configure My Moodle sticky blocks in Administration >> [[Sticky blocks]]
==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==
==See also==
Line 29: Line 19:
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=39161 Version 1.6 and My Moodle Page] forum discussion
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=39161 Version 1.6 and My Moodle Page] forum discussion


[[Category:Teacher]]
[[Category:Administrator]]
[[Category:Administrator]]
[[Category:Developer]]

Revision as of 10:05, 17 May 2006

Template:Moodle 1.6

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

Quoting Julian Ridden: "The MyMoodle page allows for a customisable homepage for students to be set up. The "Customizable" element comes from students being allowed to setup the page with Blocks that they would like to use. Blocks can be locked in as immovable and also can be hidden from students if needed to prevent them from being used."

The page also shows updates that have occured in courses that the student is enrolled in.

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 showing recent activity.

Enabling My Moodle

  • Set mymoodleredirect to 'Yes' in the miscellaneous section of Administration >> Configuration >> Variables
  • Configure My Moodle sticky blocks in Administration >> Sticky blocks

See also