Courses not working

Home Forums Legacy Support Support queries How-to & Troubleshooting Courses not working

Viewing 15 posts - 16 through 30 (of 33 total)
  • Author
    Posts
  • #179341
    This reply has been marked as private.
    #179461
    Hi, still waiting for your reply I noticed that maybe that the issue is generated by the code you gave to me in order to remove retake button if user have passed the quiz: Please try adding the given code in wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_quiz_retake_count','check_retakes',10,4); function check_retakes($retakes,$quiz_id,$course,$user_id){ $user_marks=get_post_meta($quiz_id,$user_id,true); $quiz_passing_marks=get_post_meta($quiz_id,'vibe_quiz_passing_score',true); if($user_marks >= $quiz_passing_marks) return 0; else return $retakes; } Can you check it?
    #179462
    Now I removed it but I need to remove retake quiz after student passed it
    #179513
    Diana
    Participant
    This reply has been marked as private.
    #179514
    This reply has been marked as private.
    #179569
    Diana
    Participant
    This reply has been marked as private.
    #179688
    Diana
    Participant
    This reply has been marked as private.
    #179766
    This reply has been marked as private.
    #179811
    Hey, have you got news for me? My courses are blocked. How many weeks do you need to check the situation and find the issue?
    #179812
    Diana
    Participant
    This reply has been marked as private.
    #179851
    Diana
    Participant
    This reply has been marked as private.
    #179895
    This reply has been marked as private.
    #180054
    Diana
    Participant
    This reply has been marked as private.
    #180055
    This reply has been marked as private.
    #180115
    Diana
    Participant
    This reply has been marked as private.
Viewing 15 posts - 16 through 30 (of 33 total)
  • The topic ‘Courses not working’ is closed to new replies.