Quickstart

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


What to Do Next?

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

The next steps are simple:

Last updated