Adobe Captivate & Storyline 3 -settings for Scorm 1.2

Home Forums Legacy Support Support queries How-to & Troubleshooting Adobe Captivate & Storyline 3 -settings for Scorm 1.2

Viewing 15 posts - 1 through 15 (of 34 total)
  • Author
    Posts
  • #367267
    latifmiah
    Spectator
    Hi, Please can you help me with the following for both Scorm 1.2 as a complete package and as a unit: a)What is the correct resolution setting for Adobe Captivate & Storyline to publish Scorm 1.2? b)What is the correct setting for report & tracking for Adobe Captivate & Storyline to publish Scorm 1.2? c)How to ensure students complete the course/unit(s) without clicking completed) d) Can I automate certification? I have watched two YT tutorials; however, I can not replicate them on my site. Thank you
    #367354
    Anshuman Sahu
    Keymaster
    a .,b,Here are the settings overview : https://prnt.sc/1jv1qtg c we can actually hide the complete button there on the course , we will do this automatically in next update of wplms : https://trello.com/c/mDcrVowJ d . Yes the certificates will also be handled in scorm in next update .
    #367500
    latifmiah
    Spectator
    Thank you for answering questions C & d. When do we expect this update? However, I am struggling to upload the Scorm 1.2 package as per instruction on my main site, but it works on my test site. the other issue is what is the recommended resolution for scorm file ( slide size)?
    #367567
    Anshuman Sahu
    Keymaster
    Ok what error you are getting while uploading . Please make sure that ZipArchive library or extension is present on server . Share your site url and admin creds in private reply.
    #367744
    latifmiah
    Spectator
    This reply has been marked as private.
    #367785
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #367843
    latifmiah
    Spectator
    This reply has been marked as private.
    #367919
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #367969
    latifmiah
    Spectator
    Thank you. It's working now. What is the optimal size of the scorm slides for example 4:3/16:9 or do you recommend a custom size for both Adobe Captivate and Articulate storyline3? One more issue I have identified when viewing a course there is an error please see the link https://prnt.sc/1nmgal8
    #368057
    Anshuman Sahu
    Keymaster
    Well we do not have any recommeded size as we provide responsive layout for packages . please try adding this code in your wplms-customizer.php file in wplms customizer plugin .
    add_action('bp_before_course_header','remove_curriculum_below_course_desc',100);
        function remove_curriculum_below_course_desc(){
            global $post;
            if(empty($this->upload_course_type)){
                $upload_type = get_post_meta($post->ID,'vibe_course_package',true);
                $this->upload_course_type = $upload_type;
            }else{
                $upload_type = $this->upload_course_type;
            }
    
            if(!empty($upload_type )){
                if(class_exists('WPLMS_tips')){
                    $tips = WPLMS_tips::init();
                    remove_action('wplms_after_course_description',array($tips,'course_curriculum_below_description'));
                }
                if(class_exists('WPLMS_Actions')){
                    $actions = WPLMS_Actions::init();
                    remove_action('wplms_after_course_description',array($actions,'course_curriculum_below_description_wplms_course_tabs')); 
                }
            }
        }
    #368140
    latifmiah
    Spectator
    This reply has been marked as private.
    #368188
    latifmiah
    Spectator
    This reply has been marked as private.
    #368267
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #368274
    latifmiah
    Spectator
    This reply has been marked as private.
    #368418
    Anshuman Sahu
    Keymaster
    Yes I looked into it the progress and marks are being saved in the background using api hits on the server but it did not reflect in the front end in realtime . howerver the marks were set for the user : https://prnt.sc/1q5hd5x Adding to issue log in order to reload the my courses section again to show the exact progress and tracking of the scorm course : https://trello.com/c/Q4ouAAJe
Viewing 15 posts - 1 through 15 (of 34 total)
  • The topic ‘Adobe Captivate & Storyline 3 -settings for Scorm 1.2’ is closed to new replies.