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

add readme to add explanation about nlp folder #12

Closed thoriqadillah closed 1 year ago

thoriqadillah commented 1 year ago

This PR solve issue #3

Although this plugin uses third party library to implement the machine learning algorithm, but only some of the function is actually being used, and is rewritten to into the plugin because i have no clue to include the entire library to the plugin. More info check the readme on the nlp folder