Skip to content
/ quiz Public

jeoperdy style quiz app in angular and nodejs

License

Notifications You must be signed in to change notification settings

tooty/quiz

Repository files navigation

Quiz

small japery style quiz web-app featuring 4 different views and smartphone buzzer and input


  • quizmaster offering controls for the quiz host

  • participant on player smartphone fettering | buzzer and answer input with time control

  • dashboard question/answer display for the players

    (bottom three are just previews)

Play it

Set up game

You can set up your quiz in game build/edit in either plain text or HTML. json is a small demo Quiz copy and save it to a .josn file and upload it in the game build site and press buildGame click on the Buttons to edit a question. Dashboard displays the last edited question/answer.

Play your quiz

All real time functions depend on a nodejs server you need to install nodejs and run

git clone git@github.com:tooty/quiz.git
cd socket-server
make install
make generate
mkdir public
make run

now brows to http://localhost/editor to upload you game file