Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Class for workshopallocation_scheduled observers. More...
Static Public Member Functions | |
static | phase_automatically_switched (\mod_workshop\event\phase_automatically_switched $event) |
Called when the 'mod_workshop\event\phase_automatically_switched' event is triggered. | |
static | workshop_viewed ($event) |
Triggered when the 'mod_workshop\event\course_module_viewed' event is triggered. | |
Class for workshopallocation_scheduled observers.
|
static |
Called when the 'mod_workshop\event\phase_automatically_switched' event is triggered.
This observer handles the phase_automatically_switched event triggered when phaseswithassesment is active and the phase is automatically switched.
When this happens, this situation can occur:
* cron_task transition the workshop to PHASE_ASESSMENT. * scheduled_allocator task executes. * scheduled_allocator task cannot allocate parcipants because workshop is not in PHASE_SUBMISSION state (it's in PHASE_ASSESMENT).
mod_workshop\event\phase_automatically_switched | $event |
|
static |
Triggered when the 'mod_workshop\event\course_module_viewed' event is triggered.
This does the same job as workshopallocation_scheduled_cron() but for the single workshop. The idea is that we do not need to wait for cron to execute. Displaying the workshop main view.php can trigger the scheduled allocation, too.
mod_workshop\event\course_module_viewed | $event |
bool |