Thank you so much. I have a small request. I have to work on plagiarism plugin development, if possible please help in doing so. I am confused and am a junior developer.
@@sammed.sankonatti There is a plagiarism component type that you would use, then use events to check when a student uploads a document to pre-scan the document. Setup the HTTP requests to the API and record all the results in a new table under your plugin name. There is a lot involved and is best to look at some of the existing plugins to see what the various parts are that you need to complete a full implementation.
@@Ricoshae Thank you so much for this guidance. But I am completely beginner to Moodle plugin development. How much time it might take for me to learn and develop. I have 2 years experience in NodeJs and ReactJs
@@sammed.sankonatti I would expect it would take a few months to develop, maybe up to 6 months. How much PHP experience do you have? The Moodle code has been designed to be very modular but it does take a while to work out where everything sits. How far into the development are you?
Thank you so much. How we can installing plugin skeleton generator in local . And how can I create a form with it?
🙏
Installing on local is the same as installing on any Moodle server. Just go to plugins in Admin and u;oad the plugin Zip file.
Thank you so much. I have a small request. I have to work on plagiarism plugin development, if possible please help in doing so. I am confused and am a junior developer.
Great idea. I'm not sure what API's are available for Plagarism detection but an API would be the best option.
@@Ricoshae we have a APIs for checking plagiarism.
@@sammed.sankonatti There is a plagiarism component type that you would use, then use events to check when a student uploads a document to pre-scan the document. Setup the HTTP requests to the API and record all the results in a new table under your plugin name. There is a lot involved and is best to look at some of the existing plugins to see what the various parts are that you need to complete a full implementation.
@@Ricoshae Thank you so much for this guidance. But I am completely beginner to Moodle plugin development. How much time it might take for me to learn and develop. I have 2 years experience in NodeJs and ReactJs
@@sammed.sankonatti I would expect it would take a few months to develop, maybe up to 6 months. How much PHP experience do you have? The Moodle code has been designed to be very modular but it does take a while to work out where everything sits. How far into the development are you?