how to add new module

how to add new module

by wendi barmara -
Number of replies: 1
how to add a new module in moodle ..???
Average of ratings: -
In reply to wendi barmara

Re: how to add new module

by Tariq Adel Al Ammadi -
If you have the files in compressed format (zip, tar.gz, etc) then uncompress them to the /mod directory. Note that the files once extracted should be in a directory which is the same name as their Module name.

Next go to /admin/index.php on your Moodle, going here will formally register your module for use with Moodle, also any MySQL tables required will be installed.