Search the Community
Showing results for tags 'better quiz'.
-
Version 1.0.0
5 downloads
Want a new way to test your players? Try Better Quiz! It's an UI Based Quiz with random questions, time limit, cooldown after you passed/failed/exit the quiz and items reward! Configuration Here is the config file, it's eazy to use. I'ved added 6 question so you can try the quiz. My tip is to add more questions in the config file than the "Amount of questions in the quiz" so it could be truly random. On "Items to give" , the "shortname" is the shortname of an item and the "10" is the quantity. You can add more items if you want. { "Items to give ": { "shortname": 10 }, "Enable Welcome Screen": true, "Main Welcome Text": "Main Text", "Enable Secondary Text": true, "Secondary Welcome Text": "Secondary Text", "Amount of questions in the quiz ": 6, "Amount of wrong answers until fail": 3, "Enable Timer": true, "Countdown timer (in seconds)": 600, "Cooldown time for failing/exiting/finising the quiz (in hours)": 1, "Questions": [ { "The question": "Question 1", "The answers": [ "True", "False", "False" ], "The correct answer": "True" }, { "The question": "Question 2", "The answers": [ "False", "True", "False" ], "The correct answer": "True" }, { "The question": "Question 3", "The answers": [ "False", "True", "False" ], "The correct answer": "True" }, { "The question": "Question 4", "The answers": [ "False", "False", "True" ], "The correct answer": "True" }, { "The question": "Question 5", "The answers": [ "True", "False", "False" ], "The correct answer": "True" }, { "The question": "Question 6", "The answers": [ "False", "True", "True" ], "The correct answer": "True" } ] }$5.00