]> jfr.im git - erebus.git/blame - modules/contrib/trivia/trivia.json.example
trivia - add last win to topic
[erebus.git] / modules / contrib / trivia / trivia.json.example
CommitLineData
b297b1ca 1{
7bd5e7d5 2 "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>",
3 "hoflines": 1,
4 "hofpath": null,
38b29993 5 "votetimer": 300,
6 "targetoptions": [500,1000,1337,1500],
c4763e66 7 "hintnum": 3,
8 "hinttimer": 20.0,
9 "maxmissedquestions": 10,
442ed923 10 "questionpause": 5.0,
b5c89dfb 11 "target": 500,
b297b1ca 12 "chan": "##.test",
13 "ranks": [],
14 "users": {},
15 "questions": [
ebee6edb 16 ["Who is da boss?", ["dimecadmium","wibble","i am"]],
17 ["!MONTH", "dynamic current month"],
18 ["!MATH+", "dynamic random addition problem"],
b297b1ca 19 ]
20}