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