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

De MoodleDocs
La revisió el 13:14, 16 abr 2006 per Darren Smith (discussió | contribucions) (expanding a bit - can somebody improve the code part please)
Salta a:navegació, cerca

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