@pejman-habibi,
It may help your developers to note, as I explained in my emails, that this issue affects certain posts and not all of the posts.
Thank you for clarification.
The issue comes from the Wp-Pro-Quiz plugin. Please follow the steps below to see the problem:
1. Find and open the following file:
wp-pro-quiz/lib/view/WpProQuiz_View_FrontQuiz.php
2. Go to the 623 line, and you'll see the following hook:
apply_filters('comment_text', $this->quiz->getText())
3. There is an issue with the code, the comment_text filter must get at least 2 parameters. The wpDiscuz User & Comment Mentioning add-on also uses that hook. As far as the plugin doesn't pass the other parameters the issue takes place. So you should contact the Wp-Pro-Quiz plugin support, and let them know about the issue.
Below is provided the documentation of the hook, please check it: https://developer.wordpress.org/reference/hooks/comment_text/