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

change table name to comply with moodle convention #13

Closed thoriqadillah closed 1 year ago

thoriqadillah commented 1 year ago

This PR solve issue #5

Changing DB table name from question_answer_stats to qtype_essaysimilarity_stats to comply with moodle naming convention