Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The "contentstore" is where all course assets are stored. It's really a wrapper of code around a GridFS (MongoDB) backend and it stores binary files which can PDFs, WAVs, JPGs, or other. The contentstore code is mainly here:

edx-platform/common/lib/xmodule/xmodule/contentstore

Counting Assets in Each Course

If you need to find out how many assets are contained in each course, the JS below will assist you.

...