Jump to content

sureshHARDIYA

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by sureshHARDIYA

  1. Thank your for the reply. But I really did not get what you mean. Please can you provide some code snippset so that I can get the overview of what you are telling. Thanks.
  2. The problem is. I did not get idea how to give random questions to the user. when i used random number concept, then the question is changed when user refresh the page. this should not happen. once the user log into the system, he will be aksed to start the quiz and once he start he should be give an question. the question should persist till he answers or exits. and when he answer the question next button activates and can click on next button to go to next question. I did not get how to start this and what to do.
  3. I have been trying to write quiz application. I have set a database tbl_question(questionId, question, correctAnswer, category) and tbl_options(optionId, questionId, option1, option2, option3, option4). When user logins into the system, a random question should be provided to the user from the database. the question need notto be repeated and once the question is loaded, the user can either quite, or answer. if answer then can go to next question else not. if the user refresh the page the question should be same loaded.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.