thoriqadillah / moodle-qtype_essaysimilarity

Is a moodle question type plugin that compares the similarity between student's answer and teacher's answer key using machine learning (natural language processing), and uses the similarity to auto grade the answer. The automatic grade can be manually overridden by the teacher
https://thoriqadillah.github.io/cat-n-code/projects/essay-similarity/#demo
GNU General Public License v3.0
2 stars 3 forks source link

fatal errors when previewing a question then hitting submit and finish. #23

Open danmarsden opened 5 months ago

danmarsden commented 5 months ago

An error occurred while processing your responses (Column A (1) and Row B (2) is not equal). Click continue to return to the page you were on and try again.

More information about this error

Debug info: Error code: errorprocessingresponses×Dismiss this notification Stack trace: line 218 of /question/bank/previewquestion/preview.php: moodle_exception thrown ×Dismiss this notification Output buffer:
Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$showfeedback is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$answerkey is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$answerkeyformat is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$showanswerkey is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$showtextstats is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$textstatitems is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$questionlanguage is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$upper_correctness is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$lower_correctness is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$showfeedback is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$answerkey is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$answerkeyformat is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$showanswerkey is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$showtextstats is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$textstatitems is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$questionlanguage is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$upper_correctness is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Deprecated: Creation of dynamic property qtype_essaysimilarity_question::$lower_correctness is deprecated in /home/dan/www/moodle/question/type/questiontypebase.php on line 1015

Warning: Undefined property: stdClass::$ in /home/dan/www/moodle/question/type/essaysimilarity/question.php on line 93

Warning: Undefined array key 1 in /home/dan/www/moodle/question/type/essaysimilarity/nlp/transformer/svd.php on line 497