Okay
  Public Ticket #3629951
Disable auto mark unit as completed
Closed

Comments

  •  6
    Alberto started the conversation

    Hi,

    I want to disable the option "auto mark unit as completed",  I want the student to mark the unit as completed or not completed. How do I do it? It's possible?

    Currently, as soon as the student scrolls, the unit is marked as completed even if it has the unit lock option activated

  • [deleted] replied

    add this code in your wplms-customizer.php file in wplms customizer plugin : 


    add_filter('wplms_disable_scroll_progress',function($x){
    return true;
    });
  •  6
    Alberto replied

    Thank you so much! Working.

    Is it possible to let the students mark/unmark the units as completed?

  • [deleted] replied

    they cannot unmark a unit once marked completed , they can complete unit by clicking on this icon : 

    9148646260.png


  •  6
    Alberto replied

    It would be interesting if you implemented this feature, so students can organize themselves however they want

  • [deleted] replied

    its already available there in the course click the green circle to complete the unit.

  • Zia replied

    Hello, I'm seeking the same functionality, I prefer the option to manually complete the unit rather than it being done automatically. Is there a way to achieve this? I have added this code in the same location but still not working.

    add_filter('wplms_disable_scroll_progress',function($x){
    return true;
    });
  • [deleted] replied

    Please share your site url and admin creds in private reply