Alternative plugin where the answers aren't in the page source?!
-
Imagine my consternation when I input three quizzes only to view source to debug an unrelated JavaScript issue and found this:
window.wpProQuizInitList.push({ id: '#wpProQuiz_1', init: { quizId: 1, mode: 1, globalPoints: 14, timelimit: 0, resultsGrade: [0], bo: 13, qpp: 0, catPoints: [14], formPos: 0, lbn: "Finish quiz", json: {"1":{"type":"single","id":1,"catId":0,"points":1,"correct":[0,1,0]},"2":{"type":"single","id":2,"catId":0,"points":1,"correct":[1,0,0,0,0,0,0]},"3":{"type":"single","id":3,"catId":0,"points":1,"correct":[0,1,0]},"4":{"type":"single","id":4,"catId":0,"points":1,"correct":[0,0,0,1,0,0,0]},"5":{"type":"single","id":5,"catId":0,"points":1,"correct":[0,1,0]},"6":{"type":"single","id":6,"catId":0,"points":1,"correct":[0,1,0,0,0,0,0]},"7":{"type":"single","id":7,"catId":0,"points":1,"correct":[0,0,1]},"8":{"type":"single","id":8,"catId":0,"points":1,"correct":[0,1,0,0,0,0,0]},"9":{"type":"single","id":9,"catId":0,"points":1,"correct":[0,0,0,1]},"10":{"type":"single","id":10,"catId":0,"points":1,"correct":[0,0,0,1]},"11":{"type":"single","id":11,"catId":0,"points":1,"correct":[1,0,0,0]},"12":{"type":"single","id":12,"catId":0,"points":1,"correct":[1,0,0,0]},"13":{"type":"single","id":13,"catId":0,"points":1,"correct":[0,0,1,0]},"14":{"type":"single","id":14,"catId":0,"points":1,"correct":[0,0,1,0]}} } });
WTF! The answers are in the code!
Does anyone have any recommendations for a quiz plugin that checks answers via AJAX or something so it doesn’t need to put the freaking answers in the code that the quiz-taker can easily see?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Alternative plugin where the answers aren't in the page source?!’ is closed to new replies.