...
Port the current implementation from Sunbird CB to Sunbird ED. This will allow Sunbird to play and track SCORM files and their completion.
SCORM file upload -
Create content API (api/v1/create/content or update) along with content metadata should store following values against the content
Code Block 'scormValues': { 'entry': <First SCO to be launched>, 'version': <scorm2004/SCORM_1.2- to decide which API to be used> 'grademethod': <Grading method to give score to the user in case of multiple attempts> }
Tables to be populated after reading
imsmanifest.xml
file. (populate scom data tables given in here)
SCORM consumption through player
Tracking user
Here for the first step we will store all the data provided by scorm in the database and use it for tracking completion and passing status of a student (populate scorm tracking tables given in here)
Generating telemetry
...