]> jfr.im git - erebus.git/blobdiff - modules/contrib/trivia/trivia.json.example
add pause between questions
[erebus.git] / modules / contrib / trivia / trivia.json.example
index eda13bc3d5c6221745685aca846272c42f89dea7..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"],
     ]
 }