Reputation: 304
I've created all courses in moodle and I've uploaded scorms in hidden status. How do I do to show all scorms from database?
Thanks!
Edit: I want do it in database, because i want do a massive update
Upvotes: 2
Views: 73
Reputation: 574
If you just want to see the list of Scorm-type activities in the database, you can use the following query:
SELECT * FROM mdl_scorm;
Upvotes: 1