From e6fcac62f143eb1a2412f61bab4629f635af956a Mon Sep 17 00:00:00 2001 From: nolmac <81175961+nolmac@users.noreply.github.com> Date: Fri, 28 Apr 2023 13:20:15 -0500 Subject: [PATCH] Added deprecation notice --- README.md | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index c545c59..a7ebe27 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +## SCORM Cloud Module for Moodle +**NOTE:** The SCORM Cloud module for Moodle is no longer supported by Rustici Software and it is no longer under active development. The code is made available here for reference and for use by anyone wishing to continue its development. + # License > Copyright 2010-2012 Rustici Software. > @@ -14,25 +17,5 @@ > You should have received a copy of the GNU General Public License > along with the SCORM Cloud Module. If not, see . -## SCORM Cloud Module for Moodle -This is the source code repository for the [SCORM Cloud Module for Moodle](http://scorm.com/moodle/). - -### Installation -* Obtain a copy of the module (this repository). -* Upload/copy the directories in the module to the installation directory of your Moodle instance. - * module files --> mod/scormcloud folder in Moodle -* Log in with an administrator account and Moodle will show you a list of modules to be upgraded/installed. Click upgrade. -* To use and configure the module, you'll need to [sign up for a SCORM Cloud account](https://cloud.scorm.com/sc/guest/SignUpForm). -* When prompted to configure the SCORM Cloud Module, enter the information available on your 'Apps' page on the SCORM Cloud website. - * The Service URL is http://cloud.scorm.com/EngineWebServices/ - -### Usage -Create a course as usual in Moodle, but select the Single activity format option and then the SCORM Cloud activity option. After you finish the standard Moodle course configuration, the SCORM Cloud module will display a form for you to upload your SCORM course to the Cloud. - -You can also use SCORM Cloud courses within other Moodle course formats like "weekly" by selecting "SCORM Cloud Course" from the "Add an activity" dropdown on the course outline page. - -### Contributing -While we at Rustici Software have developed the initial version of this Moodle module and welcome questions and suggestions, it is intended to be a community resource. If you'd like to help us make it better, send us a bug report or some code (whether that be by GitHub pull request or a patch over email). - ### Help -If you have any questions or comments about the Moodle module or SCORM Cloud itself, please don't hesitate to contact us at [support@scorm.com](mailto:support@scorm.com). \ No newline at end of file +If you have any questions or comments about the Moodle module or SCORM Cloud itself, please don't hesitate to contact us at [support@scorm.com](mailto:support@scorm.com).