Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Adobe Captivate & Storyline 3 -settings for Scorm 1.2
Tagged: Articulate Storyline 3, certificates, ispring, scorm 1.2
- This topic has 33 replies, 3 voices, and was last updated 3 years, 2 months ago by Veronica.
-
AuthorPosts
-
August 5, 2021 at 4:13 pm #367267latifmiahSpectatorHi, 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 youAugust 6, 2021 at 1:08 pm #367354Anshuman SahuKeymastera .,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 .August 9, 2021 at 12:56 am #367500latifmiahSpectatorThank 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)?August 9, 2021 at 2:17 pm #367567Anshuman SahuKeymasterOk 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.August 11, 2021 at 10:45 am #367744latifmiahSpectatorThis reply has been marked as private.August 11, 2021 at 2:02 pm #367785Anshuman SahuKeymasterThis reply has been marked as private.August 12, 2021 at 2:31 am #367843latifmiahSpectatorThis reply has been marked as private.August 12, 2021 at 1:24 pm #367919Anshuman SahuKeymasterThis reply has been marked as private.August 12, 2021 at 9:59 pm #367969latifmiahSpectatorThank 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/1nmgal8August 13, 2021 at 4:22 pm #368057Anshuman SahuKeymasterWell 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')); } } }
August 14, 2021 at 3:15 pm #368140latifmiahSpectatorThis reply has been marked as private.August 16, 2021 at 12:18 am #368188latifmiahSpectatorThis reply has been marked as private.August 16, 2021 at 1:35 pm #368267Anshuman SahuKeymasterThis reply has been marked as private.August 16, 2021 at 1:45 pm #368274latifmiahSpectatorThis reply has been marked as private.August 17, 2021 at 1:42 pm #368418Anshuman SahuKeymasterYes 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 -
AuthorPosts
- The topic ‘Adobe Captivate & Storyline 3 -settings for Scorm 1.2’ is closed to new replies.