Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Overview of my courses: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(enabling my moodle)
mCap resum de modificació
Línia 2: Línia 2:


Moodle 1.6 and onwards includes '''My Moodle''', a dashboard for teachers and pupils to customise their Moodle homepage.
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 show 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.

Revisió del 18:17, 28 abr 2006

Plantilla: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 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