marshall79 Posted January 3, 2014 Share Posted January 3, 2014 Thinking of creating a web site with maths questions on each page. Each page with 10 questions on different maths topics like multiplication or fractions. Making use of the rand () function alot. Also I would like reveal buttons to show answers. Does anyone know if php would be best suited to creating this kind of site and would it be simple to create. Thx Quote Link to comment Share on other sites More sharing options...
requinix Posted January 3, 2014 Share Posted January 3, 2014 Sure, PHP can do it just fine. Simple? Yes. Easy? Depends on how well you know PHP. Quote Link to comment Share on other sites More sharing options...
JIXO Posted January 3, 2014 Share Posted January 3, 2014 PHP alone won't do the trick, if you need to add buttons to show answers, you need to consider AJAX with PHP. Another workaround is to add JS function(s) to reveal the answers, but if you're dealing with experinced user, a look at page source will get him/her 100% correct answers. Quote Link to comment Share on other sites More sharing options...
requinix Posted January 4, 2014 Share Posted January 4, 2014 but if you're dealing with experinced user, a look at page source will get him/her 100% correct answers.The pages are about answering math problems. I think such an experienced user wouldn't have problems answering the questions to begin with. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.