How to change an activity module to a resource module ?

How to change an activity module to a resource module ?

by Sugeesh Chandraweera -
Number of replies: 2

I wanted to develop new resource module.  I developed my module as activity module and it works fine. Now I want to change it to resource module. What changes I have to make?

Average of ratings: -
In reply to Sugeesh Chandraweera

Re: How to change an activity module to a resource module ?

by Davo Smith -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Get your plugin's _supports function to return 'MOD_ARCHETYPE_RESOURCE' for 'FEATURE_MOD_ARCHETYPE', for example:

https://github.com/moodle/moodle/blob/master/mod/resource/lib.php#L31


Average of ratings: Useful (1)