]> jfr.im git - erebus.git/blobdiff - modules/contrib/trivia/trivia.json.example
control - be aware of dependents
[erebus.git] / modules / contrib / trivia / trivia.json.example
index 4ceab5280da5aa40cf49b0123d4e5d372c8d21ab..08d8b97319da593bec4090dfc1b7cd50a784079f 100644 (file)
@@ -7,22 +7,14 @@
        "hintnum": 3,
        "hinttimer": 20.0,
        "maxmissedquestions": 10,
+       "questionpause": 5.0,
        "target": 500,
        "chan": "##.test",
     "ranks": [],
     "users": {},
     "questions": [
-        {
-            "answer": ["dimecadmium","wibble","i am"],
-            "question": "Who is da boss?"
-        },
-               {
-                       "answer": "dynamic current month",
-                       "question: "!MONTH"
-               },
-               {
-                       "answer": "dynamic random math problem",
-                       "question": "!MATH+"
-               }
+               ["Who is da boss?", ["dimecadmium","wibble","i am"]],
+               ["!MONTH", "dynamic current month"],
+               ["!MATH+", "dynamic random addition problem"],
     ]
 }