promotional bannermobile promotional banner

GuildeQuiz

A light and fun Quiz Master addon for WoW! Run custom quiz events in Guild, Raid, or Party chat. Whispers scoring, live timer, leaderboard, and Discord export.

🧙‍♂️ WoW Quiz Master

WoW Quiz Master is an interactive, lightweight, and easy-to-use in-game quiz addon designed for Guild events, Raid breaks, and Party games!

Run lore trivia, custom guild quizzes, or hardcore tests with automated answer tracking and real-time scoreboards.


✨ Key Features

  • 💬 Automatic Whisper Tracking: Players simply whisper A, B, C, or D to answer.
  • ⏱️ Built-in Countdown Timer: Set a response time (e.g., 20s) with live status updates and automatic answer reveals.
  • 📢 Multi-Channel Broadcast: Stream questions to Guild, Raid (with Raid Warning support), or Party chat.
  • 📊 Live Leaderboard & Discord Export: View real-time standings and copy-paste formatted results directly into your Discord server with one click!
  • 📦 Custom Question Packs: Easily import your own question packs via simple .lua files inside the Packs folder.
  • 🌐 Multilingual Support: Available in English, French, and German (auto-detects game client language).

🎮 How to Use

  1. Type /quiz in chat to open the Quiz Master panel.
  2. Select your Question Pack, Broadcast Channel, and Timer.
  3. Click Ask Selected Question to broadcast.
  4. Let players whisper their answers, then reveal the results!

📝 Adding Your Own Question Packs

Creating custom packs is super simple:

  1. Create a new .lua file inside your Packs folder (e.g., Packs/MyTheme.lua).
  2. Add your filename to GuildeQuiz.toc (e.g., Packs\MyTheme.lua).
  3. Register your pack inside the file:
local addonName, addonTable = ...

addonTable.RegisterPack("My Awesome Quiz", {
    {
        question = "What is the capital of the Blood Elves?",
        choices = { 
            A = "Orgrimmar", 
            B = "Silvermoon City", 
            C = "Thunder Bluff", 
            D = "Undercity" 
        },
        answer = "B"
    }
})

The GuildeQuiz Team

profile avatar
  • 1
    Projects
  • 10
    Downloads