ATTN: Logan/Alex – URGENT – WPLMS Course Progress Bar – Course Evaluation

Home Forums Legacy Support Support queries Other issues ATTN: Logan/Alex – URGENT – WPLMS Course Progress Bar – Course Evaluation

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #261990
    rbarnette
    Spectator
    Completed courses always show 0/100 progress even if course has been completed. (See below) I found a post online describing something similar and it seems it may be expected behavior but I was wondering is someone could ellaborate? (See Below) <span style="color: #414042; font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif; font-size: 14px; background-color: #fafafa;">"The Course Progress that optionally shows up on your main deliver page (beside the show/hide, exit course links, etc), calculates this value by simply determining how many scos are completed and not failed. So single sco courses will show 0 then 100%, not very helpful. There's not really a great/reliable way of reporting progress,some clients may opt to just not use it."</span>
    #262178
    Anshuman Sahu
    Keymaster
    Please share the course url and admin credentials to check what's wrong ?
    #262662
    rbarnette
    Spectator
    This reply has been marked as private.
    #262958
    Anshuman Sahu
    Keymaster
    Well yes it gives 0/100 marks if the course is auto evaluated and is of type upload package . These courses used to be set to manual evaluation . Also you are using scorm version 2004 which is not support by wplms lms api ,we support scorm version 1.1,1.2 as of now which records the marks of user using scorm api but this recording  happens only if package itself send marks info through scorm api and scorm api catches it .
    #264166
    rbarnette
    Spectator
    Hi Alex, Thank you for your reply! We've added a new course meeting the specifications which you described in  your initial response but the results are the same: https://compass.valuescentre.com/staging2/course/welcome-1-11-2-test/ Any additional insight you can provide is greatly appreciated.   2:21 </div> </div> </div> </div> </div> </div>
    #264800
    Anshuman Sahu
    Keymaster
    Please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_filter('wplms_course_student_marks',function($u_marks,$id,$user_id){ $meta = get_post_meta($id,'vibe_course_package',true); if(!empty($meta)){ return 100; } return $u_marks; },10,3);
    #264881
    rbarnette
    Spectator
    Thank you that worked!
    #265124
    Veronica
    Moderator
    thanks for the confirmation. closing the topic.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘ATTN: Logan/Alex – URGENT – WPLMS Course Progress Bar – Course Evaluation’ is closed to new replies.