Scorm data not being passed on

Home Forums Legacy Support Support queries Setup issues Scorm data not being passed on

Viewing 15 posts - 1 through 15 (of 41 total)
  • Author
    Posts
  • #291336
    ART-Providers
    Participant
    Please refer to this case: https://wplms.io/support/forums/topic/wplms-scorm-not-accepting-course-data-back-from-scorm-connector/ The data stays within the Scorm course content (as shown in your video) However, you will see that the course status never shows on dashboard outside. Always stays zero even if you Finish course. The quiz data is 100% within the Scorm course but the course quiz shows 0/100 when you hit complete. This is standard Scorm package 1.2 and should work. It does on other LMS so please check if there is anything else that needs to be done on WPLMS to resolve this. Course: https://tech.art-providers.com/course/employee-wellbeing-ii/
    #291338
    ART-Providers
    Participant
    This reply has been marked as private.
    #294944
    Anshuman Sahu
    Keymaster
    Well as I have already told previously if scorm package will send marks information it will record it but if it does not it wont record . Most of the packages sends this info when the package is exited or user is leaving the page . We are checking how to complete the finish call which records the marks on finish call of package .   But its still will record the marks only if the package will send it to the scorm api .
    #295168
    ART-Providers
    Participant
    The package is a standard Scorm 1.2 package and they are all designed to send status and score. This works on other LMS like Moodle just fine I have been told by content provider. The course passes Scorm test too. So please look into Back to course / Finish course button to check if it is correctly picking up the Scorm data. If you are convinced it is the problem with the package then please provide a sample Scorm 1.2 course that is able to record status and score on WPLMS
    #296108
    Anshuman Sahu
    Keymaster
    Well I tested the scorm packages actually we need to run the articulate software in order to send out the finish lms call or otherwise how to capture it  
    #296752
    ART-Providers
    Participant
    Hi Alex Articulate is just used to create the package. Scorm packages are not responsible on Articulate thereafter. The package sends out data which then is picked by the LMS in my opinion. Please provide the exact way the zip file needs to be setup on Articulate so WPLMS can read it. Once zip is uploaded on the site, it should have no link to Articulate. Only in some cases where the zip file is a wrapper for Third party Scorm content, what you say may be right. Please review further REgards
    #296754
    ART-Providers
    Participant
    Please look into this URL https://community.articulate.com/articles/how-can-i-tell-if-my-lms-will-work-with-articulate-software The data picked will depend on the LMS. Let us know if it's compatible please
    #297096
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #297111
    Anshuman Sahu
    Keymaster
    Here is the package which is sending the api call finish upon exiting the page (for example clicking on finish course button ) . https://wplms.io/support/wp-content/uploads/2020/08/iSpringOlympic-Games-Demo_scorm1.2.zip refer : https://prnt.sc/u3k3dp
    #297349
    ART-Providers
    Participant
    This reply has been marked as private.
    #297353
    ART-Providers
    Participant
    I tested using your zip file too. I can see I received 54% within the Scorm course but when I click finish it says 0/100 I have it on automatic evaluation not manual https://snipboard.io/61XWr4.jpg Do you see your score in Student dashboard correctly and then 100% after finish too?
    #297448
    ART-Providers
    Participant
    This reply has been marked as private.
    #297775
    Anshuman Sahu
    Keymaster
    There was an issue with forums and we added moderation on the forums as someone was trying to hack our forums . you should be able to add replies/topics now . for the front end editor I checked your site and found that the editor is also not appearing in backend as well : please try adding this code in your wplms-customizer.php file in wplms customizer plugin : https://prnt.sc/u4yij5
    
    function wporg_simple_role_caps() {
        // Gets the simple_role role object.
        $role = get_role( 'simple_role' );
     
        // Add a new capability.
        $role->add_cap( 'unfiltered_html', true );
    }
     
    add_action( 'init', 'wporg_simple_role_caps',99 );
    for scorm the finish api call is sending in that package when its closed but its sending and captured as well . We are working on it how to stop the page from exiting when the hit to record marks is in progress .
    #298025
    ART-Providers
    Participant
    Thanks Alex. I will await further information about the Scorm updates. I am still unable to see the option to Post new topics. Where should I be seeing this option now please?
    #298281
    Jackson
    Blocked
    Hello, Yes, you are right we are solving it, please email at [email protected] Thanks,
Viewing 15 posts - 1 through 15 (of 41 total)
  • The topic ‘Scorm data not being passed on’ is closed to new replies.