Hello,
I am a beginner with javascript and i have a question because of a quiz i am making with JavaScript:
I made a quiz where the visitor have to answer some qeustions, if he finished all the qeustions he gets a result.
Then i have to make a function that the answer is stored in the page and when another visitor enters the page he sees results of other users, like this:
Overall record of visitors:
good.......22%
average....66%
poor.......12%
Im getting so far that the visitor gets in a catogory, but if i enter the page again, he lost the information. Can someone please tell me how i get the results stored?
I am a beginner with javascript and i have a question because of a quiz i am making with JavaScript:
I made a quiz where the visitor have to answer some qeustions, if he finished all the qeustions he gets a result.
Then i have to make a function that the answer is stored in the page and when another visitor enters the page he sees results of other users, like this:
Overall record of visitors:
good.......22%
average....66%
poor.......12%
Im getting so far that the visitor gets in a catogory, but if i enter the page again, he lost the information. Can someone please tell me how i get the results stored?