Quiz
Create Quizzes with rewards!
Also see the Commands page, and the Permission page.
Description
Create Quizzes in the config.yml. Or let players do it themselves via commands.
Players can start a quiz, others will be informed how to join.
Joining is disabled after a certain amount of time. And
the quiz starts after a count-down. Then, each question appears after a certain amount of time.
Each quiz ends by showing the results. And a small rank list.
Define rewards per rank! In the configuration file or via commands.
Currently supports ItemRewards and MoneyRewards.
If you want to use MoneyRewards, you also need Vault to hook into any economy plugin.
Install
- Download the latest version here.
- Place it in your plugins folder
- Restart/reload your server. There is no manual configuration needed. Only permissions.
- To get started quickly. Execute
/q generate <id> It will generate an example quiz for you.
- Then start that quiz. And join it.
Next step: Creating crazy quizzes with the quiz wizard!
Using the Quiz wizard
Each quiz has a list of questions and a list of rewards per rank.
Each question in a quiz has text, some answers and a number representing the correct answer.
Also, each question has an amount of seconds to answer.
You always start creating a quiz with the create command.
And you end with the save command.
Versions
- 1.1:
- Probably fixed probable performance issue. (there will always be a max amount of players, of course)
- Command
//quiz info now also shows rewards. But no longer shows all question info. Just shows how many.
- Command
//quiz info [question number] To get info on a particular question
- Now informs how many players joined the started quiz
- Now informs how many questions to go
- Now informs about
addreward command in wizard.
- Now informs about
save command in wizard.
- 1.0: