Forum Discussion
Getting built in variables in JavaScript - Project.ActivityId
Most built in variables cannot be read in JS. You can transfer to user created variable and read from there.
- ryanHepler3 months agoCommunity Member
Hey PhilMayor thanks for the speedy reply, by transfer do you mean use a trigger to set those system variables to a custom variable?
Also, how do systems like Scorm cloud access them?
We use an LRS and LMS, so don't need another tool like SCORM cloud, but we're having trouble getting the basic information from the page. Like Slide Title, User interacting with the Page, grade received, etc.- HenryRYng-d620c3 months agoCommunity Member
@ryanHelper .. my question was on some obscure lesson metadata. In your case if you publish to cmi5 you would see slide title in the experienced / left verb statements. if you need the title or slide id inside storyline those are accessible: "%Project.SlideTitle%" %Slide.Id%" and the score ois written when the lesson is is completed in the completed statement. Doa hello world lesson, publish to cmi5 format , put in your LMS/LRS and look at the statements it made for the lesson. You should have them.
- ryanHepler3 months agoCommunity Member
Thank you, this is helpful. How are you able to dynamically get the actor info completing the presentation?