diff --git a/README.rst b/README.rst index f643c34..59a1453 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ + If you are using this xblock locally, there is a configuration variable whose value you will have to set empty string:: XBLOCK_SETTINGS["ScormXBlock"] = {