Lesson Duration

Home Forums Legacy Support Support queries Other issues Lesson Duration

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #6332
    wyatt322
    Spectator
    The lesson duration is set at 1hour but when a student clicks Take This Lesson the duration shows 0hour. How do we stop the duration showing 0hour ?
    #6459
    sandy
    Member
    Can you please share more information on the issue like if this is happening in all course or one course, also it would be great if you could share the page url to check the issue.
    #6462
    wyatt322
    Spectator
    Please log on with the test student user mike78 / bangkok7* And take this 1hr lesson http://www.ajarnonline.com/lessons/business-english-vocabulary/ You will see once the student clicks Take This Lesson the lesson duration shows 0 hours I find this is happening on all lessons. You can use this student user to test on all the lesson created on the site. All lessons are test lessons.
    #6487
    sandy
    Member
    Thanks for sharing the credentials. This is happening since the course is of 1 hour, whenever user starts the course the duration of the course now becomes 0 hours and 59 minutes and it is showing only hours in duration. Try changing the course duration in Minutes from : wp-admin->WPLMS->Course Manager: http://prntscr.com/8y45ro  
    #6637
    wyatt322
    Spectator
    Changing to minutes would be a problem as we are selling lessons of hourly durations 1 hr 2hr 3hr etc How can we correct this so the duration is fixed at the duration hour set by the teacher?
    #6786
    Anshuman Sahu
    Keymaster
    Please follow these steps to resolve this  : 1. Goto wp-admin -> wplms ->course manager ->set  course duration parameter to automatic . refer : http://prntscr.com/8ykjd0 2. Now add the given code in your wplms customizer.php file in wplms customizer plugin   : add_filter('vibe_course_duration_parameter','new_course_duration_parameter_in_hours'); function new_course_duration_parameter_in_hours($x){ return 3600; }  
    #9068
    wyatt322
    Spectator
    this code stops the number of hours showing. example now it shows "Hour" . It should say "1 Hour"
    #9111
    Anshuman Sahu
    Keymaster
    YEs the " hour " means "1 hour" .If the duration is 2 hours it will show 2 hours instead .
    #9135
    wyatt322
    Spectator
    This is a big problem as no student will understand hour means 1 hour. What code can be added so it shows the duration: 1 hour
    #9277
    Anshuman Sahu
    Keymaster
    We are adding the fix for this in the update of vibe course module plugin this week .
    #9356
    wyatt322
    Spectator
    great, thank you
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Lesson Duration’ is closed to new replies.