Bypass 'Next unit button"

Home Forums Legacy Support Support queries Other issues Bypass 'Next unit button"

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #177119
    Julien3z
    Participant
    Hi, On a course unit, I need to make the button "next unit" appear only after the video is watched : https://prnt.sc/kwzjhf I have hidden the "Mark Unit complete" button, but I also need to hide the "Next Unit" and make it appear only when the students have finished to watched the video or all the videos when there's a playlist. Can you help me to do that please ? Thanks !!
    #177355
    Anshuman Sahu
    Keymaster
    Well you can try enabling : Unit Media Lock  from wp-admin -> wplms -> course manager.
    #177427
    Julien3z
    Participant
    Nope, doing that the button is still appearing but not active - and the student has to click on 2 buttons - I don't want that.  I need this button "next unit" to be shown only when the video is played totally
    #177669
    Anshuman Sahu
    Keymaster
    Please enable the media lock . Then follow this tip : https://wplms.io/support/knowledge-base/auto-mark-complete-unit-on-media-finish/    To hide mark unit complete you can use css : try adding this custom css in your wp-admin -> appearance -> customize :   #mark-complete{    display:none; }
    #177680
    Julien3z
    Participant
    Thanks but that's not what I want, i don't want the auto mark complete Like I said, what I need is to make appear this button after the last video is displayed : https://prnt.sc/kyk32i
    #177823
    Anshuman Sahu
    Keymaster
    then remove this css :   #mark-complete{
       display:none;
    } and add this one #mark-complete.tip{
       display:none;
    }
    #177838
    Julien3z
    Participant
    Thanks but still not..
    #177997
    Anshuman Sahu
    Keymaster

    1 . Please enable " Previous Units/Quiz must be Complete before next unit/quiz access " in course settings :

    http://prntscr.com/kzf6bp

      2 . also follow this tip : https://wplms.io/support/knowledge-base/auto-mark-complete-unit-on-media-finish/

    3 . and add this one

    #mark-complete.tip{
       display:none;
    }

    #178077
    Julien3z
    Participant
    This reply has been marked as private.
    #178211
    Anshuman Sahu
    Keymaster
    Ok I checked this out . You are using a third party player " FV Player " in your site. This tip only works with wordpress native video player . Therefore this trick is not working on your site . We have not integrated all these settings with Fv player as of now .Please create a feature request for this here : https://wplms.io/support/forums/forum/general/feature-request/
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Bypass 'Next unit button"’ is closed to new replies.