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
mCap resum de modificació
m (expanding a bit - can somebody improve the code part please)
Línia 1: Línia 1:
{{Moodle 1.6}}
{{Moodle 1.6}}


Moodle 1.6 will include My Moodle, a dashboard for Teachers and pupils to customise their own area on the site for easy access to information and their courses from a single area.
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);
    }
 




Línia 9: Línia 24:


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

Revisió del 13:14, 16 abr 2006

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