Event-Beobachtung

Aus MoodleDocs
Version vom 24. Februar 2015, 09:41 Uhr von Gisela Hillenbrand (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{{Kursberichte}} {{Neu}} {{Zum Übersetzen}} ==Was ist Event-Beobachtung?== *Die Event-Beobachtung ermöglicht es, dass Administrator/innen und Trainer/innen…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche

Neue Funktionalität
in Moodle 3.10!


Vorlage:Zum Übersetzen

Was ist Event-Beobachtung?

  • Die Event-Beobachtung ermöglicht es, dass Administrator/innen und Trainer/innen über bestimmte Ereignisse (Events) in Moodle benachrichtigt werden. Event monitoring allows admins and teachers to receive notification when certain events happen in Moodle. Beispiele für solche Ereignisse finden Sie im Artikel Event-Liste. Sie können auch Kursteilnehmer/innen erlauben, Ereignisse zu abonnieren. Sie müssen dazu die Fähigkeit tool/monitor:subscribe für die Rolle Teilnehmer/in auf erlauben setzen.
  • To do this, a 'rule' needs to be created for the event to be monitored and then a user, such as the admin or teacher will need to subscribe to it to be notified.
  • The rule will specify what the event is and how often it must happen before notification is sent to the subscriber. The notification may be pop-up, email or other chosen methods.
  • A teacher can create a rule from Course administration>Reports>Event monitoring rules and an administrator can, additionally, create a rule from Site administration>Reports>Event monitoring rules.
  • You can subscribe to available rules from My profile settings>Event monitoring.

<mediaplayer>http://youtu.be/YkuK2w1lJnk</mediaplayer>

Event-Beobachtung aktivieren

Event monitoring is disabled by default because of performance issues. An administrator can enable it from Site administration>Reports>Event monitoring rules.

Regeln zur Event-Beobachten verwalten

As a course teacher, go to Course administration>Reports>Event monitoring rules, or as an admin go to Site administration>Reports>Event monitoring rules

Rgelname
You can call the rule what you like but it should be something others will understand as they may wish to subscribe to the rule you created.
Zu überwachender Bereich
When you select an area to monitor, for example, Forum, the 'Event' drop down menu below will then display the events you can select from.
Event
Once an area has been chosen, the events for that area will display here.
Beschreibung
You don't have to use a description but if you do, it should be something meaningful to others as they may wish to subscribe to the rule you created.
Meldeschwelle
This means: how many times should this event happen before I get notified?
For example the following setting would mean that if an event happens five times in 30 minutes then Moodle will send you an alert:
Mitteilung über Benachrichtigungen
When creating or editing a rule, you can embed placeholders to add details to notification messages. The use of placeholders is optional; you can use any personalised message, but if you wish to use placeholders, there are examples of use below:

The placeholders that can be used in a message template are as follows:

Placeholder What it does Example
{link} Direct link to the actual event, eg a forum discussion. http://YourMoodle.com/mod/forum/discuss.php?d=2
{modulelink} Link to the module where the event has happened, eg a forum http://YourMoodle.com/mod/forum/view.php?id=8
{rulename} A name for the rule. Student discussions
{description} A description of the rule. I want to receive notifications when there is a large volume of student posts in a discussion.
{eventname} The name of the event being monitored. Forum post created.

Beispiel 1: The above example shows the placeholders for a rule to monitor the Forum post created event. The notification message using these placeholders would be as follows:

The rule {rulename}, monitoring the event {eventname}, has just been fulfilled. 
Click the following link to go to the forum discussion: {link}
Rule description: {description}

The result would display like this:

The rule Student discussions, monitoring the event Forum post created, has just been fulfilled. 
Click on the following link to go to the forum discussion: http://YourMoodle.com/mod/forum/discuss.php?d=2 .
Rule description: I want to receive notifications when there are a large volume of student posts in a discussion.

Beispiel 2:

Let's create a rule called Glossary entries to monitor when a new glossary entry is created:

The rule {rulename}, monitoring the event {eventname}, has just been fulfilled. 
Click the following link to go to see the new entry created: {link}
Rule description: {description}

The result would display like this:

The rule Glossary entries, monitoring the event Entry has been created, has just been fulfilled. 
Click on the following link to go to see the new entry created: http://YourMoodle.com/mod/glossary/view.php?id=5&mode=entry&hook=1.
Rule description: I want to receive notifications when a new glossary entry is created.

Note: Some events do not have a link. Course deleted and Course module deleted for example, would not display any link if {link} or {modulelink} is used.

Eine Regel abonnieren

  • When events are created from Site or Course administration>Reports>Event monitoring rules ,there is a link to the Event monitoring page which is in My profile settings
  • From here, you can unsubscribe to any events you are subscribed to already and you can subscribe to new events created by you or others.

Siehe auch