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

namespacing for nlp classes #19

Open danmarsden opened 5 months ago

danmarsden commented 5 months ago

It would be preferable to fix up some of your custom classes in the nlp folder to be namespaced using our frankenstyle naming rules.... we are a little flexible on this for classes that are 3rd party external libs, but if they are classes created by you for your moodle plugin they should really follow the frankenstyle naming rules specified here: https://moodledev.io/general/development/policies/codingstyle/frankenstyle#class-names

that means they should sit within the classes folder and be namespaced correctly.