From acf13b3af04791124d0d8cb31292505c5edf131a Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 19 Apr 2020 17:23:01 -0500 Subject: Add improvements to quiz bunny --- src/quiz-bunny/index.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'src/quiz-bunny/index.html') diff --git a/src/quiz-bunny/index.html b/src/quiz-bunny/index.html index 127db65..9b0a6db 100644 --- a/src/quiz-bunny/index.html +++ b/src/quiz-bunny/index.html @@ -20,14 +20,14 @@
- +
- @@ -47,6 +47,7 @@
+

{{game.round+1}}/{{game.maxRound}}

Answer:

{{game.prompt}}

@@ -82,9 +83,20 @@

Results:

{{game.prompt}}

-
- {{answer.text}}{{answer.voteCount}} votes -
+ + + + + + + + + + + + + +
AnswerAuthorVotesEndorsements
{{answer.text}}{{answer.name}}{{answer.voteCount}}

{{name}}

Waiting:

-- cgit v1.2.3