June 2017
Beginner to intermediate
368 pages
8h 31m
English
However a user interacts with both the Wavefront activity and the model it contains, it is important that we record these events in the Moodle log.
In Eclipse, create a new folder called /classes/event:

For each interaction we wish to log, we implement a new PHP event class and trigger it. See the documentation at https://docs.moodle.org/dev/Event_2 for details on the Moodle events system. The Moodle events system is a powerful way for us to track most types of activity taking place in the platform--both activities instigated by the user (such as viewing an activity) or activities engaged in automatically (for example, instigated ...
Read now
Unlock full access