Contents
Levlix Quiz Module Guide
The Levlix Quiz Module lets admins post custom multiple-choice questions directly in Discord. Members answer by clicking buttons and earn points for correct answers. There are three quiz types with different use cases.
Quiz Types
Daily Quiz
A daily quiz runs until midnight CET, then automatically closes. It uses a fixed four-option format (A / B / C / D).
Game ID Quiz
A Game ID quiz runs for a configurable duration and requires participants to have a registered Game ID (via /gameid). It supports more than four answer options.
No-Points Quiz
A quiz variant without point rewards, useful for polls or community engagement without affecting the economy.
Creating Quizzes
All quiz creation and management is handled through the admin dashboard:
/quiz quizadmin

The dashboard provides tabbed navigation with these sections:
| Tab | Functions |
|---|---|
| Active Quizzes | View all currently active daily, Game ID, and no-points quizzes |
| Create Quiz | Select a quiz type and target channel, then fill in the details modal |
| Statistics | View aggregate quiz statistics (participants, success rate, points awarded) |
| Leaderboard | View top quiz participants ranked by total points |
| Management | End quizzes, repost embeds, end early with results, clean up expired quizzes |
When creating a quiz, the modal collects:
| Field | Description |
|---|---|
| Title | Headline shown on the quiz post |
| Question / Description | The question text |
| Answers | Options separated by ; (e.g. Option A;Option B;Option C;Option D) |
| Correct Answer | The letter corresponding to the correct option (A - Z) |
| Duration | How long the quiz runs (Game ID quizzes only): 30m, 2h, 1d, etc. |
| Point Reward | Points awarded to members who answer correctly |
After submitting, Levlix posts the quiz with interactive buttons and automatically creates a discussion thread for it.
User Commands
| Command | Description |
|---|---|
/quiz active |
Lists all currently running quizzes on the server |
/quiz leaderboard |
Shows the top members ranked by total quiz points |
/quiz history |
Your personal answer history |
/quiz stats |
Your personal quiz statistics |
/quiz quizzes |
Open the quizzes dashboard |
Anti-Abuse
- Each member can answer a quiz only once. Submitting a second answer is not possible.
- For Game ID quizzes, only members with a registered Game ID can participate.
- Quiz buttons remain functional even after a bot restart (persistent views).
Notes
- Daily quizzes use CET (UTC+1) as the timezone for the midnight reset.
- A discussion thread is automatically created for each quiz post.
- Points are credited immediately when the correct answer button is clicked.