Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

hamidali's avatar

Quiz system clearity

I am developing a quiz system for an LMS in production for a University, I have designed a rough sketch, I am not sure about a scenario where a student say, requests a quiz how should I cover the quiz start time and end time. One option is to store the time start when the request is made on server side and the once the user gets the display say, on document ready should I fire some API and get start time again? same goes for the end time. What if the students request and sees the quiz and because of say, some internet problem could not submit the solution and what if he/she does so on purpose.

And what do you think of PHP similar text function to compare short answer questions (incase a teacher adds a short question with an answer) is it feasible to check the solution submitted by student against the answer added by the teacher and keep a percentage for correctness say the teacher while adding question adds 80% and above as correct...

0 likes
2 replies
ErikRobles's avatar

Wow 998 view an no response. How did it go with this project? I am building my second quiz app on my own but before that, I had built one base on a video series on YouTube that worked out pretty well. It can be found at https://www.youtube.com/watch?v=zWG5aJM55go&list=PLV1nl4kfrf6GexbVpqfQc8zjv4JLAhI4K I pushed the files for this project to my git hub repo at: https://github.com/ErikRobles/lionsfieldtest which is private but if you shoot me your email, I can add you to the list. The video, I mentioned earlier is in Hindi and I don't speak Hindi so it shouldn't be a problem. Cheers.

Please or to participate in this conversation.