Skip to content

Objects (Object Types & Objects)

The "Objects" section lets an administrator manage object categories (Object Types) and the specific items (Objects) inside each type. These objects can then be used across the platform where object-based mechanics are applied.

Objects are the “units” a game system can grant, store, spend, or check to drive gameplay. They work like reusable building blocks that quests/achievements/events can reference.

Typical usage:

Rewards: give a student an item after completing a quest/task (e.g., “Crystal”, “Light”).
Inventory/collection: track what the student has collected over time.
Progress mechanics: use objects as counters or tokens to unlock levels, stages, or access.
Economy: items that can be earned and withdrawn/spent (tokens, points, keys).
Conditions & triggers: “If user has X object → show scene / unlock quest / allow action”.

⚠️ Removing an Object Type or Object may affect any places where it is already used. Make sure it’s no longer needed before deleting.

Add a new Object Type

Steps

  1. Navigate to Gamification->Objects in the panel menu on the left.
  2. Click the "Add" button in the top right corner.
  3. Fill in the required fields:

    - Identifier — internal key (usually lowercase, no spaces).
    - Caption — display name shown in the UI.
    4. Click "Submit" to save (or Cancel to discard).

Edit, remove, or open Objects for a type

  1. In the Object Types list, click the actions button (dropdown) on the right side of the required object type.
  2. Choose one of the actions:

    - Edit — update Identifier/Caption.
    - Remove — delete the type.
    - Objects — open the list of objects inside this type.

Add a new Object

  1. Navigate to Gamification->Objects in the panel menu on the left.
  2. Select the required object type and click the blue dropdown actions button on the right.
  3. Click "Objects".
  4. Click the "Add" button in the top right corner of the page.
  5. Enter the Object Name, then click Submit to save (or Cancel to discard).

Edit or remove an Object

  1. In the Objects list, click the blue dropdown actions button on the right side of the object.

  2. Select:

    - Edit — change the object name.
    - Remove — delete the object.