]> jfr.im git - erebus.git/blob - modules/contrib/trivia/trivia.json.example
finished target point voting
[erebus.git] / modules / contrib / trivia / trivia.json.example
1 {
2 "votetimer": 300,
3 "targetoptions": [500,1000,1337,1500],
4 "hintnum": 3,
5 "hinttimer": 20.0,
6 "maxmissedquestions": 10,
7 "target": 500,
8 "chan": "##.test",
9 "ranks": [],
10 "users": {},
11 "questions": [
12 {
13 "answer": ["dimecadmium","wibble","i am"],
14 "question": "Who is da boss?"
15 },
16 {
17 "answer": "dynamic current month",
18 "question: "!MONTH"
19 },
20 {
21 "answer": "dynamic random math problem",
22 "question": "!MATH+"
23 }
24 ]
25 }