From 9c21bccac0bb09c79a636504a6d965ef95f46c7e Mon Sep 17 00:00:00 2001 From: moloko Date: Tue, 8 Dec 2020 17:18:30 +0000 Subject: [PATCH] add link to https://en.wikipedia.org/wiki/Spoor_(animal) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 958beedf..4ea5ac78 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Spoor** is an *extension* bundled with the [Adapt framework](https://github.com/adaptlearning/adapt_framework). -This extension provides course tracking functionality (hence the name). Currently it only officially supports tracking to [SCORM](https://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model) 1.2 [Learning Management Systems (LMS)](https://en.wikipedia.org/wiki/Learning_management_system), however, experienced users should be able to implement SCORM 2004 should this be needed as the underlying code is almost entirely version-agnostic (it's the packaging part you'll need to do yourself). +This extension provides course tracking functionality (hence the name [spoor](https://en.wikipedia.org/wiki/Spoor_(animal))). Currently it only officially supports tracking to [SCORM](https://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model) 1.2 [Learning Management Systems (LMS)](https://en.wikipedia.org/wiki/Learning_management_system), however, experienced users should be able to implement SCORM 2004 should this be needed as the underlying code is almost entirely version-agnostic (it's the packaging part you'll need to do yourself). **Spoor** makes use of the excellent [pipwerks SCORM API Wrapper](https://github.com/pipwerks/scorm-api-wrapper/).