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

    • Related Articles

    • Access Control List by the Educational Institution Administration¶

      Access Control List by the Educational Institution Administration¶ ⚠️ The section is available to the Administrator and Principal of the educational institution. The “Access Control List” Manage (ACL) section allows the administrator to configure ...
    • Quiz Taking

      How to take a quiz (instruction for the student)¶ To take a quiz, you need to go to the "Assignment" section, find the corresponding assignment, and click the "View" button. Steps¶ Go to the "Assignments" section. Find the required assignment and ...
    • Adding New Grading System

      Adding New Grading System¶ ⚠️ This section is available for configuration by the Educational Institution Administrator. The platform implements a flexible grading mechanism that allows to adapt the system to the needs of a specific section, subject, ...