I have a project in Laravel 10 and I’m trying to get student iteration data in scorm 1.2
some points.
- I already have the scorm working. If you open your index.html it will work normally
- Sends requests and presents these requests in the console to receive/send to the bank (sco)
However, I have no idea how this communication with the bank is constructed.
From what I understand, scorm itself sends the information when launching the game. What I would need was to “read” them. but how?
Searching chatGP4 he said that I needed a wrapper.js to be a bridge between scorm play and the laravel backend.
the file that implements it, but doesn’t evolve anything: https://github.com/pipwerks/scorm-api-wrapper/blob/master/src/JavaScript/SCORM_API_wrapper.js
Can anyone tell me if I’m not on the right path or if I’m wrong?
My goal is to have a “play” that brings information from the student’s iteration such as:
His name
what time he entered the course, left, how much per center he completed, how many attempts he made mistakes, etc…