From 91da735599e1e941fc866a7b9818c4ff16536086 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sat, 18 Apr 2020 19:20:04 -0500 Subject: Create quiz bunny --- src/quiz-bunny/index.html | 83 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 src/quiz-bunny/index.html (limited to 'src/quiz-bunny/index.html') diff --git a/src/quiz-bunny/index.html b/src/quiz-bunny/index.html new file mode 100644 index 0000000..eadba94 --- /dev/null +++ b/src/quiz-bunny/index.html @@ -0,0 +1,83 @@ + + + + + Quiz Bunny + + + + + + + + + + +
+
+

+ Quiz Bunny +

+
+
+ +
+
+ +
+
+ + +
+
+
+
+
+

Game Code:

+

{{game.gameCode}}

+

Players

+
    +
  • {{player}}
  • +
+
+ +
+
+
+
+

Answer:

+

{{game.prompt}}

+ + +
+
+

Vote:

+

{{game.prompt}}

+
+ +
+
+
+

Results:

+

{{game.prompt}}

+
+ {{answer.text}}{{answer.voteCount}} votes +
+ +
+
+

Scores:

+
    +
  1. {{score.name}}{{score.score}}
  2. +
+ +
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3