-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Goal
Warn unauthenticated users before starting a quiz that their results won't be saved to the leaderboard, and provide easy access to login/signup.
Scope
- Show warning block (amber styling) with
UserRoundicon on quiz rules screen for guests - Three buttons: Login, Sign Up (redirect with
returnTo), Continue as Guest - Logged-in users see the standard Start button unchanged
- Reuse existing
quiz.result.loginButtonandquiz.result.signupButtoni18n keys - Add
quiz.rules.guestWarningandquiz.rules.continueAsGuestkeys (uk/en/pl)
Technical steps:
- Add i18n keys to
messages/en.json,uk.json,pl.json - Update
QuizContainerrules screen with conditional rendering based onisGuest - Use
Linkfrom@/i18n/routingfor login/signup navigation
Expected impact
- UX: guests make an informed choice before starting
- Conversion: login/signup buttons increase registration rate
Out of scope
- Blocking guests from taking quizzes entirely
- Changing quiz result screen guest flow
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request