]> 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 b987ed57b4bbe912852bc96370a9206ad35d4bc2..08d8b97319da593bec4090dfc1b7cd50a784079f 100644 (file)
@@ -1,25 +1,20 @@
 {
+       "hofformat":"<TABLE BORDER='3' CELLSPACING='1' CELLPADDING='3' valign=center BORDERCOLOR='#999999' width=80%><TR><td width=33%><STRONG>Date:</STRONG> %(date)s</TD><td width=33%><STRONG>Round duration:</STRONG> %(duration)s</TD><td width=33%><STRONG>Target Score:</strong> %(targetscore)s</TD></TR><TR><td width=33%><FONT COLOR='#FFD700'>First: <strong>%(firstperson)s (%(firstscore)s)</strong></FONT></TD><td width=33%><FONT COLOR='#99999'>Second: <STRONG>%(secondperson)s (%(secondscore)s)</STRONG></FONT></TD><td width=33%><FONT COLOR='#996633'>Third: <STRONG>%(thirdperson)s (%(thirdscore)s)</STRONG></FONT></TD></TR></TABLE><br><br>",
+       "hoflines": 1,
+       "hofpath": null,
        "votetimer": 300,
        "targetoptions": [500,1000,1337,1500],
        "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"],
     ]
 }