After working strenuously on a project using AJAX + PHP designing a matching quiz game, I learned that the learning suite that my company uses to distribute its products does not let me run server-side scripts on the backend to check answers securely. This is all due to an unfortunate hierarchical autocracy.
Long story short, I have to somehow check answers on the client side (or figure out something tricky). Luckily, I have been able to upload jQuery to the local folder structure so I can use that.
What is the most secure method for checking clients' answers on the client-side? Or is there some way to reference an external file...like an XML file or something, to check the answers more securely?