Home › Forums › WPLMS AddOns › VideoVibe › Mark video units complete
- This topic has 11 replies, 3 voices, and was last updated 7 years, 1 month ago by tylerburke.
Viewing 12 posts - 1 through 12 (of 12 total)
-
AuthorPosts
-
September 11, 2017 at 10:26 pm #128724karmaprojectSpectatorHi I had a question about this plug in. I am wondering if I want to move all my courses content in one e-book that includes my text and videos hosting this with Adobe's online publishing. Would the video's that I put into my courses ebook be marked complete? After they have been viewed from this format if I used this plugin to format hosting the videos.September 12, 2017 at 1:06 pm #128803Anshuman SahuKeymasterWell im sorry I was not able to get you on this CAn you please explain more on this ?September 12, 2017 at 1:22 pm #128806karmaprojectSpectatorOh okay so the video is in the ebook which is listed as a unit in the course. If its used this way there is no way to mark the video complete. Or maybe its possible to make a button in the ebook to a url to mark it complete. I noticed that the video vibe has an auto complete feature so I'm assuming upon finishing watching the video its marked complete in the LMS. Does this make more sense?September 14, 2017 at 5:03 am #128979Anshuman SahuKeymasterWel that auto mark complete unit feature only works if you embed the video in unit using video vibe .. Basically it will work on;ly if the video is added using " wplms_vimeo " shortcode . example : [wplms_vimeo file="25515483"] It wont work in other way .October 17, 2017 at 12:34 am #132661tylerburkeParticipantI have added a video using the Video Vibe short code and the "Proceed to Quiz" is showing and allows the user to skip the video and go straight to the quiz. Settings: Video Vibe: Enable Auto mark complete unit when vimeo video finishes Checked. Course Setting: Enable Auto mark complete unit when vimeo video finishes. Set to Show ( but this changes nothing if I change it to Hide) LMS Setting: Auto-mark unit complete when user proceeds to next unit. Checked. Please help.October 17, 2017 at 12:35 am #132662tylerburkeParticipantI have added a video using the Video Vibe short code and the "Proceed to Quiz" is showing and allows the user to skip the video and go straight to the quiz. Settings: Video Vibe: Enable Auto mark complete unit when vimeo video finishes Checked. Course Setting: Enable Auto mark complete unit when vimeo video finishes. Set to Show ( but this changes nothing if I change it to Hide) LMS Setting: Auto-mark unit complete when user proceeds to next unit. Checked. Please help.October 17, 2017 at 9:42 am #132720Anshuman SahuKeymasterWell the issue is appearing due to this setting : LMS Setting: Auto-mark unit complete when user proceeds to next unit. Checked. this will automatically mark the unit as complete irrespective of vimeo video and will show proceed to quiz link, Please disable this settings and check againOctober 17, 2017 at 4:52 pm #132776tylerburkeParticipantok. So I disabled that setting and now the "Mark Unit complete" option is available allowing the student to simply mark the unit complete without watching the video. The entire point of the video vibe option is to force the user to watch the video and then mark the unit complete automatically at the end. Is this not possible?October 18, 2017 at 8:17 am #132843Anshuman SahuKeymasterOkay then please add this css in your wp-admin -> appearance -> customize -> custom css : a#mark-complete {display: none !important;}October 18, 2017 at 2:43 pm #132898tylerburkeParticipantThank you Alex. Will adding this remove all instances of "Mark Unit Complete" even on text based units? If so, that will be a problem. Is there a way ro only hide the "Mark Unit Complete" display on Video based units?October 23, 2017 at 2:57 pm #133292Anshuman SahuKeymasterPlease remove that css given above and add this script in your wp-admin -> wplms -> miscellaneous -> Google Analytics Code : <script> jQuery(document).ready(function(){ if(jQuery('body').find('.vv-vimeo-wrapper').hasClass('auto_mark_complete')){ jQuery('a#mark-complete').addClass('hide'); } jQuery('.unit_content').on('unit_traverse',function(){ if(jQuery('body').find('.vv-vimeo-wrapper').hasClass('auto_mark_complete')){ jQuery('a#mark-complete').addClass('hide'); } }); }); </script>October 23, 2017 at 6:17 pm #133308tylerburkeParticipantWill do. Thanks so much!
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
- The topic ‘Mark video units complete’ is closed to new replies.