hi,
I am creating a quiz application in Javascript where each page has one question. I would like to calculate the score and time taken to answer all questions at the very end - how do I achieve this? Can I pass values (like score for each question and time taken to answer that question) to the next page so that I can total it at the very end?
OS: Windows
thank you.
I am creating a quiz application in Javascript where each page has one question. I would like to calculate the score and time taken to answer all questions at the very end - how do I achieve this? Can I pass values (like score for each question and time taken to answer that question) to the next page so that I can total it at the very end?
OS: Windows
thank you.
Comment