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

use PhpOfffice? #8

Closed danmarsden closed 1 year ago

danmarsden commented 1 year ago

Is this use statement correct? - are you actually using phpoffice helpers in the class?

https://github.com/thoriqadillah/essaysimilarity/blob/main/renderer.php#L27

thoriqadillah commented 1 year ago

whoops, forgot about that. I think it was because I tried something with auto completion while typing html and I thought it was the right import, and forgot to delete the import. It's removed now