First, you will create your own User Variable using the following steps:
- Return to the Chapter14/takeTheTrain.cptx file.
- Use the Project | Variables menu item to open the Variables dialog.
- Make sure that User is selected in the Type dropdown.
Note that Captivate has already generated a few User Variables for you. Two of these variables expose the name and the ID of the student when the course is hosted on an LMS (this data is transmitted from the LMS to your course module using the SCORM, AICC, or xAPI standard).
- Click the Add New button to create a new variable.
- Type v_name in the Name field.
This is the name of your new Variable. Remember that the name of a variable must comply with a strict set of rules and conventions, which are as follows:
- A variable name cannot contain any spaces
- A variable name cannot contain any special characters
In addition to these rules, some names are reserved by ActionScript/JavaScript and cannot be used as the names of your...