Time Bound Quiz like Real Teat

I am making website for a client. It’s a kind of an educational program. They tend to organize time Bound quiz competitions from time to time. They want me to something like that for them in the website itself so that they don’t have to use other platforms.

To make that, I have to overcome two obstacles:

  1. Making Time Bound Quiz with multiple options but one correct answer

  2. if the user leave the site or changes tab, the quiz automatically ends to prevent cheating.

Can anyone please help on this?

I think there’s some more planning that needs to be done to understand the full scope of the project. For example:

  • What happens when the user completes the quiz? Are they shown a success message? Does the correct answer need to be confirmed on completion? Do they need a follow-up email etc?
  • How are you tracking the users - I assume they’ll login to the site? How do you imagine the client updating the forms in the future?

First of all thank you for replying Sir.

Well after the quiz is completed, there we’ll be a success message with how many correct answers they have given.

If possible, I also like to add a option that after completing quiz, they can view correct answers of the questions of quiz.

To track the user, yes, they will be log in in the site. I was wondering whether we can add sign in by Google option in the site?

I’m not aware of anything out of the box that would support this - so you’re probably looking at something custom.

At the core, you’ll need:

  • CMS to persist scores and information
  • Members are to associate data with a login
  • Then custom code to build the functionality you need

There’s not “one set of code” - you’ll need to build it according to the requirements of the project