mamavi Posted March 27, 2008 Share Posted March 27, 2008 hi everyone. i am a student whose final year project is developing a web-based maths tutor for junior high schools. i would be very grateful if anyone would help me with how i can use php to create a quiz. also i would like to know how i can use php-mysql to generate random questions. some of the topics are fractions, linear equations, pythagoras, polygons, areas & volumes, sets. i am reall stuck... any saviour out there? Link to comment https://forums.phpfreaks.com/topic/98125-using-php-to-create-an-online-maths-quiz/ Share on other sites More sharing options...
r-it Posted March 27, 2008 Share Posted March 27, 2008 i think you are asking us to do your work for you, and that we can't, time is money. I can however guide you, create a questions table on your database, and have a function that selects random IDs from the db, limiting to a certain number of rows of course, and i forgot, you have to have an answers table as well, linking answer by questionID, thats as far as i can go. Link to comment https://forums.phpfreaks.com/topic/98125-using-php-to-create-an-online-maths-quiz/#findComment-501973 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.