SpiderPhp

Just another WordPress weblog

I Want To Write A Quiz In Php. How Do I Hide The Code?

Posted Sunday, February 7th, 2010
Tags: , , , , ,
Posted in 6 | 4 Comments »

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?