BuddyBoss Home – Web Support Forums Solutions Social Learner remove 'mark complete'

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #61943
    @english24

    Hi,
    Because we are teaching using quizzes we have to set up a lesson page just as an introduction. The problem with this is that people keep clicking the ‘mark complete’ button instead of the quiz.

    I’ve spoke to LD and they’ve said it’s possible to add some css to remove the button (apparently, a course can’t be completed – that’s not a pb for us)

    Can you provide that, or tell me how I might be able to do this. Thanks

    Answers

    #62003
    @ammocan

    @english24 I’m not using LearnDash, but rather Sensei, so I am not sure if this will be of any assistance.

    However, with Sensei, there is an option in the Sensei Settings under the “Course” section, that gives you the option to determine when courses are marked complete.

    If there is no setting for this in LearnDash, then it shouldn’t be too difficult for the BuddyBoss team or web developer to write a conditional statement for applying the the “Complete” and “Mark Complete” buttons.

    #62217
    @mln83

    If you just want to hide the button I recommend adding this to your custom.css:

    #sfwd-mark-complete {
        display: none;
    }

    Best regards,
    Michael
    Community Participant

    #62244
    @english24

    Thanks Michael. Appreciated! 🙂

    #62857

    Anonymous
    @

    Hi @mln83, Thanks


    @english24
    , if you need further support with this issue please let us know..

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘remove 'mark complete'’ is closed to new replies.