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: Events list report.

Events list report: Difference between revisions

From MoodleDocs
m (removed new features)
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Sitewide reports}}
{{Sitewide reports}}
Events in Moodle are an internal notification that something has happened.  They are used for logging, for reports, and anytime one part of Moodle code wants to "listen" to things that are happening.


*An administrator can view a list of all events from ''Administration>Site administration>Reports>Events List.''
*An administrator can view a list of all types of events from ''Site administration > Reports > Events list.''
*The list can be filtered to show specific components (''core, Assignment, Book etc'') levels (''Teaching, Participating, Other'') and database query types (''create,delete, read, update'').
*The list can be filtered to show specific components (''core, Assignment, Book etc'') levels (''Teaching, Participating, Other'') and database query types (''create,delete, read, update'').


Line 12: Line 13:
==Educational levels==
==Educational levels==


===Teaching===
* Teaching - These events usually relate to what course teachers do that will affect the learning experience of the students. It might be for example updating a course section, grading an assignment or switching phases in a workshop.
These events usually relate to what course teachers do that will affect the learning experience of the students. It might be for example updating a course section, grading an assignment or switching phases in a workshop.
* Participating - These events usually relate to a user's learning experience for example, posting to a forum or submitting an assignment.
 
* Other - This level includes actions which do not have a direct effect on teaching or learning. Examples might be updating a calendar, creating a user or viewing a message.
===Participating===
These events usually relate to a user's learning experience for example, posting to a forum or submitting an assignment.
 
===Other===
This level includes actions which do not have a direct effect on teaching or learning. Examples might be updating a calendar, creating a user or viewing a message.


==See also==
==See also==


[https://docs.moodle.org/dev/Event_2 Developer documentation on Events (giving examples of levels]
* [[:dev:Event_2 | Developer documentation on Events]] (giving examples of levels)


[[es:Lista de eventos]]
[[es:Lista de eventos]]
[[de:Event-Liste]]
[[de:Event-Liste]]
[[fr:Liste d'événements]]

Latest revision as of 09:49, 17 May 2019

Events in Moodle are an internal notification that something has happened. They are used for logging, for reports, and anytime one part of Moodle code wants to "listen" to things that are happening.

  • An administrator can view a list of all types of events from Site administration > Reports > Events list.
  • The list can be filtered to show specific components (core, Assignment, Book etc) levels (Teaching, Participating, Other) and database query types (create,delete, read, update).

EventsList.png

  • Clicking on an Event name will display more detailed information about that event.

eventdetail.png

Educational levels

  • Teaching - These events usually relate to what course teachers do that will affect the learning experience of the students. It might be for example updating a course section, grading an assignment or switching phases in a workshop.
  • Participating - These events usually relate to a user's learning experience for example, posting to a forum or submitting an assignment.
  • Other - This level includes actions which do not have a direct effect on teaching or learning. Examples might be updating a calendar, creating a user or viewing a message.

See also