X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/7bd5e7d512da00962d6027348c7325ae1188b40d..8a9b8a6cd0379efd7b343bceb1fc4feed7347111:/modules/contrib/trivia/trivia.json.example diff --git a/modules/contrib/trivia/trivia.json.example b/modules/contrib/trivia/trivia.json.example index 4ceab52..e3e462f 100644 --- a/modules/contrib/trivia/trivia.json.example +++ b/modules/contrib/trivia/trivia.json.example @@ -1,28 +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": [ - { - "answer": ["dimecadmium","wibble","i am"], - "question": "Who is da boss?" - }, - { - "answer": "dynamic current month", - "question: "!MONTH" - }, - { - "answer": "dynamic random math problem", - "question": "!MATH+" - } - ] + "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 }