Overview of my courses: Różnice pomiędzy wersjami

Z MoodleDocs
Skocz do:nawigacja, szukaj
mNie podano opisu zmian
m (expanding a bit - can somebody improve the code part please)
Linia 1: Linia 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);
    }
 




Linia 9: Linia 24:


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

Wersja z 13:14, 16 kwi 2006

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