JimOwen-f418d1f
16 days agoCommunity Member
How to direct user via URL
I would like to create a project which either starts on a different slide or else populates a variable upon user entry, based on a URL.
The idea is to create multiple QR codes which send the user to the same course, but depending on the URL of the code, they get a slightly different experience. I don't want to create a separate course for each URL because the vast majority will be identical every time, and that will be a management headache as there may be up to a dozen of these.
Is there a way to do this using, for example, query parameters?
www.mystorylinecourse.com/story.html?myVar=1
www.mystorylinecourse.com/story.html?myVar=2
www.mystorylinecourse.com/story.html?myVar=3
etc?