Adding authentication slides in a project

Feb 16, 2016

Wondering if anyone has added authentication to their projects and if so, how.  Would like for the user to answer a few questions at the beginning of the course and then throughout the course the questions will reappear and their answers will need to match the ones given at the beginning of the course to make sure that it is the same user.  Any assistance would be greatly appreciated!!

8 Replies
Joann Sharp

Hi Christie, I have attached a the beginning of the project.  On the first slide I created variables for the user to enter.  I want to be able to put check points throughout the module that the user has to complete before it will allow them to complete the course.  For instance on slide 1.5, I'd like a question to be something like "what is your father's middle name" and their answer would need to match what they entered on slide one.  I hope I'm explaining it correctly.

Eric Petersen

When they answer the first question it will be stored in a variable, I would rename it to something that makes sense like Answer1.  Then when you check their answer it will get added to another variable...  I would name that CheckAnswer1.  Then on that page you could program triggers around that (if Answer1 is equal to ignore case CheckAnser1) for example.  Then set up an additional trigger if they are not equal.    the zip you attached was not a .story file so its hard to be specific. 

Eric Petersen

I'll take a look, in the top right corner of the triggers box is a little window looking box that will let you manage all of your project variables, this is where you can choose to edit and rename variables.  Basically every time you create a text entry box it will auto create a variable to store the text...  using these variables is as simple as giving them a name you can remember so you can reference them later.

This discussion is closed. You can start a new discussion or contact Articulate Support.