-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementation of questions for round1 #4
Comments
My approach:The questions are numbered sequentially and files 1.md, 2.md , ... exist. There is a rout /slide which always shows the current slide and automatically refreshes. This would support markdown and mathjax. This would be shown as an iframe When the admin clicks correct answer the question number is automattically increased by 1 and next slide automatically loads. |
I also suggest you take a look at |
The problem is that at ome time only one slide needs to be shown, which is what the admin is showing. The user(public view/buzzer view) shouldnot have the need to press next. RevealJs would be helpful for laying out the slides in a proper manner and having animations and stuff. As far as my backend is considered it just gives the frontend the current question and its the work of the frontend to render it. So the frontend can use revealjs for rendering just the current slide or append the cureent slide to the slideshow and automatically forward the slide |
*There are two ways for implementing the question *
template will be like : question -> img -> option -> answer
So, Which approach should be follow.
The text was updated successfully, but these errors were encountered: