Kuizo Documentation
  • Getting Started
    • What is Kuizo?
    • Requirements
    • Installation Instructions
    • Quickstart
  • Using Kuizo
    • Creating and Setting up a new Kuizo Global Settings Object
    • Creating and Managing Categories
    • Creating and Managing Questions
  • Creating and Managing Quizzes
  • Game Settings
    • Configuring the Number of Questions
    • Configuring the Time Limit
    • Configuring the Number of Players
  • Information
    • Contact Me
    • Credits
Powered by GitBook
On this page
  1. Using Kuizo

Creating and Managing Categories

PreviousCreating and Setting up a new Kuizo Global Settings ObjectNextCreating and Managing Questions

Last updated 1 month ago

The Categories object is essential for managing categories in Kuizo.

A default Categories object is included, but you can create a new one if needed.

The Categories object defines the available quiz categories in Kuizo. If missing or misconfigured, Kuizo may not function properly.


How to create a Categories object.
  1. Right-click in the Project window.

  1. Navigate to Create → Kuizo → Settings → Categories.

  1. A new Categories object will be created.

  1. Rename it and place in the desired location.

    • The Categories object must be placed inside a Resources folder for proper loading at runtime.

  1. Locate the Kuizo Global Settings object.

  1. Assign the Categories object to its corresponding field.

  2. Save your project.

How to add a category
  1. Select the Categories Object in the Project window.

  2. Click the plus (+) button at the bottom of the list to add a new category.

  3. Enter the category data.

  4. Press Ctrl+S to save the Categories object.

How to remove a category.
  1. Select the Categories Object in the Project window.

  2. In the Inspector, expand the Categories list.

  3. Select the category to be removed.

  4. Click the minus (-) button at the bottom of the list to remove the selected category.

    • Pressing the minus button without selecting a category will delete the last entry.

    • Alternatively, you can right-click on the selected category and choose Delete Array Element to remove it.

  5. Press Ctrl+S to save the Categories Object.