Home › Forums › Legacy Support › Support queries › Update Issues › Marked answers are not available
Tagged: bugs, marked, negative marks, react
- This topic has 31 replies, 2 voices, and was last updated 3 years, 9 months ago by Anshuman Sahu.
-
AuthorPosts
-
January 9, 2021 at 7:56 am #333001Makarand ManeSpectatorHi @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.January 9, 2021 at 7:58 am #333002Makarand ManeSpectatorThis reply has been marked as private.January 9, 2021 at 2:21 pm #333058Anshuman SahuKeymasterplease 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;});
January 9, 2021 at 3:19 pm #333071Makarand ManeSpectatorThis reply has been marked as private.January 11, 2021 at 1:13 pm #333261Anshuman SahuKeymasterOk 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 .January 11, 2021 at 4:25 pm #333330Makarand ManeSpectatorThis reply has been marked as private.January 12, 2021 at 3:10 pm #333515Anshuman SahuKeymasterWell 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/wlw992January 12, 2021 at 5:50 pm #333546Makarand ManeSpectatorThis reply has been marked as private.January 13, 2021 at 2:27 pm #333731Anshuman SahuKeymasterThis reply has been marked as private.January 15, 2021 at 11:53 am #334141Makarand ManeSpectatorThis reply has been marked as private.January 15, 2021 at 2:12 pm #334179Anshuman SahuKeymasterIssue 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_metaJanuary 15, 2021 at 2:19 pm #334185Makarand ManeSpectatorHi @alex Thank you for solution. What about other points I have shown in video.January 16, 2021 at 10:28 am #334351Makarand ManeSpectatorHi @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.January 16, 2021 at 1:07 pm #334399Anshuman SahuKeymasterNegative results support has been added in wplms V4 already .Will be added in the V3 version as well soon .January 16, 2021 at 2:05 pm #334412Makarand ManeSpectator@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 solutionI still not received suggestion on other points
-
AuthorPosts
- The topic ‘Marked answers are not available’ is closed to new replies.