diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-15 16:57:53 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-15 16:57:53 -0700 |
commit | 48af9ac4779b2d60889b0159f47442b5d6d9c8ce (patch) | |
tree | c51a021f4da706dede8c5360c8916da812c63e1e /devfiles | |
parent | c68f0faf73b92993875d8e7365427a54ff84fbaa (diff) |
Adding Introduction Chapter.
Introduction chapter is always required and thus after the assessment
the user is taken directly to the introduction. After the introduction
training continues with whichever section the user assessed in to.
Diffstat (limited to 'devfiles')
-rw-r--r-- | devfiles/videos/chapter/chapter-number.json | 8 | ||||
-rw-r--r-- | devfiles/videos/introduction/intro-1.json | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devfiles/videos/chapter/chapter-number.json b/devfiles/videos/chapter/chapter-number.json deleted file mode 100644 index 4b0a626..0000000 --- a/devfiles/videos/chapter/chapter-number.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "chapter-number", - "number": "Number", - "title": "Title", - "length": Length (seconds), - "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/PDF", - "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/H.264%20File", "type":"video/mp4"}] -}
\ No newline at end of file diff --git a/devfiles/videos/introduction/intro-1.json b/devfiles/videos/introduction/intro-1.json new file mode 100644 index 0000000..4c1ba09 --- /dev/null +++ b/devfiles/videos/introduction/intro-1.json @@ -0,0 +1,8 @@ +{ + "id": "intro-1", + "number": "1", + "title": "Introduction", + "length": 140, + "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.pdf", + "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.mov", "type":"video/mp4"}] +} |