• Hello,

    Firstly, I’ve had several users on my site say that when they complete a lesson their progress is not being tracked. I’ve tried several things to solve the issue but nothing seems to work.

    Another issue I am having is with users unable to submit assignments, this is to do with the LearnPress – Assignments plugin. I have updated both plugins, the current version of the LearnPress – Assignments plugin is 3.2.1 . I’ve even logged in as the user that is having the issue and I can see that there is no button to start the assignment. It looks like the button doesn’t exist on the page:

    <div id="content-item-assignment" class="content-item-summary"><h2>Assignment – Pricing</h2><ul class="assignment-intro"><li> <label>Attempts allowed</label> <span>2</span></li><li> <label>Duration</label> <span><span>Unlimited</span></span></li><li> <label>Passing grade</label> <span>5 point(s)</span></li></ul><div class="learn_press_assignment_content"><p>Please create a price list for your sets and refills for when you start to charge customers</p></div>
    
    <div class="lp-assignment-buttons"></div></div>

    (I assume the last div is where the buttons should be). There are no notable errors or messages in the console. It also seems to work mostly for other users.

    I was hoping you would have some suggestions to fix the two problems.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dylan1233

    (@dylan1233)

    Update:

    When I did some further debugging, the console identified this line as an error:

    e.preventDefault();}});$('.assignment_action_icon').live('click',function(){var attName=$(this).attr('name');var attOrder=$(this).attr('order');var ajax_url=$(this).attr('ajax_url');var useritem_id=$(this).attr('useritem_id');var question=$(this).data('confirm');var ok=confirm(question);if(ok){var allow_amount=$('#assignment-file-amount-allow').text();$.ajax({type:'post',url:ajax_url,data:{action:'delete_assignment_upload_file',attName:attName,attOrder:attOrder,useritem_id:useritem_id,_ajax_nonce:jQuery('#assignment-file-nonce-'+attOrder).val()},success:function(){var new_allow_amount=parseInt(allow_amount)+1;$('#assignment-uploaded-file-'+attOrder).fadeOut();$('#_lp_upload_file').prop('disabled',false);$('#assignment-file-amount-allow').text(new_allow_amount);}});}else{return false;}});})})(jQuery);

    Let update LearnPress – Assignments plugin to version 3.2.2, we fixed it

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Course progress not tracked, issues with assignments’ is closed to new replies.