Quiz not auto evaluating all settings have been checked

Home Forums Legacy Support Support queries Other issues Quiz not auto evaluating all settings have been checked

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1901
    a4da
    Spectator
    My quizzes will not auto evaluate even when all settings are correct. This is an issue I have had in the past with WPLMS that is never resolved . Support only does a temporary fix which doesn't help me when it happens again. I am not a developer just a customer using your template to offer online classes.   this is the temporary fix support did last time but I am not a developer so I don't know how to fix monthly. I feel vibe themes and WPLMS should figure out why and do a permanent fix.   <section id="ticket-note-1046921126" class="user-comment comment-by-agent " style="box-sizing: border-box; margin: 5px 0px 20px; color: #444444; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 21.875px;"> < div class="p-content" style="margin: 0px 0px 10px;background-color: #fffdf8;padding: 0.8em 1em;border: 1px solid #cccccc"> < div class="p-desc"> < div style="max-width: 100%;font-size: 13px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif"> < div style="max-width: 100%">
    Hi Ronda Miller,

    Ticket: http://support.vibethemes.com/helpdesk/tickets/4919

    This is the same issue that appeared last time and we applied the same fix now and the fix is in the previous tickets.
    Please check the quiz again.
    Just switched the places of these two lines in vibe course module -> includes folder /bp-course-ajax.php file.

    Originally: 
     do_action('wplms_submit_quiz',$quiz_id,$user_id);
        bp_course_quiz_auto_submit($quiz_id,$user_id);

    After  fix  :
     
     bp_course_quiz_auto_submit($quiz_id,$user_id);
     do_action('wplms_submit_quiz',$quiz_id,$user_id);
    <br style="box-sizing: border-box;" />
    Support
    VibeThemes
    </div> </div> </div> </div> </section><section id="ticket-note-1046945465" class="user-comment " style="box-sizing: border-box; margin: 5px 0px 20px; color: #444444; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 21.875px;"> < div class="user-info" style="margin-bottom: 10px"> < div class="user-pic-thumb image-lazy-load user-pointer-bottom" style="float: left;margin: 0px;border: 1px solid #dddddd;padding: 3px;background-color: transparent;line-height: 0;clear: none;background-position: initial initial">
    R
    </div> < div class="user-details" style="margin-left: 55px;margin-top: 2px">

    Ronda Miller

    said  about 1 month ago
    </div> </div> < div class="p-content" style="margin: 0px 0px 10px;background-color: #fafafa;padding: 0.8em 1em;border: 1px solid #ebebeb"> < div class="p-desc">
    Can you please explain WHY this code has to be changed in order for the auto evaluate to work properly?
    I need this issue to be fixed properly, For some reason I cant get  a few other features to work properly on my site. I guess I will have to hire a developer but I need to explain why this code has to be changed
    Will I need to change this code every time there is an update?
    If I switch to a child theme would I need to change this code in course module?
    </div> </div> </section><section id="ticket-note-1046946639" class="user-comment comment-by-agent " style="box-sizing: border-box; margin: 5px 0px 20px; color: #444444; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 21.875px;"> < div class="user-info" style="margin-bottom: 10px">
    < div class="user-details" style="margin-left: 55px;margin-top: 2px">

    Alex

    said  about 1 month ago
    </div> </div> < div class="p-content" style="margin: 0px 0px 10px;background-color: #fffdf8;padding: 0.8em 1em;border: 1px solid #cccccc"> < div class="p-desc"> < div style="max-width: 100%;font-size: 13px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
    < div style="max-width: 100%">
    Hi Ronda Miller,

    Ticket: http://support.vibethemes.com/helpdesk/tickets/4919

    This is a site specific issue we tried to replicate it on our site but could not do such .We are still unable to figure it out why this issue is appearing only at your site.
    All we can say that the hook  do_action('wplms_submit_quiz',$quiz_id,$user_id); is causing some issues .Thats why to fix the quiz submit we have put this hook after the "bp_course_quiz_auto_submit" function executes .Hopefully this would help your developer.
    Also switching to child theme may not work as it is related to particular hook  defined in vibe course module plugin.

    <br style="box-sizing: border-box;" />
    Support
    VibeThemes
    </div> </div> </div> </div> </section>
    #1918
    a4da
    Spectator
    See next ticket for new problem after doing as stated by vibe themes in previous ticket no students can't get results after submitting quiz
    #1920
    thexlearner
    Spectator
    Are you using Akismet plugin ?
    #1921
    a4da
    Spectator
    yes I am but always have been. Could that be why once student submits quiz the screen jus sits there and won't do anything  
    #1922
    thexlearner
    Spectator
    Try disable it
    #1923
    a4da
    Spectator
    that didn't work. it freezes after "Submit Quiz" if i refresh the screen then the "Check results" will show but I have already had 5 calls from students saying they can't submit there quiz.   So frustrating.  
    #2327
    Anshuman Sahu
    Keymaster
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Quiz not auto evaluating all settings have been checked’ is closed to new replies.