Hello, I have a problem with Quiz, so there are some users that when completing a quiz the result is always 0, but other users have no problems. Do you know the solution?
This reply has been marked as private.
hi,
can you please try to deactivate the Akismet plugin
if doesn't work then please share all the steps to replicate the same on your site
with proper urls and credentials
This reply has been marked as private.
This reply has been marked as private.
Hi,
We have resolved the issue by adding the code you provided on post:
https://wplms.io/support/forums/topic/auto-evaluate-quiz-not-working-after-update/
add_filter('wplms_get_answer_object_meta_query',function($settins){
unset($settins['meta_query']);
return $settins;
});
Thanks
that's great!
thanka for haring this information here also it will help others too.
closing the topic.
thanks!