diff --git a/Source/.DS_Store b/Source/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/Source/.DS_Store and /dev/null differ diff --git a/Source/graphic.sublime-snippet b/Source/graphic.sublime-snippet index 691a6c8..80d87a0 100644 --- a/Source/graphic.sublime-snippet +++ b/Source/graphic.sublime-snippet @@ -19,7 +19,7 @@ "attribution": "${12:Copyright © 2015}" }, "_pageLevelProgress": { - "_isEnabled": ${13:true} + "_isEnabled": ${13:false} }, "_isOptional": ${14:true} }${15:,} diff --git a/Source/hotgraphic.sublime-snippet b/Source/hotgraphic.sublime-snippet index 9f99d83..36a209c 100644 --- a/Source/hotgraphic.sublime-snippet +++ b/Source/hotgraphic.sublime-snippet @@ -25,15 +25,15 @@ "_items": [ { "title": "${17:Hotspot 1 title}", - "body": "${18:This is display text 1.}", + "strapline": "${18:strapline...}", + "body": "${19:This is display text 1.}", "_graphic": { - "src": "${19:image1.jpg}", - "alt": "${20:alt text}", - "_classes": "$21" + "src": "${20:image1.jpg}", + "alt": "${21:alt text}", + "_classes": "$22" }, - "pinAlt": "${22:alt text}", - "strapline": "${23:strapline...}", + "pinAlt": "${23:alt text}", "_classes": "top-left", "_top": ${24:5}, "_left": ${25:20} diff --git a/Source/narrative.sublime-snippet b/Source/narrative.sublime-snippet index 3aaf7b6..7e26c15 100644 --- a/Source/narrative.sublime-snippet +++ b/Source/narrative.sublime-snippet @@ -11,19 +11,19 @@ "displayTitle": "${6:Narrative component}", "body": "$7", "instruction": "$8", - "_hasNavigationInTextArea": ${9:false}, - "mobileInstruction": "$10", + "mobileInstruction": "$9", + "_hasNavigationInTextArea": ${10:false}, "_setCompletionOn": "${11:allItems}", "_items": [ { "title": "${12:Narrative stage 1 title}", - "body": "$13", + "strapline": "${13:Here is the first...}", + "body": "$14", "_graphic": { - "src": "${14:course/en/images/image-slider-1.jpg}", - "alt": "${15:First graphic}" - }, - "strapline": "${16:Here is the first...}" + "src": "${15:course/en/images/image-slider-1.jpg}", + "alt": "${16:First graphic}" + } }], "_pageLevelProgress": { "_isEnabled": ${17:true} diff --git a/Source/textinput.sublime-snippet b/Source/textinput.sublime-snippet index 6dc998b..af7a0ea 100644 --- a/Source/textinput.sublime-snippet +++ b/Source/textinput.sublime-snippet @@ -21,11 +21,11 @@ { "prefix": "${15:B:}", "suffix": "${16:%}", + "placeholder": "${17:Enter answer here}", "_answers": [ - "${17:2}", - "${18:two}" - ], - "placeholder": "${19:Enter answer here}" + "${18:2}", + "${19:two}" + ] }], "_buttons": {