Moodle documentation: Where the mods submit data ?

Moodle documentation: Where the mods submit data ?

by Diego Oliveira Potapczuk -
Number of replies: 1
I have made some changes in the mods, like assigments and quiz, and i want it to post some new data to a new table, so when the mod submit the data to it table, i want it to send some data to my new table too, but in which file can i add my code for update the database ?

Thanks
Average of ratings: -
In reply to Diego Oliveira Potapczuk

Re: Moodle documentation: Where the mods submit data ?

by Diego Oliveira Potapczuk -
I have discovered that i can input this in the lib of each module, in the add_instance function, now i need to know in which file it fetch the $assigment object that it send to the /mod/assigment/lib.php that store in the database, anyone can tell me ?

Thanks a lot