skfriese / simple-scorm-api

A simple SCORM1.2 SCO run-time test environment in one file (NOT MAINTAINED)
68 stars 48 forks source link

Help me #7

Closed sureshmariadass closed 5 years ago

sureshmariadass commented 5 years ago

how do i use this ? please explain about this program. which path i need give to launch file ? what is a scorm api page ? i have scorm package. what i need to play that scorm package to this program. i am trying to make simple scorm compliant django-lms. please tell me.

derhuebiii commented 5 years ago

Put this file into a folder on your hard drive. I think you need to run it in a web browser, the easiest way without installing one is a Chrome plugin called: https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb

Install it, start it and go to the settings of the plugin setting the webserver root folder to the folder you copied the simple-scorm-api. You might need to restart the webserver after this (it's also done in the settings).

In the settings there is a link e.g. 127.0.0.1:8080 - click it, it's your local web server running now.

Chose the simple-scorm-api - a "website" should be shown now where you can define a path to the scorm package.

Unpack your scorm package in the local folder (the same as above), and state the relative path to the main file of the scorm package (see the manifest.xml to figure it out) or chose index.html / index_lms.html, something like this.

On the "website" (127.0.0.1:8080) click on "Run" - the SCORM package (=e-learning) should open in a new window.

sureshmariadass commented 5 years ago

thanks for reply,

I tried the above steps and im getting a blank page.. please guide me to solve that issue.

image

thanks in advance.

derhuebiii commented 5 years ago

Could you send some screenshots of what you are doing?

sureshmariadass notifications@github.com schrieb am Fr., 5. Apr. 2019, 14:02:

thanks for reply,

I tried the above steps and im getting a blank page.. please guide me to solve that issue.

thanks in advance.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/skfriese/simple-scorm-api/issues/7#issuecomment-480250364, or mute the thread https://github.com/notifications/unsubscribe-auth/AVQgeEOTF1sUXOD1pKiMtHjYak4iAYJoks5vdztTgaJpZM4Zbjs8 .

sureshmariadass commented 5 years ago

I need to make simple scorm compliant program and need implement that in a website. I dont know basic idea of SCORM. Please help me to make scorm compliant progaram. i no have any starting code.

thank you,