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 privacy class #11

Closed thoriqadillah closed 1 year ago

thoriqadillah commented 1 year ago

This PR solve isssue #10 that requires this plugin to implements Moodle Privacy API.

Because this plugin inspired by Essay Auto Grade, and said plugin states it doesn't store user data, so does this plugin. Instead, this plugin stores student's answer and then use it accordingly to auto grade and display it on grading page