]> jfr.im git - erebus.git/blob - modules/contrib/trivia/trivia.json.example
reformat json
[erebus.git] / modules / contrib / trivia / trivia.json.example
1 {
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,
5 "votetimer": 300,
6 "targetoptions": [500,1000,1337,1500],
7 "hintnum": 3,
8 "hinttimer": 20.0,
9 "maxmissedquestions": 10,
10 "target": 500,
11 "chan": "##.test",
12 "ranks": [],
13 "users": {},
14 "questions": [
15 ["Who is da boss?", ["dimecadmium","wibble","i am"]],
16 ["!MONTH", "dynamic current month"],
17 ["!MATH+", "dynamic random addition problem"],
18 ]
19 }