I want to write a quiz in PHP. How do I hide the code?

Timbone

New member
So... I want to learn some PHP and put up some multiple choice quizzes this semester. But I don't know if students have a way of looking at the source code to find the answers. Since PHP is client-side, does that mean all the code involving seeing if they have the correct answer is hidden from the user? Is there something extra I have to do to hide this part?
 
Back
Top