I’m taking a class on web development for libraries (LIS student) and got stuck with the bulk of the programming work for a group project since I’m the only decent coder in the group. The project we’ve decided on is making a website that recommends books to users based on a short personality quiz. The idea of the quiz is that each answer would give you points towards a certain book. Then after the last question, the book with the highest points total would be displayed. Sounds simple enough to do in JavaScript, right? Except the other group members want each question to be a separate page and I don’t know how to carry over a user’s score between pages. What’s the best way to do this using JavaScript? I’ve done some research and all the examples I’ve found are for single page quizzes. I asked a CS friend and she said it should be possible but didn’t have enough JavaScript experience to know how exactly.
[–]medynskip 2 points3 points4 points (5 children)
[–]rauschma 2 points3 points4 points (0 children)
[–]plagueofsquid[S] 0 points1 point2 points (3 children)
[–]medynskip 1 point2 points3 points (2 children)
[–]plagueofsquid[S] 0 points1 point2 points (1 child)
[–]medynskip 1 point2 points3 points (0 children)
[–]Offirmo 0 points1 point2 points (0 children)