Scorm module

0 favourites
From the Asset Store
Instantly Create Rogue-like Adventures with just 1 Layout! Include this IGM into any existing game.
  • I think he mean that the game can be uploaded on a LMS without error.

    As a start, you should use the example I provided for the construct 2 version. I think the capx should open in construct 3.

    Just check in this example how I connect and send data to the SCORM model.

    That's pretty complicated to understand all this in only two hours I admit

    No problem. I don't want to understand everything right now. I just need to create a simple form with 3 fields (2 textbox entries and a drop-down menu list). I saw the example you indicated and I didn't understand how to send the answers instead of the "passed or failed" information. Please, feel free to help only if you can.

  • >

    >

    > I think he mean that the game can be uploaded on a LMS without error.

    >

    > As a start, you should use the example I provided for the construct 2 version. I think the capx should open in construct 3.

    > Just check in this example how I connect and send data to the SCORM model.

    >

    > That's pretty complicated to understand all this in only two hours I admit

    >

    No problem. I don't want to understand everything right now. I just need to create a simple form with 3 fields (2 textbox entries and a drop-down menu list). I saw the example you indicated and I didn't understand how to send the answers instead of the "passed or failed" information. Please, feel free to help only if you can.

    Here is a capx

    https://www.dropbox.com/s/ouv5nwvjso6ty ... M.zip?dl=0

    I modified my example to include two form and a list

    When you submit, it create a JSON and send the json in the suspend_data field of scorm

  • Here is a capx

    https://www.dropbox.com/s/ouv5nwvjso6ty ... M.zip?dl=0

    I modified my example to include two form and a list

    When you submit, it create a JSON and send the json in the suspend_data field of scorm

    Thanks, Mimiste.

    Unfortunately, I did not find the capx file. Did you send it?

    In regard to these files, I will need to publish them in a SCORM server to check this out, right?

  • >

    > Here is a capx

    >

    > https://www.dropbox.com/s/ouv5nwvjso6ty ... M.zip?dl=0

    >

    > I modified my example to include two form and a list

    > When you submit, it create a JSON and send the json in the suspend_data field of scorm

    >

    Thanks, Mimiste.

    Unfortunately, I did not find the capx file. Did you send it?

    In regard to these files, I will need to publish them in a SCORM server to check this out, right?

    Yes it was the exported zip, here is the capx, my mistake <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    https://www.dropbox.com/s/oczzxhntjlvv1 ... .capx?dl=0

    Try it on : https://cloud.scorm.com

    It's a free LMS server, with debug features, to test your content. If it works here, it should work everywhere.

  • Yes it was the exported zip, here is the capx, my mistake <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    https://www.dropbox.com/s/oczzxhntjlvv1 ... .capx?dl=0

    Try it on : https://cloud.scorm.com

    It's a free LMS server, with debug features, to test your content. If it works here, it should work everywhere.

    No problem. <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    I will check the CAPX and the LMS server you indicated. I will let you know once I have news.

    Thanks a lot for all the help you give me until now.

  • Just a few doubts:

    • What are the XSD files? Are they generated by the C2?
    • I open my account on the server you suggested. Now I need to import the content and they are asking for a file. What file(s) should I import?

    Thanks

    Edited: I sent the files (a zip package) to the server and I can access the project. I filled the text fields and I selected the drop-down menu. But when I clicked on the validate button, nothing happens. Need I to do something else to make it work? Maybe remove the second condition of the button (if layer 1 is visible).

  • Please, forget the previous post. I would delete it but I prefer to keep it here to show you the troubles I found until have something working on. <img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confused">

    Now I think I have something almost done. I could not show the demonstration in time, but I got one more day to finish it. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    These are the last questions I think I have:

    • What are the XSD files?
    • How can I check if the SCORM server saves the answers and where is it? How can I recover them?
    • The client has a SCORM which was built using this solution (https://scorm.com/scorm-explained/). Am I going to need some information about the SCORM server from theirs?
    • How can I define the "Completion" status of the course? (we have this option in the course sandbox)
    • How can I include some points on the score?

    Thanks

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Please, forget the previous post. I would delete it but I prefer to keep it here to show you the troubles I found until have something working on. <img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confused">

    Now I think I have something almost done. I could not show the demonstration in time, but I got one more day to finish it. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    These are the last questions I think I have:

    - What are the XSD files?

    - How can I check if the SCORM server saves the answers and where is it? How can I recover them?

    - The client has a SCORM which was built using this solution (https://scorm.com/scorm-explained/). Am I going to need some information about the SCORM server from theirs?

    - How can I define the "Completion" status of the course? (we have this option in the course sandbox)

    - How can I include some points on the score?

    Thanks

    • What are the XSD files?

    These files need to be included in a scorm 2004 module

    • How can I check if the SCORM server saves the answers and where is it? How can I recover them?

    On scorm cloud you can see attempts logs. If you click the log you can see values passed and you should see the suspend data field with the form json

    • The client has a SCORM which was built using this solution (https://scorm.com/scorm-explained/). Am I going to need some information about the SCORM server from theirs?

    Well, there are several server out there but the most common is Moodle because it's free and open source

    • How can I define the "Completion" status of the course? (we have this option in the course sandbox)

    Here is the complete list of existing fields in scorm

    https://scorm.com/scorm-explained/techn ... -reference

    For the completion status you have to set the cmi.completion_status to "completed"

    • How can I include some points on the score?

    You have to set 3 fields

    Cmi.score.min (the minimum possible score, often 0)

    Cmi.score.max (the maximum possible score)

    Cmi.score.raw (the actual score of the learner)

  • Hello Mimiste, thanks for this great contribution, I want to ask you if the plugin is working well in the latest version of construct 2 (Release 250) and Scorm?

    Thank!

  • Hello Mimiste, thanks for this great contribution, I want to ask you if the plugin is working well in the latest version of construct 2 (Release 250) and Scorm?

    Thank!

    Hello

    I didn't tried but I see no reason why it should not work

  • Thank Mimiste!

  • Hi Mimiste, understand this is an old thread but the C3Scorm plugin does not seem to work with the Construct3 runtime as of r142.2, (Construct3 editor with construct2 runtime is fine). As I've built my game on C3 runtime, is there any way to put it in?

  • Hi Mimiste, understand this is an old thread but the C3Scorm plugin does not seem to work with the Construct3 runtime as of r142.2, (Construct3 editor with construct2 runtime is fine). As I've built my game on C3 runtime, is there any way to put it in?

    Hi Mimiste, I'm facing the similar kind of issue which was raised by wilsonapa. While using the C3 Scorm plugin for creating the game, I'm not able to create the 'scorm' object in construct 3 environment. Kindly throw some light on the given problem since I'm stuck with it right now.

    wilsonapa, Please let me know, if you've found any resolution for your issue.

  • I too am having the same issue. There is no way of adding the SCORM object to a project. Is there any chance you would have the time to fix this, Mimiste? For an upcoming project I'd like to make use of this plugin in Construct3 (while using C3 Runtime as well). Thank you for any feedback.

  • I don't know what the "scorm". but i have converted c3 runtime.

    You can download and try from the link below.

    github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/plugins/scorm_c3_plugin/dist/scorm_c3runtime.c3addon

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)