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

debugging warning when creating a question #21

Closed danmarsden closed 5 months ago

danmarsden commented 5 months ago

Invalid get_string() identifier: 'language_no' or component 'qtype_essaysimilarity'. Perhaps you are missing $string['language_no'] = ''; in /home/dan/www/moodle/question/type/essaysimilarity/lang/en/qtype_essaysimilarity.php? line 355 of /lib/classes/string_manager_standard.php: call to debugging() line 7018 of /lib/moodlelib.php: call to core_string_manager_standard->get_string() line 217 of /question/type/essaysimilarity/edit_essaysimilarity_form.php: call to get_string() line 71 of /question/type/essaysimilarity/edit_essaysimilarity_form.php: call to qtype_essaysimilarity_edit_form->language_options() line 256 of /question/type/edit_question_form.php: call to qtype_essaysimilarity_edit_form->definition_inner() line 217 of /lib/formslib.php: call to question_edit_form->definition() line 128 of /question/type/edit_question_form.php: call to moodleform->construct() line 218 of /question/type/questiontypebase.php: call to question_edit_form->construct() line 203 of /question/bank/editquestion/question.php: call to question_type->create_editing_form()