Skip to content

Event types

Event Types

The Event Types section lets an administrator manage the list of system events that can be used in gamification features (e.g., reward rules, points/experience tracking). Each event type defines a readable caption, a technical event identifier, and a user key that indicates which user entity the event applies to.

Steps

  1. Navigate to Gamification->Event Types page to view the list of existing event types.

  2. (Optional) Use the filters in the table header to find an event type:

    • Caption
    • Event
    • User Key
    • Description
  3. Click 🔍 Search to apply filters or ✖ Clear to reset them.

  4. To add a new event type, click Add in the top-right corner of the page.

  5. In the Add Event form, fill in the required fields:

    • Caption — the display name shown in the list.
    • Event — the system event identifier (technical key).
    • User Key — defines which user field is used for the event (for example, id_user or id_student).
    • Description — internal description of the event type.
  6. Click Submit to save the event type, or Cancel to discard changes.

  7. To edit or remove an existing event type, open the row actions menu and choose:

    • Edit
    • Remove
  8. Examples of the system events:

    Caption: Inventory: Update
    Event: event_on_user_inventory_object_updated
    User Key: id_user

    Caption: Create a grade Event
    Event: school_grades_add
    User Key: id_student

    Caption: Feed: Post Commented (Post Author)
    Event: event_on_feed_comment
    User Key: id_author