I've created an interactive Swift DocC Tutorial with multiple choice assessments. Now I want to add a user registration so that I can keep tab of who has completed the tutorial. How might I do this? Specifically:
- How do I make sure they answer all the assessments?
- How can I add a user registration to the tutorial?
Appreciate very much the inputs. Thanks.