]> jfr.im git - erebus.git/blame - modules/contrib/trivia/trivia.json.example
trivia - add max-streak tracking
[erebus.git] / modules / contrib / trivia / trivia.json.example
CommitLineData
b297b1ca 1{
8a9b8a6c 2 "category": "foo",
3 "questions": {
4 "foo": [
591964e8 5 ["foo", "bar"],
6 ["bar", "baz"]
8a9b8a6c 7 ]
8 },
591964e8 9 "users": {},
10 "ranks": [],
8a9b8a6c 11 "lastwinner": "noone",
12 "hoflines": 2,
13 "hintnum": 3,
14 "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>",
15 "chan": "#foo",
16 "votetimer": 30,
17 "questionpause": 5.0,
18 "badqs": [],
19 "hofpath": "/home/hash/www/hof.html",
20 "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",
8a9b8a6c 21 "targetoptions": [
22 500,
23 1000,
24 1337
25 ],
26 "lastwon": 0,
27 "maxmissedquestions": 25,
28 "hinttimer": 10.0,
29 "starttime": 0,
6df8e71a
JR
30 "target": 500,
31 "streaks": {}
b297b1ca 32}