From 674f3004735ad4d7c2658f19fbfec80ce800f4b8 Mon Sep 17 00:00:00 2001 From: Jason Haag Date: Wed, 16 Aug 2017 15:56:09 -0400 Subject: [PATCH 1/5] update activity context Moved activity-context to "context" folder --- .DS_Store | Bin 6148 -> 6148 bytes {profiles => context}/activity-context.jsonld | 0 profiles/.DS_Store | Bin 0 -> 6148 bytes 3 files changed, 0 insertions(+), 0 deletions(-) rename {profiles => context}/activity-context.jsonld (100%) create mode 100644 profiles/.DS_Store diff --git a/.DS_Store b/.DS_Store index b84a3b7e5aca4329cb0dc8ad73a466f20d599d9b..f15283fc389db13a33bd349719a83421478eb86a 100644 GIT binary patch delta 103 zcmZoMXffEJ%3{e9e20O7frUYjA)O(Up(Hoo#U-V*B$aO5spbUy!3XH1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 Date: Fri, 18 Aug 2017 14:35:17 -0500 Subject: [PATCH 2/5] Published Profile Updates Updates based on feedback from @fugu13 --- .DS_Store | Bin 6148 -> 6148 bytes .gitignore | 1 + profiles/README.MD | 7 +++ profiles/acrossx.jsonld | 7 +-- profiles/activity-context.jsonld | 55 +++++++++++++++++++++ profiles/adb.jsonld | 66 ++++++++----------------- profiles/cmi5.jsonld | 5 +- profiles/scorm.jsonld | 7 +-- profiles/seriousgames.jsonld | 6 ++- profiles/video.jsonld | 82 ++++++++++--------------------- 10 files changed, 125 insertions(+), 111 deletions(-) create mode 100644 profiles/README.MD create mode 100644 profiles/activity-context.jsonld diff --git a/.DS_Store b/.DS_Store index f15283fc389db13a33bd349719a83421478eb86a..2610081d5d1da1c4710b97f107766a499762f672 100644 GIT binary patch delta 45 zcmZoMXfc@J&nUJrU^g?P*k&G<3rv%zunF>%1sCPz Date: Fri, 18 Aug 2017 14:37:16 -0500 Subject: [PATCH 3/5] Delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 2610081d5d1da1c4710b97f107766a499762f672..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}T>S5T4bbRWCh>;3aoK=*^oU#wW-N)Hbyi(r)RGCz~H8JPVx^S6^Pbhk@HDqd$jqAn42pp3yGh6Z6jYfW~X zBE=vK2m^nS0sid$&yV!Qyh@oj)mf`=eplHO_WGQ- zPeal)qZN(lVQW=7{jNt;*51UITw=RMrGu6TuMY~j#sTGc>j5q320B4EOOF9Mdu@*L z`iZ$zQ!THj)+oQPh--BmI~x6Ie3?hTt7qO{YcXC=7hI+(ru`)e3ybhTluZTNRD}b; z+D$s_p?i)T78Y$fDYG)_xRsT=p(vY9Dm3AwB8xH#1HypMz^;Al^7((=e*gEA Date: Fri, 18 Aug 2017 14:41:23 -0500 Subject: [PATCH 4/5] update to video template pattern --- profiles/video.jsonld | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/profiles/video.jsonld b/profiles/video.jsonld index bc82265..6512f94 100644 --- a/profiles/video.jsonld +++ b/profiles/video.jsonld @@ -509,12 +509,7 @@ { "id": "https://w3id.org/xapi/video/patterns#optionalmiddlestatements", "type": "Pattern", - "zeroOrMore": ["https://w3id.org/xapi/video/patterns#played-pattern"], - "zeroOrMore": ["https://w3id.org/xapi/video/patterns#played-completed-pattern"], - "zeroOrMore": ["https://w3id.org/xapi/video/patterns#played-paused-completed-pattern"], - "zeroOrMore": ["https://w3id.org/xapi/video/patterns#played-paused-seeked-completed-pattern"], - "zeroOrMore": ["https://w3id.org/xapi/video/patterns#played-paused-seeked-volumechange-completed-pattern"], - "zeroOrMore": ["https://w3id.org/xapi/video/patterns#all-activities-pattern"] + "zeroOrMore": ["https://w3id.org/xapi/video/patterns#all-activities-pattern"] } From 8db69b73e04e057b8994de90ac7a31788f6a0fd2 Mon Sep 17 00:00:00 2001 From: Jason Haag Date: Mon, 21 Aug 2017 15:17:43 -0500 Subject: [PATCH 5/5] PR Resubmit / Profile Spec Updates - Removed authored profiles from profile spec repo - Made corrections to profiles based on feedback from @fugu13 - Restructured repo files so that the .md files are only ones in the root to make location/readability easier (context, ontology, etc) --- _config.yml | 1 + profiles/.DS_Store | Bin 6148 -> 0 bytes profiles/README.MD | 7 - profiles/acrossx.jsonld | 310 ------------- profiles/activity-context.jsonld | 55 --- profiles/adb.jsonld | 204 --------- profiles/attempt-state-context.jsonld | 29 -- profiles/attempt-state-schema.json | 43 -- profiles/cmi5.jsonld | 600 -------------------------- profiles/scorm.jsonld | 322 -------------- profiles/seriousgames.jsonld | 277 ------------ profiles/video.jsonld | 517 ---------------------- 12 files changed, 1 insertion(+), 2364 deletions(-) create mode 100644 _config.yml delete mode 100644 profiles/.DS_Store delete mode 100644 profiles/README.MD delete mode 100644 profiles/acrossx.jsonld delete mode 100644 profiles/activity-context.jsonld delete mode 100644 profiles/adb.jsonld delete mode 100644 profiles/attempt-state-context.jsonld delete mode 100644 profiles/attempt-state-schema.json delete mode 100644 profiles/cmi5.jsonld delete mode 100644 profiles/scorm.jsonld delete mode 100644 profiles/seriousgames.jsonld delete mode 100644 profiles/video.jsonld diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file diff --git a/profiles/.DS_Store b/profiles/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0