Forum Discussion
BegmKocaeren
8 months agoCommunity Member
how to embed report.html output to LMS system using JavaScript?
Hi, there!
We, as a company, are new in Articulate.
We have our LMS platform and we need to learn how to embed report.html output to our LMS system using JavaScript. Our backend team needs assis...
AndrewHanley
Community Member
You can output any variable / data from Storyline using JS - thats the easy part ;)
The slightly trickier bit will be to ensure your server picks up the data and actions it correctly (Im assuming in your use case, it might be wanting to store the data in some sort of learning record or database)
Ouzlke
7 months agoCommunity Member
Yes we will store it in a DB.But we could not figure out how to output those quiz score variables in the story.html. We will open the html contents by iframe in a React app and need to send the data to our own api.
We don't want the user to open the report.html in any way.