Copy link to clipboard
Copied
I'm able to pull a name and student ID from our LMS but can I pull an employee ID?
Copy link to clipboard
Copied
The two user variables created in each project will pull the ID and the name of the learner. If the employee has a similar account that should be possible as well. But I don't know what you mean exactly.
Copy link to clipboard
Copied
The LMS may not necessarily be using the same ID for the student as the company's HR software system uses as their employee ID. You would need to check. But in any case, Captivate's user variables are only grabbing the data that is provided by the LMS to identify the student when they log on.
If the employee ID is also advertised by the LMS, the only way to find that out would be to ask the technical staff that have deep knowledge of your LMS. If they can give you the exact way the LMS is doing it, you might be able to grab the variable data from the user's session via JavaScript. But I would be doubtful.