Marked answers are not available

Home Forums Legacy Support Support queries Update Issues Marked answers are not available

Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • #333001
    Makarand Mane
    Spectator
    Hi @alex I am using 3.9 version, after react quiz submitted. Marked answers are visible on result page. Also marks shown immediately. End result on quiz https://prnt.sc/wjkk0j Result page on dashboard https://prnt.sc/wjkeyk https://prnt.sc/wjkgpp I have enabled react quiz, because legacy quiz having more than 100 questions, fails when submitted.
    #333002
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #333058
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_custom_bp_course_generate_user_result',function(){return true;});
    #333071
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #333261
    Anshuman Sahu
    Keymaster
    Ok we checked it out , it seems the data is not inserted into the activity meta table where results are stored . Can you please share your valid ftp credentials in order to debug and fix this .
    #333330
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #333515
    Anshuman Sahu
    Keymaster
    Well as expected the entry into the database for the results is not working . We are using core function of buddypress to do this but its not working .We event wrote a straight query to make the entry to the table but that as well is not working. refer : https://prnt.sc/wlwakg Must be something connected to server security or database : our db is this : refer : https://prnt.sc/wlw992
    #333546
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #333731
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #334141
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #334179
    Anshuman Sahu
    Keymaster
    Issue fixed with react quizzes : https://prnt.sc/woua2v somewhere this filter is being used which was forcibly moving the results section to old architecture : bp_course_quiz_results_from_activity_meta
    #334185
    Makarand Mane
    Spectator
    Hi @alex Thank you for solution. What about other points I have shown in video.
    #334351
    Makarand Mane
    Spectator
    Hi @alex As per discussion over this ticket https://wplms.io/support/forums/topic/sell-quiz-advance-payment-start-it-for-one-day/page/2/ I have added that filter as temporary fix to show marks in negative format or non rounded off, so results can be shown on from old architecture. After removing thak hook (bp_course_quiz_results_from_activity_meta), it was needed to add this filter wplms_custom_bp_course_generate_user_result, then I am able to have solution working for me. I had requested you to add this simple in next update. https://prnt.sc/wta7j1b Can you please add, so negative results can be shown on results section. Also please take a look other points I have mentioned in video before, which needs to be resolved.
    #334399
    Anshuman Sahu
    Keymaster
    Negative results support has been added in wplms V4 already .Will be added in the V3 version as well soon .
    #334412
    Makarand Mane
    Spectator
    @alex WPLMS v3 already supports negative marking. you just need to display instead converting to integer. See my suggestion in above ticket. I have already given solution
    I still not received suggestion on other points
Viewing 15 posts - 1 through 15 (of 32 total)
  • The topic ‘Marked answers are not available’ is closed to new replies.