Re: help on my quizz app

2020-08-30 Thread Desh Deepak
Query with id for next and preview object On Sun, 30 Aug 2020, 2:45 pm ola neat, wrote: > hey guys, I need help, I'm working a a simple quizz app, but now i nid > help on how to make the users navigate from 1 question to the other( using > next button after answering the question) and including

Re: help on my quizz app

2020-08-30 Thread Kunal Solanke
Check out pagination under Listview in django ,or handle dom with js. On Sun, Aug 30, 2020, 14:45 ola neat wrote: > hey guys, I need help, I'm working a a simple quizz app, but now i nid > help on how to make the users navigate from 1 question to the other( using > next button after answering th

help on my quizz app

2020-08-30 Thread ola neat
hey guys, I need help, I'm working a a simple quizz app, but now i nid help on how to make the users navigate from 1 question to the other( using next button after answering the question) and including a time to ensure the user can't continue when the time is up, any help will be appreciated --