[ ] Make trivia work on a per-channel basis, so the commands new, show, and answer all operate on a specific channel.
[ ] Track each users' score: and add a new !trivia score @user that displays the number correct, incorrect, and percentage.
[ ] Display and accept answers with "a, b, c" format, e.g.
slackbot: What is the color of the sky?
slackbot: a) Red
slackbot: b) Blue
slackbot: c) Green
slackbot: d) Yellow
person: !trivia answer b
slackbot: correct!
new
,show
, andanswer
all operate on a specific channel.!trivia score @user
that displays the number correct, incorrect, and percentage.