-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
- BE: emits the "question" event, including info about the question and the possible answers. It then starts a timeout that closes all the answers after x seconds
- FE-admin: "question" -> prints the question and the answers
- FE-device: "question" -> prints the question and the answers, making them clicable
- FE-device: on answer click, it emits an "answer" event, including info about the answer given. Then it shows something like "waiting while other participants answer the questions"
- BE: "answer" -> saves the answer given by the user. After everyone answers, it emits another "question" event and clears the previous timeout