Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions lang/en/scheduler.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,23 @@
$string['pluginname'] = 'Scheduler';
$string['pluginadministration'] = 'Scheduler administration';
$string['modulename'] = 'Scheduler';
$string['modulename_help'] = 'The scheduler activity helps you in scheduling appointments with your students.

Teachers specify time slots for meetings, students then choose one of them on Moodle.
Teachers in turn can record the outcome of the meeting - and optionally a grade - within the scheduler.

Group scheduling is supported; that is, each time slot can accommodate several students, and optionally it is possible to schedule appointments for entire groups at the same time.';
$string['modulename_help'] = '###### Key features
- Teachers can create time slots for face-to-face meetings
- Students book available slots directly in Moodle
- Supports individual and group scheduling
- Flexible booking modes: "one only" or "one at a time."
- Optional notifications and reminders for appointments
- Teachers can record meeting outcomes and assign grades
- Custom booking forms for messages, file uploads, and CAPTCHA

###### Ways to use it
- Schedule thesis or project supervision meetings
- Organize regular student consultations or office hours
- Plan group meetings for collaborative work
- Manage open sessions with unlimited participants
- Send reminders or invitations to students who haven’t booked yet';
$string['modulename_link'] = 'mod/scheduler/view';
$string['modulename_summary'] = 'Facilitates scheduling of face-to-face appointments between teachers and students with flexible booking options and group support.';
$string['modulenameplural'] = 'Schedulers';

/* ***** Capabilities ****** */
Expand Down