X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/ebee6edb6729b438ddd10021bd2e21145354e1ab..8a9b8a6cd0379efd7b343bceb1fc4feed7347111:/modules/contrib/trivia/trivia.json.example diff --git a/modules/contrib/trivia/trivia.json.example b/modules/contrib/trivia/trivia.json.example index 93a08f3..e3e462f 100644 --- a/modules/contrib/trivia/trivia.json.example +++ b/modules/contrib/trivia/trivia.json.example @@ -1,19 +1,39 @@ { - "hofformat":"
Date: %(date)sRound duration: %(duration)sTarget Score: %(targetscore)s
First: %(firstperson)s (%(firstscore)s)Second: %(secondperson)s (%(secondscore)s)Third: %(thirdperson)s (%(thirdscore)s)


", - "hoflines": 1, - "hofpath": null, - "votetimer": 300, - "targetoptions": [500,1000,1337,1500], - "hintnum": 3, - "hinttimer": 20.0, - "maxmissedquestions": 10, - "target": 500, - "chan": "##.test", - "ranks": [], - "users": {}, - "questions": [ - ["Who is da boss?", ["dimecadmium","wibble","i am"]], - ["!MONTH", "dynamic current month"], - ["!MATH+", "dynamic random addition problem"], - ] + "category": "foo", + "questions": { + "foo": [ + [ + "foo", + "bar" + ], + [ + "bar", + "baz" + ] + ] + }, + "users": { + }, + "lastwinner": "noone", + "hoflines": 2, + "hintnum": 3, + "hofformat": "
Date: %(date)sRound duration: %(duration)sTarget Score: %(targetscore)s
First: %(firstperson)s (%(firstscore)s)Second: %(secondperson)s (%(secondscore)s)Third: %(thirdperson)s (%(thirdscore)s)


", + "chan": "#foo", + "votetimer": 30, + "questionpause": 5.0, + "badqs": [], + "hofpath": "/home/hash/www/hof.html", + "topicformat": "\u00037Game is to \u001f%(target)s\u001f!\u0003 \u00035Last winner:\u0003 \u00036%(lastwinner)s\u0003 on \u00036%(lastwon)s\u0003. \u00035Top 3:\u0003 \u00036%(top3)s\u0003", + "ranks": [ + ], + "targetoptions": [ + 500, + 1000, + 1337 + ], + "lastwon": 0, + "maxmissedquestions": 25, + "hinttimer": 10.0, + "starttime": 0, + "target": 500 }