Why can people (guests) take a quiz without creating an account and logging in?
This is difficult to implement for technical reason. To explain: The quiz has to link all information about an attempt to a particular ‘user’ record in the database, and each user can only have one open quiz attempt at a time. All not-logged-in users share the same ‘guest’ user database record. Therefore, two guests could not attempt the quiz at the same time, and even if they could, it would be difficult to prevent one guest seeing another guest’s attempts. Of course, given enough work, it would be possible to change some of those assumptions, and so make it possible for guests to attempt quizzes. Indeed, some of the obstructions to implementing this have already been removed while doing other work on the quiz, but there is still some way to go. If you would like to see this implemented, please vote for MDL-17892.
Related Questions
- Whats the difference between the guest account and the Penn State account? Do guests have the same rights as Penn State people?
- How can we go about creating a personal page when two or more people share responsibility for an account?
- Why can people (guests) take a quiz without creating an account and logging in?