Skip to content

Commit

Permalink
Merge pull request #3 from edly-io/umar/update_readme
Browse files Browse the repository at this point in the history
Update readme, add insturctions about SCORM_FILE_STORAGE_TYPE settings
  • Loading branch information
mumarkhan999 authored Oct 7, 2020
2 parents bb3ebc2 + 29fb2a3 commit 4176110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ By default, SCORM modules will be accessible at "/scorm/" urls and static assets
"SCORM_FILE_STORAGE_TYPE": "openedx.features.clearesult_features.backend_storage.ScormXblockS3Storage"
}

Here ``SCORM_FILE_STORAGE_TYPE`` shows that we are using our own custom storage backend. You can get the idea from
`Philanthropy Storage Backend <https://github.com/philanthropy-u/edx-platform/blob/master/openedx/features/philu_utils/backend_storage.py>`_

If you are using this xblock locally, there is a configuration variable whose value you will have to set empty string::

XBLOCK_SETTINGS["ScormXBlock"] = {
Expand Down

0 comments on commit 4176110

Please sign in to comment.