Course Data Extraction

Course Data Extraction

door Richard Beazley -
Aantal antwoorden: 4
Hi all.

I am performing a 'content audit' before we move to a new platform to see what needs to be migrated and what can be archived as it has not been used/accessed in some time.

Is there a report or log that lists the files and modules that are used within each course.  I don't have ready access to SQL so ideally something already available in the system would be most helpful.

Thank you.
Gemiddelde van de beoordelingen:  -
Als antwoord op Richard Beazley

Re: Course Data Extraction

door Mary Cooch -
Foto van Documentation writers Foto van Moodle HQ Foto van Particularly helpful Moodlers Foto van Testers Foto van Translators
Just moving your post to the Analytics and reporting forum where you'll hopefully get more specialised help glimlach
Gemiddelde van de beoordelingen: Useful (1)
Als antwoord op Richard Beazley

Re: Course Data Extraction

door Shirley Gregorczyk -
Foto van Particularly helpful Moodlers
Are you on Moodle 4.+? Report Builder module, in Site Admin>Reports menu has some of the items you seek. But maybe not everything.
Kind Regards
Gemiddelde van de beoordelingen:  -
Als antwoord op Shirley Gregorczyk

Re: Course Data Extraction

door Richard Beazley -
Hi Shirley.

Open LMS EDU 4.1 MP4 (Build: 20240208)

I have tried looking into Reports and Logs and while I can extract course details and a complete list of files within our system I can't find anything that provides the name of the course to which a file is linked.

Hope that makes sense.
Gemiddelde van de beoordelingen:  -
Als antwoord op Richard Beazley

Re: Course Data Extraction

door Ken Task -
Foto van Particularly helpful Moodlers
Moodle files can be used in multiple courses.
They are owned by a user.

mysql -u $mddbuser -p$mddbpass -e "use $mddbname;select id,userid,contenthash,filename,filearea,filesize from mdl_files" > moodlefiles.txt

contenthash value is really the location in moodledata/filedir/ as well as
the name of the file.

'SoS', Ken
Gemiddelde van de beoordelingen:  -