Feature Request - unique session identification for anonymous Quiz takers

Created on 14 August 2024, 8 months ago
Updated 13 September 2024, 7 months ago

Problem/Motivation

Currently, the quiz_maker module doesn't differentiate between anonymous users taking quizzes.
This means all anonymous users are treated as the same user, which can lead to conflicts and incorrect data when multiple anonymous users are taking quizzes simultaneously.

Steps to reproduce

- Set up a quiz using the quiz_maker module
- Open the quiz in two different browsers or devices as an anonymous user
- Start taking the quiz on both
- Observe that the progress and responses interfere with each other

Proposed resolution

Implement a system to generate and use unique session IDs for anonymous users. This will allow the module to distinguish between different anonymous quiz takers, ensuring each anonymous user has their own separate quiz session.

Remaining tasks

User interface changes

No visible UI changes. This is a behind-the-scenes improvement.

API changes

Data model changes

✨ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024