You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The android application need to store a copy from the questions currently being played and handle the case when other viewers join the game.
It should show the same screen as the student who's currently playing is seeing. (score, question, answers, location, ...etc)
The text was updated successfully, but these errors were encountered:
Assume that the frontend already sent you a set of questions (store them in an array or something for now)
later @ahmedhammad97 and @SarahEldafrawy can handle the front end part (a new issue will be used for that later)
It can be useful to set the source of the questions as the Android application instead of the webUI. In this case, once the user clicks play, the questions file will be sent to the Android server and then the server passes the questions one by one to the frontend
shakram02
changed the title
Support Multiple viewrs
Support Multiple viewers
Feb 3, 2019
The android application need to store a copy from the questions currently being played and handle the case when other viewers join the game.
It should show the same screen as the student who's currently playing is seeing. (score, question, answers, location, ...etc)
The text was updated successfully, but these errors were encountered: