This is a project I will get a freelancer to do, but I had a basic feasibility question first.
I have an education site with many javascript-coded quizzes: multiple-choice, gap fill, that type of thing. Each quiz is a form which is submitted, the score worked out and document.write is used to create an answers & scores pop-up. All well and good and it's been working like this since 2004.
I would like to turn the site into a more complex membership site where users can see stats, charts, etc based on all the quizzes they've done in the past. My question is - would this be possible with the current javascript-driven setup or would I need to alter the technology?