Devlopment Help !

Devlopment Help !

by Tumu Sai Vineeth Kumar -
Number of replies: 3
HI ,i want to develop a plugin to my moodle site in assignment submission section , i am good at php but i don't know ,how to start , where to start ,can anyone guide me !
Average of ratings: -
In reply to Tumu Sai Vineeth Kumar

Re: Devlopment Help !

by Conn Warwicker -
Picture of Core developers Picture of Plugin developers
Best bet is to have a look at one of the core plugins in mod/assign/submission, e.g. 'comments' or 'onlinetext' and see how they work, then duplicate one and change all the various class names, etc... which are required to make a unique plugin, and see how it goes. I don't think there is any real documentation/tutorial on how to do it.
In reply to Tumu Sai Vineeth Kumar

Re: Devlopment Help !

by Benjamin Ellis -
Picture of Particularly helpful Moodlers
Hi,

Have a look at https://docs.moodle.org/dev/Assign_submission_plugins and like Conn said start with an existing plugin and update that for your needs.

Ben