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 18, 2021 at 12:46 pm #334668Anshuman SahuKeymasterYes you are right its mostly the display parts but when we enrolled it in V4 , we realized that there are some couple of queries we need to change .It kind of huge for us to check each and every use case .January 18, 2021 at 2:11 pm #334714Makarand ManeSpectator@alex can you send me development bundle files for react js which are not delivered with theme. So I can fix it myself. I have fixed it in PHP. Just need to fix it in react js.January 19, 2021 at 3:32 pm #335031Anshuman SahuKeymasterIm sorry we cannot share the source code files due to our strict company policies. However I will be sharing the build file with this -ve marking supportJanuary 19, 2021 at 7:23 pm #335082Makarand ManeSpectator@alex when you will give me -ve marking script. If you cant share source code then don't come back with excuse of v4. We are already on production mode. If student see results are mismatching then it will be really big embarrassment for me & my client. I need it on priority.January 21, 2021 at 1:38 pm #335562Anshuman SahuKeymasterHi please provide us some time we are working on it .As I said there are some check need to check in V3 version . After that we ourself will released the update of vibe course module or provide the new plugin to you .January 27, 2021 at 8:37 am #336552Makarand ManeSpectatorCan you please provide me some timeline?January 27, 2021 at 12:04 pm #336593Anshuman SahuKeymasteralready released 3.9.9.7 update of vibe course module 2 days before with -ve marking supportJanuary 27, 2021 at 12:22 pm #336596Makarand ManeSpectatorHi @alex I checked my website dashboard but I could not found updates for Vibe Course Module. It still shows same 3.9.9.6 Can you tell when it will be visible in updates Or any alternate way to download it.January 27, 2021 at 1:59 pm #336630Anshuman SahuKeymasterhi please check now update should be there .January 27, 2021 at 5:50 pm #336724Makarand ManeSpectatorHi @alex Yet there is one more mistake on results on dashboard. See screenshot https://prnt.sc/xpzebd Can you introduce filter like this at line no 2916
$sum = apply_filters('vibe_marks_roundoff',($sum+intval($question['marks'])),$sum,$question['marks']);
Same present on line no 3120January 28, 2021 at 2:16 pm #336881Anshuman SahuKeymasterHi thanks for the feedback but you have not share the file in which this has to be checked . Moreover its showing marks fine to me : https://prnt.sc/xrfzynJanuary 28, 2021 at 6:27 pm #336941Makarand ManeSpectatorIn this file vibe-course-module\includes\bp-course-template.php There is filter present in legacy view. One more point, should I keep this code in child theme or remove it?add_filter('wplms_custom_bp_course_generate_user_result',function(){return true;});
January 29, 2021 at 2:24 pm #337097Anshuman SahuKeymasterYes you have to remove this code and retake the quiz in order to have marks in -ve . Secondly we have added the requested filter at line 2916 . You can edit it , the same will be available in next update of vibe course module plugin .February 12, 2021 at 2:13 pm #339802Makarand ManeSpectatorAfter removing that filter, same issue (not showing correct answers & there marks) happened again. After putting back same filter, final results are visible again. Update for plugin is still not visible in updatesFebruary 13, 2021 at 1:11 pm #339997Anshuman SahuKeymasterPlease add this code in your wplms customizer plugin -> wplms-customizer.php file :add_filter('wplms_custom_bp_course_generate_user_result',function($x){ return 1; });
-
AuthorPosts
- The topic ‘Marked answers are not available’ is closed to new replies.