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
  • Launching Kuizo For the First Time
  • Understanding the Key Files
  • What to Do Next?
  1. Getting Started

Quickstart

PreviousInstallation InstructionsNextCreating and Setting up a new Kuizo Global Settings Object

Last updated 1 month ago

Kuizo comes pre-configured and ready to use. It includes a variety of example quizzes with multiple question types, allowing you to quickly explore how everything works before creating your own quizzes.


Launching Kuizo For the First Time

1

Open the Main Menu Scene

In the Project window, navigate to: KamelMahjoub/Kuizo/Scenes/MainMenu.

Double-click the scene to open it.

2

Press Play

Click the Play button in the Unity Editor to enter Play Mode.


Understanding the Key Files

Before creating your own quizzes, it’s important to understand the main types of files Kuizo uses. Each of these assets plays a vital role in how Kuizo functions.

  • Purpose: The Kuizo Global Settings object holds the primary configuration for Kuizo. It links to the Categories Object, quiz-related prefabs, and other essential elements.

  • Default Location: KamelMahjoub/Kuizo/Resources/Data/Settings

  • Purpose: The Categories Object stores a list of available categories for the quizzes. Each category contains a name and an icon.

  • Default Location: KamelMahjoub/Kuizo/Resources/Data/Categories

  • Purpose: The Quiz Object contains the questions for the quiz. Each quiz links to a category and contains a list of Question objects.

  • Default Location: KamelMahjoub/Kuizo/Resources/Data/Quizzes

  • Purpose: The Question Object defines a single question and its possible answers.

  • Default Location: KamelMahjoub/Kuizo/Resources/Data/Questions


What to Do Next?

After testing the initial setup, you're ready to start building your own quizzes.

The next steps are simple:

Create new categories.
Create new questions.
Create new quizzes.