-
Notifications
You must be signed in to change notification settings - Fork 113
Quiz implementation #272
Copy link
Copy link
Closed
Labels
questionQuestion related to TutorialKit that doesn't require changes in codebase.Question related to TutorialKit that doesn't require changes in codebase.
Metadata
Metadata
Assignees
Labels
questionQuestion related to TutorialKit that doesn't require changes in codebase.Question related to TutorialKit that doesn't require changes in codebase.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Sometimes, a quiz is needed, rather than a code task.
That is: a question + a list of options with "choose one" / "choose many".
When a visitor selects the correct answer, then show ✅ ; otherwise ❌ with the feedback text explaining why it's wrong.
How should I implement it?
Astro component, perhaps?
I'd like to try, please sketch out a correct way ;)