Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Scheduler module.

Scheduler module: Difference between revisions

From MoodleDocs
m (cat edit, formatting)
Line 2: Line 2:
timeslots. The module also lets you record the attendance and grade the appointment.
timeslots. The module also lets you record the attendance and grade the appointment.


=Screens=
 
==Screens==


* Teacher screens
* Teacher screens
Line 13: Line 14:
** Appoint
** Appoint


=Moodle Module standard implementations=
==Moodle Module standard implementations==


==Settings==
===Settings===


* [[Scheduler Module settings and parameters|Scheduler Module settings]]
* [[Scheduler Module settings and parameters|Scheduler Module settings]]


==Capabilities==
===Capabilities===


* [[Scheduler Module capabilities]]
* [[Scheduler Module capabilities]]


==Backup/Restore==
===Backup/Restore===


The module performs complete backup/restore within the course context. Slots are considered as module scope information, while appointments are considered as user related data.
The module performs complete backup/restore within the course context. Slots are considered as module scope information, while appointments are considered as user related data.


=Additional implementations=
==Additional implementations==


==Notifications==
===Notifications===


A notification service (by mail) sends advices to teachers and students on any unilateral change on the agreed appointment.
A notification service (by mail) sends advices to teachers and students on any unilateral change on the agreed appointment.
Line 37: Line 38:
* [http://moodle.org/mod/data/view.php?d=13&rid=328 Plug-in database entry for Scheduler module]
* [http://moodle.org/mod/data/view.php?d=13&rid=328 Plug-in database entry for Scheduler module]


 
[[Category:Contributed code]]
[[Category:Teacher]]
[[Category:Modules (non-standard)]]

Revision as of 15:15, 15 February 2008

The Scheduler module helps you to schedule one-on-one appointments with all your students. You specify the periods during which you are available to see the students and the length of each appointment. The students then book themselves into one of the available timeslots. The module also lets you record the attendance and grade the appointment.


Screens

  • Teacher screens
    • My appointments
    • All appointments
    • Statistics
    • Exports
  • Student screens
    • Appoint

Moodle Module standard implementations

Settings

Capabilities

Backup/Restore

The module performs complete backup/restore within the course context. Slots are considered as module scope information, while appointments are considered as user related data.

Additional implementations

Notifications

A notification service (by mail) sends advices to teachers and students on any unilateral change on the agreed appointment.

Links