Create multiple rounds of quizzes

Added by Kaustav Das Modak 875 days ago

Hi,

Firstly, thanks for this useful component :)

I do not have any issues with the component, but I need to have multiple round of quizzing on my website.

Let me illustrate it a bit more:

  • There will multiple categories of quizzes on different topics, say sports, technology etc.
  • To qualify for a particular category, users will need to pass through an initial mandatory round of questions.
  • Users will need to answer all questions correctly in the mandatory round to proceed to the next level.
  • The next level will be another round of quiz.

For this what I have thought is to create different quizzes for the 1st and final rounds. There will be some sort of validation which will check whether the user has successfully completed the 1st round. If successful, it will load the final round of quiz, and if not, it will load the 1st round.

Now, any idea how to implement this validation. Can a user be flagged or something to mark that they have completed the initial round?

Looking for help.

Thanks.

Kaustav


Replies

RE: Create multiple rounds of quizzes - Added by Mohamed Tougorti 874 days ago

Hi,

First of all, thank you for using JQuarks and providing feedback.

If I get it right the idea is to have quizzes which "unlock" once a certain score is achieved into several other quizzes.
Availability of final round quiz will be triggered by the completion of one or many previous ones.

I would recommend posting this into our Feature Request thread.

Regards.

RE: Create multiple rounds of quizzes - Added by Kaustav Das Modak 874 days ago

Thanks for the reply.

Yes, you have got that correct. That is precisely what I'm looking for.

There is one more thing I'm looking for. A proposition for input fields so that answers typed in input fields can be automatically verified. I guess how this can be done is by using some double equal operator, and the answer typed in by an user will be converted into lowercase or uppercase for verification. If the user makes spelling error, that will be the user's responsibility, anyway.

The thing I'm trying to suggest here is validation of an input field with a proposition of a question. The proposition will also be converted to the same case while validation. I'm trying to figure that out. Will let you know if I get any useful solution. In the meanwhile, I am looking for some support on your behalf as we are planning to launch our website soon and there is little time to go into coding details :)

Regards.

Kaustav

Reply