├── LICENSE ├── README.md ├── SUMMARY.md ├── book.json ├── context └── attempt-state-context.jsonld ├── document-schemas ├── readme.md ├── scorm.profile.activity.profile.schema.json ├── scorm.profile.activity.state.schema.json ├── scorm.profile.agent.profile.schema.json ├── scorm.profile.attempt.state.schema.json ├── scorm.profile.comments.from.learner.schema.json ├── scorm.profile.completion.status.schema.json ├── scorm.profile.initializing.attempt.schema.json ├── scorm.profile.objectives.schema.json ├── scorm.profile.progress.measure.schema.json ├── scorm.profile.reporting.learner.activity.during.attempt.schema.json ├── scorm.profile.resuming.attempt.schema.json ├── scorm.profile.score.schema.json ├── scorm.profile.session.time.schema.json ├── scorm.profile.success.status.schema.json ├── scorm.profile.suspending.attempt.schema.json └── scorm.profile.terminating.attempt.schema.json ├── statements ├── scorm.profile.comments.from.learner.schema │ └── scorm.profile.mapping.stmt.learner.comment.json ├── scorm.profile.completion.status.schema │ └── scorm.profile.stmt.completion.status.json ├── scorm.profile.initializing.attempt.schema │ ├── ang.roses.stmt1.initialized.json │ └── profile.appendix.stmt.initialized.json ├── scorm.profile.objectives.schema │ ├── scorm.profile.stmt.local.objective.json │ └── scorm.profile.stmt.with.sequencing.and.navigation.global.objective.json ├── scorm.profile.progress.measure.schema │ └── profile.schema.stmt.progress.measure.json ├── scorm.profile.reporting.learner.activity.during.attempt.schema │ └── ang.roses.stmt2.read.json ├── scorm.profile.resuming.attempt.schema │ ├── ang.roses.stmt48.resumed.json │ └── profile.appendix.stmt.resumed.json ├── scorm.profile.score.schema │ └── profile.schema.stmt.score.json ├── scorm.profile.session.time.schema │ ├── profile.schema.stmt.success.status.failed.json │ └── profile.schema.stmt.success.status.passed.json ├── scorm.profile.success.status.schema │ └── profile.schema.stmt.session.time.json ├── scorm.profile.suspending.attempt.schema │ ├── ang.roses.stmt47.suspended.json │ └── profile.appendix.stmt.suspended.json └── scorm.profile.terminating.attempt.schema │ ├── ang.roses.stmt9.terminated.json │ └── profile.appendixstmt.terminated.json ├── vocabulary └── xapi.scorm.profile.rdf ├── xapi-scorm-profile-old.md └── xapi-scorm-profile.md /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright {yyyy} {name of copyright owner} 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Experience API SCORM Profile 2 | ================== 3 | The Experience API SCORM Profile is a companion document to the Experience API Specification. Its goal is to provide guidance to those in the SCORM community looking for a way to leverage the Experience API. This profile offers guidelines for representing SCORM data and events as Experience API Statements. Use of this profile will provide consistency in reporting and retrieving data traditionally stored in an LMS, and allow for the development of interoperable tools outside of the typical LMS environment. 4 | 5 | > An accessible, printer-ready and reader-friendly version of this document is also available as a gitbook here: https://adl.gitbooks.io/scorm-profile-xapi/content/ 6 | 7 | ## Project Structure 8 | __xapi-scorm-profile.md__ 9 | The xAPI SCORM Profile. It is in markdown format and can be viewed [here](https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md). 10 | 11 | __vocabulary__ 12 | Contains the current RDF version of the xAPI SCORM Profile vocabulary. You can learn more about ADL's vocabulary effort by [reading the document](https://adl.gitbooks.io/companion-specification-for-xapi-vocabularies/content/) or viewing the project [here](https://github.com/adlnet/companion-specification-for-xapi-vocabularies). 13 | 14 | __document-schemas__ 15 | JSON Schema files of the xAPI document objects defined in the SCORM Profile. See the [SCORM xAPI Data Objects](https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#xapi-scorm-data-objects) section for format details. 16 | 17 | ## xAPI SCORM Profile Site 18 | Find additonal information and developer resources on our [xAPI SCORM Profile Site](http://adlnet.github.io/xAPI-SCORM-Profile/). 19 | 20 | ## License 21 | Copyright ©2016 Advanced Distributed Learning 22 | 23 | Licensed under the Apache License, Version 2.0 (the "License"); 24 | you may not use this file except in compliance with the License. 25 | You may obtain a copy of the License at 26 | 27 | http://www.apache.org/licenses/LICENSE-2.0 28 | 29 | Unless required by applicable law or agreed to in writing, software 30 | distributed under the License is distributed on an "AS IS" BASIS, 31 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 32 | See the License for the specific language governing permissions and 33 | limitations under the License. 34 | -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- 1 | # Summary 2 | 3 | * [Introduction](README.md) 4 | * [Glossary](xapi-scorm-profile.md#glossary) 5 | * [1.0 Purpose](xapi-scorm-profile.md#10-purpose) 6 | * [2.0 When To Use This Profile](xapi-scorm-profile.md#20-when-to-use-this-profile) 7 | * [3.0 How To Use This Profile](xapi-scorm-profile.md#30-how-to-use-this-profile) 8 | * [3.1 Supporting SCORM Features](xapi-scorm-profile.md#31-supporting-scorm-features) 9 | * [3.2 Guidance On Statements](xapi-scorm-profile.md#32-general-guidance-on-statements) 10 | * [IRIs](xapi-scorm-profile.md#iris) 11 | * [Actor](xapi-scorm-profile.md#actor) 12 | * [Verb](xapi-scorm-profile.md#verb) 13 | * [Object](xapi-scorm-profile.md#object) 14 | * [Result](xapi-scorm-profile.md#result) 15 | * [Context](xapi-scorm-profile.md#context) 16 | * [Timestamp](xapi-scorm-profile.md#timestamp) 17 | * [Authority](xapi-scorm-profile.md#authority) 18 | * [Attachments](xapi-scorm-profile.md#attachments) 19 | * [4.0 Launching And Initializing Activities](xapi-scorm-profile.md#40-launching-and-initializing-activities) 20 | * [4.1 Web-Based Activities](xapi-scorm-profile.md#41-web-based-activities) 21 | * [4.2 LMS-Provided Endpoint](xapi-scorm-profile.md#42-lms-provided-endpoint) 22 | * [4.3 Out-of-Band Configuration](xapi-scorm-profile.md#43-out-of-band-configuration) 23 | * [5.0 The SCORM Temporal Model](xapi-scorm-profile.md#50-supporting-the-scorm-temporal-model) 24 | * [Initializing An Attempt](xapi-scorm-profile.md#initializing-an-attempt) 25 | * [Reporting Activity During Attempt](xapi-scorm-profile.md#reporting-learner-activity-during-an-attempt) 26 | * [Terminating An Attempt](xapi-scorm-profile.md#terminating-an-attempt) 27 | * [Suspending An Attempt](xapi-scorm-profile.md#suspending-an-attempt) 28 | * [Resuming An Attempt](xapi-scorm-profile.md#resuming-an-attempt) 29 | * [Querying For Attempt Statements](xapi-scorm-profile.md#querying-the-lrs-for-statements-in-an-attempt) 30 | * [Temporal Model As xAPI Statements](xapi-scorm-profile.md#representing-the-temporal-model-with-xapi-statements) 31 | * [6.0 Mapping SCORM to xAPI](xapi-scorm-profile.md#60-mapping-the-scorm-data-model-to-xapi-statements) 32 | * [Comments From Learner](xapi-scorm-profile.md#comments-from-learner) 33 | * [Comments From LMS](xapi-scorm-profile.md#comments-from-lms) 34 | * [Completion Status](xapi-scorm-profile.md#completion-status) 35 | * [Completion Threshold](xapi-scorm-profile.md#completion-threshold) 36 | * [Credit](xapi-scorm-profile.md#credit) 37 | * [Entry](xapi-scorm-profile.md#entry) 38 | * [Exit](xapi-scorm-profile.md#exit) 39 | * [Interactions](xapi-scorm-profile.md#interactions) 40 | * [Launch Data](xapi-scorm-profile.md#launch-data) 41 | * [Learner ID](xapi-scorm-profile.md#learner-id) 42 | * [Learner Name](xapi-scorm-profile.md#learner-name) 43 | * [Learner Preferences](xapi-scorm-profile.md#learner-preferences) 44 | * [Max Time Allowed](xapi-scorm-profile.md#max-time-allowed) 45 | * [Mode](xapi-scorm-profile.md#mode) 46 | * [Objectives](xapi-scorm-profile.md#objectives) 47 | * [Progress Measure](xapi-scorm-profile.md#progress-measure) 48 | * [Scaled Passing Score](xapi-scorm-profile.md#scaled-passing-score) 49 | * [Score](xapi-scorm-profile.md#score) 50 | * [Session Time](xapi-scorm-profile.md#session-time) 51 | * [Success Status](xapi-scorm-profile.md#success-status) 52 | * [Suspend Data](xapi-scorm-profile.md#suspend-data) 53 | * [Time Limit Action](xapi-scorm-profile.md#time-limit-action) 54 | * [Total Time](xapi-scorm-profile.md#total-time) 55 | * [ADL Data](xapi-scorm-profile.md#adl-data) 56 | * [7.0 Retrieving/Interpreting Statements](xapi-scorm-profile.md#70-retrieving-and-interpreting-xapi-statements) 57 | * [Trusting the Statements](xapi-scorm-profile.md#trusting-the-statements) 58 | * [Determing Status](xapi-scorm-profile.md#determining-status) 59 | * [Resolving Conflicts](xapi-scorm-profile.md#resolving-conflicts) 60 | * [Appendix](xapi-scorm-profile.md#appendix) 61 | * [Common Scenarios](xapi-scorm-profile.md#common-scenarios) 62 | * [Initialize A SCO Attempt](xapi-scorm-profile.md#initialize-a-sco-attempt) 63 | * [Terminate A SCO](xapi-scorm-profile.md#terminate-a-sco) 64 | * [Suspend A SCO](xapi-scorm-profile.md#suspend-a-sco) 65 | * [Resume A SCO](xapi-scorm-profile.md#resume-a-sco) 66 | * [Setting Status And Score](xapi-scorm-profile.md#setting-the-course-status-with-success-and-score-in-result) 67 | * [Query Examples](xapi-scorm-profile.md#query-examples) 68 | * [Statements By Activity IRI](xapi-scorm-profile.md#find-statements-by-activity-iri) 69 | * [Attempt IRIs For A SCO](xapi-scorm-profile.md#find-attempt-iris-for-a-sco) 70 | * [Latest Attempt IRI](xapi-scorm-profile.md#find-the-latest-attempt-iri) 71 | * [Statements From Latest Attempt](xapi-scorm-profile.md#find-all-statements-from-the-latest-attempt) 72 | * [Statements For A Course](xapi-scorm-profile.md#find-all-statements-for-a-course) 73 | * [Learner's Statements](xapi-scorm-profile.md#find-all-learners-statements-for-a-course) 74 | * [Results For Each SCO](xapi-scorm-profile.md#find-learners-results-for-each-sco-in-a-course) 75 | * [Get Activity State](xapi-scorm-profile.md#get-xapi-scorm-activity-state) 76 | * [Get Activity Attempt State](xapi-scorm-profile.md#get-xapi-scorm-activity-attempt-state) 77 | * [Get Activity Profile](xapi-scorm-profile.md#get-xapi-scorm-activity-profile) 78 | * [Get Agent Profile](xapi-scorm-profile.md#get-xapi-scorm-agent-profile) 79 | * [Get Current Attempt State](xapi-scorm-profile.md#get-attempt-state-for-current-attempt) 80 | * [Set Current Attempt State](xapi-scorm-profile.md#set-attempt-state-for-current-attempt) 81 | * [**xAPI SCORM Data Objects**](xapi-scorm-profile.md#xapi-scorm-data-objects) 82 | * [Activity State](xapi-scorm-profile.md#scorm-activity-state) 83 | * [Activity Attempt State](xapi-scorm-profile.md#scorm-activity-attempt-state) 84 | * [Activity Profile](xapi-scorm-profile.md#scorm-activity-profile) 85 | * [Agent Profile](xapi-scorm-profile.md#agent-profile) 86 | * [Activity Profile Comment Object](xapi-scorm-profile.md#scorm-activity-profile-comment-object) 87 | * [ADL Data Parameters Object](xapi-scorm-profile.md#adl-data-state-parameters-object) 88 | * [Preferences Object](xapi-scorm-profile.md#preferences-object) 89 | 90 | -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- 1 | { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /context/attempt-state-context.jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "@context": { 3 | "scorm": "https://w3id.org/xapi/scorm", 4 | "comments_from_lms": "scorm:comments_from_lms", 5 | "comment": "scorm:comment", 6 | "location": "scorm:location", 7 | "timestamp": "scorm:timestamp", 8 | "credit": "scorm:credit", 9 | "mode": "scorm:mode", 10 | "preferences": "scorm:preferences", 11 | "audio_level": "scorm:audio_level", 12 | "language": "scorm:language", 13 | "delivery_speed": "scorm:delivery_speed", 14 | "audio_captioning": "scorm:audio_captioning", 15 | "total_time": "scorm:total_time", 16 | "adl_data": "scorm:adl_data", 17 | "activityId": "scorm:activityId", 18 | "agent": "scorm:agent", 19 | "objectType": "scorm:objectType", 20 | "name": "scorm:name", 21 | "mbox": "scorm:mbox", 22 | "mbox_sha1sum": "scorm:mbox_sha1sum", 23 | "openid": "scorm:openid", 24 | "account": "scorm:account", 25 | "homePage": "scorm:homePage", 26 | "stateId": "scorm:stateId", 27 | "registration": "scorm:registration" 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /document-schemas/readme.md: -------------------------------------------------------------------------------- 1 | Note: These schemas are for validating particular aspects of the xAPI-SCORM-Profile, and expect and assume that statements are already valid xAPI statements. 2 | 3 | A website to validate against a schema can be found [here](https://json-schema-validator.herokuapp.com/). 4 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.activity.profile.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "https://w3id.org/xapi/scorm/activity-profile/scorm.profile.activity.profile.schema", 3 | "description": "Profile ID: https://w3id.org/xapi/scorm/activity-profile. See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#scorm-activity-profile", 4 | "type": "object", 5 | "additionalProperties": false, 6 | "properties": { 7 | "completion_threshold": { 8 | "type": "number", 9 | "minimum": 0, 10 | "maximum": 1 11 | }, 12 | "launch_data": { "type": "string" }, 13 | "max_time_allowed": { 14 | "type": "number", 15 | "minimum": 0 16 | }, 17 | "scaled_passing_score": { 18 | "type": "number", 19 | "minimum": -1, 20 | "maximum": 1 21 | }, 22 | "time_limit_action": { "enum": [ "exit,message", "continue,message", "exit,no message", "continue,no message" ] } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.activity.state.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "https://w3id.org/xapi/scorm/activity-state/scorm.profile.activity.state.schema", 3 | "description": "State ID: https://w3id.org/xapi/scorm/activity-state. See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#scorm-activity-state", 4 | "type": "object", 5 | "additionalProperties": false, 6 | "required": ["attempts"], 7 | "properties": { 8 | "attempts": { 9 | "type": "array", 10 | "items": { 11 | "type": "string", 12 | "format": "uri" 13 | } 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.agent.profile.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "https://w3id.org/xapi/scorm/agent-profile/scorm.profile.agent.profile.schema", 3 | "description": "Profile ID: https://w3id.org/xapi/scorm/agent-profile. See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#agent-profile", 4 | "type": "object", 5 | "additionalProperties": false, 6 | "properties": { 7 | "learner_id": { "type": "string" }, 8 | "learner_name": { "type": "string" }, 9 | "preferences": { 10 | "type": "object", 11 | "additionalProperties": false, 12 | "properties": { 13 | "audio_level": { 14 | "type": "number", 15 | "minimum": 0 16 | }, 17 | "language": { 18 | "type": "string", 19 | "pattern": "^[a-z]{2,3}(?:-[A-Z]{2,3}(?:-[a-zA-Z]{4})?)?$" 20 | }, 21 | "delivery_speed": { 22 | "type": "number", 23 | "minimum": 0 24 | }, 25 | "audio_captioning": { "enum": [ -1, 0, 1 ] } 26 | } 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.attempt.state.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "https://w3id.org/xapi/scorm/attempt-state/scorm.profile.attempt.state.schema", 3 | "description": "State ID: https://w3id.org/xapi/scorm/attempt-state. See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#scorm-activity-attempt-state", 4 | "type": "object", 5 | "additionalProperties": false, 6 | "properties": { 7 | "comments_from_lms": { 8 | "type": "array", 9 | "items": { 10 | "type": "object", 11 | "additionalProperties": false, 12 | "properties": { 13 | "comment": { "type": "string" }, 14 | "location": { "type": "string" }, 15 | "timestamp": { "type": "string", "format": "date-time" } 16 | } 17 | } 18 | }, 19 | "credit": { "enum": [ "credit", "no-credit" ] }, 20 | "mode": { "enum" : [ "browse", "normal", "review" ] }, 21 | "location": { "type": "string" }, 22 | "preferences": { 23 | "type": "object", 24 | "additionalProperties": false, 25 | "properties": { 26 | "audio_level": { 27 | "type": "number", 28 | "minimum": 0 29 | }, 30 | "language": { "type": "string", "pattern": "^[a-z]{2,3}(?:-[A-Z]{2,3}(?:-[a-zA-Z]{4})?)?$" }, 31 | "delivery_speed": { 32 | "type": "number", 33 | "minimum": 0 34 | }, 35 | "audio_captioning": { "enum": [ -1, 0, 1 ] } 36 | } 37 | }, 38 | "total_time": { "type": "string", "pattern": "^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$"}, 39 | "adl_data": { 40 | "type": "array", 41 | "items": { 42 | "required": [ "activityId", "agent", "stateId" ], 43 | "type": "object", 44 | "additionalProperties": false, 45 | "properties": { 46 | "activityId": { "type": "string", "format": "uri" }, 47 | "agent": { "type": "object" }, 48 | "stateId": { "type": "string" }, 49 | "registration": { "type": "string", "pattern": "[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}" } 50 | } 51 | } 52 | } 53 | } 54 | } 55 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.comments.from.learner.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/comments-from-learner/scorm.profile.comments.from.learner.schema", 4 | "description": "Profile ID: https://w3id.org/xapi/scorm/comments-from-learner See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#comments-from-learner", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "context", "timestamp", "result"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'commented'", 13 | "properties": { 14 | "id": { 15 | "enum": ["http://adlnet.gov/expapi/verbs/commented"] 16 | } 17 | } 18 | }, 19 | "object": { 20 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 21 | "required": ["definition"], 22 | "properties": { 23 | "id": { 24 | "description": "Set to the SCO IRI" 25 | }, 26 | "definition": { 27 | "type": "object", 28 | "required": ["type"], 29 | "properties": { 30 | "type": { 31 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 32 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 33 | } 34 | } 35 | } 36 | } 37 | }, 38 | "context": { 39 | "required": ["contextActivities"], 40 | "properties": { 41 | "contextActivities": { 42 | "required": ["grouping", "category"], 43 | "properties": { 44 | "grouping": { 45 | "description": "Set to include the attempt activity and the course activity", 46 | "minItems": 2, 47 | "items": [ 48 | { 49 | "properties": { 50 | "definition": { 51 | "properties": { 52 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 53 | } 54 | } 55 | } 56 | }, 57 | { 58 | "properties": { 59 | "definition": { 60 | "properties": { 61 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 62 | } 63 | } 64 | } 65 | } 66 | ] 67 | }, 68 | "category": { 69 | "description": "Set to include the xAPI SCORM Profiles activity", 70 | "minItems": 1, 71 | "items": [ 72 | { 73 | "properties": { 74 | "id": { 75 | "enum": ["https://w3id.org/xapi/scorm"] 76 | } 77 | } 78 | } 79 | ] 80 | } 81 | } 82 | } 83 | } 84 | }, 85 | "timestamp": { 86 | "description": "Set to the comment timestamp value" 87 | }, 88 | "result": { 89 | "required": ["response"], 90 | "properties": { 91 | "response": { 92 | "description": "Set to the comments from the learner" 93 | } 94 | } 95 | } 96 | } 97 | } 98 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.completion.status.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/completion-status/scorm.profile.completion.status.schema", 4 | "description": "Profile ID: https://w3id.org/xapi/scorm/completion-status See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#completion-status", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "context"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'completed'", 13 | "properties": { 14 | "id": { 15 | "enum": ["http://adlnet.gov/expapi/verbs/completed"] 16 | } 17 | } 18 | }, 19 | "object": { 20 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 21 | "required": ["definition"], 22 | "properties": { 23 | "id": { 24 | "description": "Set to the SCO IRI" 25 | }, 26 | "definition": { 27 | "type": "object", 28 | "required": ["type"], 29 | "properties": { 30 | "type": { 31 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 32 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 33 | } 34 | } 35 | } 36 | } 37 | }, 38 | "context": { 39 | "required": ["contextActivities"], 40 | "properties": { 41 | "contextActivities": { 42 | "required": ["grouping", "category"], 43 | "properties": { 44 | "grouping": { 45 | "description": "Set to include the attempt activity and the course activity", 46 | "minItems": 2, 47 | "items": [ 48 | { 49 | "properties": { 50 | "definition": { 51 | "properties": { 52 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 53 | } 54 | } 55 | } 56 | }, 57 | { 58 | "properties": { 59 | "definition": { 60 | "properties": { 61 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 62 | } 63 | } 64 | } 65 | } 66 | ] 67 | }, 68 | "category": { 69 | "description": "Set to include the xAPI SCORM Profiles activity", 70 | "minItems": 1, 71 | "items": [ 72 | { 73 | "properties": { 74 | "id": { 75 | "enum": ["https://w3id.org/xapi/scorm"] 76 | } 77 | } 78 | } 79 | ] 80 | } 81 | } 82 | } 83 | } 84 | } 85 | } 86 | } 87 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.initializing.attempt.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/initializing-an-attempt/scorm.profile.initializing.attempt.schema", 4 | "description": "Profile ID: https://w3id.org/xapi/scorm/initializing-an-attempt See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#initializing-an-attempt", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "context", "timestamp"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'initialized'", 13 | "properties": { 14 | "id": { 15 | "enum": ["http://adlnet.gov/expapi/verbs/initialized"] 16 | } 17 | } 18 | }, 19 | "object": { 20 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 21 | "required": ["definition"], 22 | "properties": { 23 | "id": { 24 | "description": "Set to the SCO IRI" 25 | }, 26 | "definition": { 27 | "type": "object", 28 | "required": ["type"], 29 | "properties": { 30 | "type": { 31 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 32 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 33 | } 34 | } 35 | } 36 | } 37 | }, 38 | "context": { 39 | "required": ["contextActivities"], 40 | "properties": { 41 | "contextActivities": { 42 | "required": ["grouping", "category"], 43 | "properties": { 44 | "grouping": { 45 | "description": "Set to include the attempt activity and the course activity", 46 | "minItems": 2, 47 | "items": [ 48 | { 49 | "properties": { 50 | "definition": { 51 | "properties": { 52 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 53 | } 54 | } 55 | } 56 | }, 57 | { 58 | "properties": { 59 | "definition": { 60 | "properties": { 61 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 62 | } 63 | } 64 | } 65 | } 66 | ] 67 | }, 68 | "category": { 69 | "description": "Set to include the xAPI SCORM Profiles activity", 70 | "minItems": 1, 71 | "items": [ 72 | { 73 | "properties": { 74 | "id": { 75 | "enum": ["https://w3id.org/xapi/scorm"] 76 | } 77 | } 78 | } 79 | ] 80 | } 81 | } 82 | } 83 | } 84 | }, 85 | "timestamp": { 86 | "description": "Set to the time the attempt was initialized" 87 | } 88 | } 89 | } 90 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.objectives.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/objectives/scorm.profile.local.objective.schema", 4 | "description": "Objectives are represented as another activity. As such, statements about a learner’s score, success or completion status are reported just as they are for any other activity. But determining a consistent naming scheme for the objective ID makes it easier for reporting systems to understand the statements. For consistency the following guidance is recommended:\n\t- The combination of course IRI, SCO ID, and objective ID should consistently and uniquely identify a single objective\n\t- Use the following IRI syntax when defining an objective:\n\t\t-- Local objective (SCO or activity level): `//objective/`\n\t\t-- Course objective (course level): `/objective/`\n\t\t-- Global objective (for all courses): `/objective/`\nNOTE: To indicate where this objective statement occurred, include the SCO IRI in the context activities parent array. Profile ID: https://w3id.org/xapi/scorm/objectives See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#objectives", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "context", "result"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'closely-encountered'. Note: This verb was added in part to differentiate referencing cmi.objectives.n.... vs. cmi.score or cmi.progress_measure or cmi.completion_status or cmi.success_status. Also this verb was chosen to give tribute and honor to Phil Dodds. See https://en.wikipedia.org/wiki/Phil_Dodds for more information.", 13 | "properties": { 14 | "id": { 15 | "enum": ["http://adlnet.gov/expapi/verbs/closely-encountered"] 16 | } 17 | } 18 | }, 19 | "object": { 20 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 21 | "required": ["definition"], 22 | "properties": { 23 | "id": { 24 | "description": "Set to the SCO IRI" 25 | }, 26 | "definition": { 27 | "type": "object", 28 | "required": ["type"], 29 | "properties": { 30 | "type": { 31 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 32 | "enum": [ 33 | "http://adlnet.gov/expapi/activities/lesson", 34 | "http://adlnet.gov/expapi/activities/objective" 35 | ] 36 | } 37 | } 38 | } 39 | } 40 | }, 41 | "context": { 42 | "required": ["contextActivities"], 43 | "properties": { 44 | "contextActivities": { 45 | "required": ["grouping", "category", "parent"], 46 | "properties": { 47 | "parent": { 48 | "description": "To indicate where this objective statement occurred, include the SCO IRI in the context activities parent array.", 49 | "minItems": 1 50 | }, 51 | "grouping": { 52 | "description": "Set to include the attempt activity and the course activity", 53 | "minItems": 3, 54 | "items": [ 55 | { 56 | "properties": { 57 | "definition": { 58 | "properties": { 59 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 60 | } 61 | } 62 | } 63 | }, 64 | { 65 | "properties": { 66 | "definition": { 67 | "properties": { 68 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 69 | } 70 | } 71 | } 72 | }, 73 | { 74 | "properties": { 75 | "description": "Set objectivesId to the cmi.objectives.n.id", 76 | } 77 | } 78 | ] 79 | }, 80 | "category": { 81 | "description": "Set to include the xAPI SCORM Profiles activity", 82 | "minItems": 1, 83 | "items": [ 84 | { 85 | "properties": { 86 | "id": { 87 | "enum": ["https://w3id.org/xapi/scorm"] 88 | } 89 | } 90 | } 91 | ] 92 | } 93 | } 94 | } 95 | } 96 | }, 97 | "result": { 98 | "required": [""], 99 | "properties": { 100 | "score": { 101 | "description": "Set to appropriate cmi.objectives.n.score key and value", 102 | "properties": { 103 | "scaled": { 104 | "type": "number", 105 | "minimum": -1, 106 | "maximum": 1 107 | }, 108 | "raw": { 109 | "type": "number", 110 | "description": "A real number with values that is accurate to seven significant decimal figures." 111 | }, 112 | "min": { 113 | "type": "number", 114 | "description": "A real number with values that is accurate to seven significant decimal figures." 115 | }, 116 | "max": { 117 | "type": "number", 118 | "description": "A real number with values that is accurate to seven significant decimal figures." 119 | } 120 | } 121 | }, 122 | "success": { 123 | "description": "Set to the cmi.objectives.n.success_status. Consider true to be equivalent to passed, false to be equivalent to failed, and if property is not present to be equivalent to unknown", 124 | "type": "boolean" 125 | }, 126 | "completion": { 127 | "description": "Set to the cmi.objectives.n.completion_status. Consider true to be equivalent to completed, false to be equivalent to incomplete, and if property is not present to be equivalent to not attempted or unknown. Clarification may be added to the results.extensions property.", 128 | "type": "boolean" 129 | }, 130 | "extensions": { 131 | "description": "Can be used to store cmi.objective.n.progress_measure score, or for clarification for cmi.objectives.n.completion", 132 | "type": "object" 133 | } 134 | } 135 | } 136 | } 137 | } 138 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.progress.measure.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/attempt-state/scorm.profile.progress.measure.schema.json", 4 | "description": "Progress Measure indicates how much progress has been made in the activity. This value can be stored as a Statement using the `progressed` ADL Verb and `result.score.scaled` for the value. Profile ID: https://w3id.org/xapi/scorm/progress-measure See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#progress-measure", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "result", "context", "timestamp"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'progressed'", 13 | "properties": { 14 | "id": { 15 | "enum": ["http://adlnet.gov/expapi/verbs/progressed"] 16 | } 17 | } 18 | }, 19 | "object": { 20 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 21 | "required": ["definition"], 22 | "properties": { 23 | "id": { 24 | "description": "Set to the SCO IRI" 25 | }, 26 | "definition": { 27 | "type": "object", 28 | "required": ["type"], 29 | "properties": { 30 | "type": { 31 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 32 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 33 | } 34 | } 35 | } 36 | } 37 | }, 38 | "result": { 39 | "required": ["score"], 40 | "properties": { 41 | "score": { 42 | "required": ["scaled"] 43 | } 44 | } 45 | }, 46 | "context": { 47 | "required": ["contextActivities"], 48 | "properties": { 49 | "contextActivities": { 50 | "required": ["grouping", "category"], 51 | "properties": { 52 | "grouping": { 53 | "description": "Set to include the attempt activity and the course activity", 54 | "minItems": 2, 55 | "items": [ 56 | { 57 | "properties": { 58 | "definition": { 59 | "properties": { 60 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 61 | } 62 | } 63 | } 64 | }, 65 | { 66 | "properties": { 67 | "definition": { 68 | "properties": { 69 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 70 | } 71 | } 72 | } 73 | } 74 | ] 75 | }, 76 | "category": { 77 | "description": "Set to include the xAPI SCORM Profiles activity", 78 | "minItems": 1, 79 | "items": [ 80 | { 81 | "properties": { 82 | "id": { 83 | "enum": ["https://w3id.org/xapi/scorm"] 84 | } 85 | } 86 | } 87 | ] 88 | } 89 | } 90 | } 91 | } 92 | }, 93 | "timestamp": { 94 | "description": "Set to the time the attempt was initialized" 95 | } 96 | } 97 | } 98 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.reporting.learner.activity.during.attempt.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/reporting-learner-activity-during-an-attempt/scorm.profile.reporting.learner.activity.during.attempt.schema", 4 | "description": "Profile ID: https://w3id.org/xapi/scorm/reporting-learner-activity-during-an-attempt See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#reporting-learner-activity-during-an-attempt", 5 | "type": "object", 6 | "required": ["actor", "object", "context", "timestamp"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "object": { 12 | "description": "If the statement is about the SCO (such as completed or commented), set to activity object for the SCO, using the SCO IRI as the activity's id. If statement is about something within the SCO (such as a video or test), set to the activity object for the SCO.", 13 | "properties": { 14 | "id": { 15 | "description": "If the statement is about the SCO, set to the SCO IRI" 16 | } 17 | } 18 | }, 19 | "context": { 20 | "required": ["contextActivities"], 21 | "properties": { 22 | "contextActivities": { 23 | "required": ["grouping", "category"], 24 | "properties": { 25 | "parent": { 26 | "description": "If the statement is about soomething within the SCO, set array to include the activity ovject for the SCO" 27 | }, 28 | "grouping": { 29 | "description": "Set to include the attempt activity and the course activity", 30 | "minItems": 2, 31 | "items": [ 32 | { 33 | "properties": { 34 | "definition": { 35 | "properties": { 36 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 37 | } 38 | } 39 | } 40 | }, 41 | { 42 | "properties": { 43 | "definition": { 44 | "properties": { 45 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 46 | } 47 | } 48 | } 49 | } 50 | ] 51 | }, 52 | "category": { 53 | "description": "Set to include the xAPI SCORM Profiles activity", 54 | "minItems": 1, 55 | "items": [ 56 | { 57 | "properties": { 58 | "id": { 59 | "enum": ["https://w3id.org/xapi/scorm"] 60 | } 61 | } 62 | } 63 | ] 64 | } 65 | } 66 | } 67 | } 68 | }, 69 | "timestamp": { 70 | "description": "Set to the time the attempt was initialized" 71 | } 72 | } 73 | } 74 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.resuming.attempt.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/resuming-an-attempt/scorm.profile.resuming.attempt.schema", 4 | "description": "Profile ID: https://w3id.org/xapi/scorm/resuming-an-attempt See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#resuming-an-attempt", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "context", "timestamp"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'resumed'", 13 | "properties": { 14 | "id": { 15 | "enum": ["http://adlnet.gov/expapi/verbs/resumed"] 16 | } 17 | } 18 | }, 19 | "object": { 20 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 21 | "required": ["definition"], 22 | "properties": { 23 | "id": { 24 | "description": "Set to the SCO IRI" 25 | }, 26 | "definition": { 27 | "type": "object", 28 | "required": ["type"], 29 | "properties": { 30 | "type": { 31 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 32 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 33 | } 34 | } 35 | } 36 | } 37 | }, 38 | "context": { 39 | "required": ["contextActivities"], 40 | "properties": { 41 | "contextActivities": { 42 | "required": ["grouping", "category"], 43 | "properties": { 44 | "grouping": { 45 | "description": "Set to include the attempt activity and the course activity", 46 | "minItems": 2, 47 | "items": [ 48 | { 49 | "properties": { 50 | "definition": { 51 | "properties": { 52 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 53 | } 54 | } 55 | } 56 | }, 57 | { 58 | "properties": { 59 | "definition": { 60 | "properties": { 61 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 62 | } 63 | } 64 | } 65 | } 66 | ] 67 | }, 68 | "category": { 69 | "description": "Set to include the xAPI SCORM Profiles activity", 70 | "minItems": 1, 71 | "items": [ 72 | { 73 | "properties": { 74 | "id": { 75 | "enum": ["https://w3id.org/xapi/scorm"] 76 | } 77 | } 78 | } 79 | ] 80 | } 81 | } 82 | } 83 | } 84 | }, 85 | "timestamp": { 86 | "description": "Set to the time the attempt was suspended" 87 | } 88 | } 89 | } 90 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.score.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/attempt-state/scorm.profile.score.schema.json", 4 | "description": "Scores may be reported as supporting information about the learner’s attempt. Since reporting systems may not have a passing threshold to compare the scores the activity provider or activity cannot imply success or completion of an activity solely based on a score. The use of this Statement is for journaling/auditing purposes and does not necessarily indicate the score of the activity. If it is determined that the activity must have a score, set it explicitly as the result of terminated Statement. NOTE: For compatibility between SCORM versions, the value of SCORM 1.2 `cmi.core.score.raw` divided by 100, and of SCORM 2004 `cmi.score.scaled` should be reported to xAPI as `score.scaled`. All other scores - raw, min, max - may be reported directly as xAPI `score.raw`, `score.min`, and `score.max`. Profile ID: https://w3id.org/xapi/scorm/score See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#score", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "result", "context"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'initialized'", 13 | "properties": { 14 | "id": { 15 | "enum": ["http://adlnet.gov/expapi/verbs/scored"] 16 | } 17 | } 18 | }, 19 | "object": { 20 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 21 | "required": ["definition"], 22 | "properties": { 23 | "id": { 24 | "description": "Set to the SCO IRI" 25 | }, 26 | "definition": { 27 | "type": "object", 28 | "required": ["type"], 29 | "properties": { 30 | "type": { 31 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 32 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 33 | } 34 | } 35 | } 36 | } 37 | }, 38 | "result": { 39 | "required": ["score"], 40 | "properties": { 41 | "score": { 42 | "required": ["scaled"] 43 | } 44 | } 45 | }, 46 | "context": { 47 | "required": ["contextActivities"], 48 | "properties": { 49 | "contextActivities": { 50 | "required": ["grouping", "category"], 51 | "properties": { 52 | "grouping": { 53 | "description": "Set to include the attempt activity and the course activity", 54 | "minItems": 2, 55 | "items": [ 56 | { 57 | "properties": { 58 | "definition": { 59 | "properties": { 60 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 61 | } 62 | } 63 | } 64 | }, 65 | { 66 | "properties": { 67 | "definition": { 68 | "properties": { 69 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 70 | } 71 | } 72 | } 73 | } 74 | ] 75 | }, 76 | "category": { 77 | "description": "Set to include the xAPI SCORM Profiles activity", 78 | "minItems": 1, 79 | "items": [ 80 | { 81 | "properties": { 82 | "id": { 83 | "enum": ["https://w3id.org/xapi/scorm"] 84 | } 85 | } 86 | } 87 | ] 88 | } 89 | } 90 | } 91 | } 92 | } 93 | } 94 | } 95 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.session.time.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/session-time/scorm.profile.session.time.schema", 4 | "description": "Session Time indicates how much time has been spent in the activity during a specific session. This value can be stored as the `result.duration` property in a terminated or suspended Statement. Profile ID: https://w3id.org/xapi/scorm/session-time See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#session-time", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "context", "result"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'terminated' or 'suspended'", 13 | "properties": { 14 | "id": { 15 | "enum": [ 16 | "http://adlnet.gov/expapi/verbs/suspended", 17 | "http://adlnet.gov/expapi/verbs/terminated" 18 | ] 19 | } 20 | } 21 | }, 22 | "object": { 23 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 24 | "required": ["definition"], 25 | "properties": { 26 | "id": { 27 | "description": "Set to the SCO IRI" 28 | }, 29 | "definition": { 30 | "type": "object", 31 | "required": ["type"], 32 | "properties": { 33 | "type": { 34 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 35 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 36 | } 37 | } 38 | } 39 | } 40 | }, 41 | "context": { 42 | "required": ["contextActivities"], 43 | "properties": { 44 | "contextActivities": { 45 | "required": ["grouping", "category"], 46 | "properties": { 47 | "grouping": { 48 | "description": "Set to include the attempt activity and the course activity", 49 | "minItems": 2, 50 | "items": [ 51 | { 52 | "properties": { 53 | "definition": { 54 | "properties": { 55 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 56 | } 57 | } 58 | } 59 | }, 60 | { 61 | "properties": { 62 | "definition": { 63 | "properties": { 64 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 65 | } 66 | } 67 | } 68 | } 69 | ] 70 | }, 71 | "category": { 72 | "description": "Set to include the xAPI SCORM Profiles activity", 73 | "minItems": 1, 74 | "items": [ 75 | { 76 | "properties": { 77 | "id": { 78 | "enum": ["https://w3id.org/xapi/scorm"] 79 | } 80 | } 81 | } 82 | ] 83 | } 84 | } 85 | } 86 | } 87 | }, 88 | "timestamp": { 89 | "description": "Set to the time the attempt was terminated" 90 | }, 91 | "result": { 92 | "description": "Set to the overall result for the SCO", 93 | "required": ["duration"], 94 | "properties": { 95 | "success": { 96 | "description": "If success_status of the SCO is known, success is true if success_status is passed, and false if success_status is failed" 97 | }, 98 | "completion": { 99 | "description": "If completion_status of the SCO is known, completion is true if completion_status is completed, and false if completion_status is incomplete" 100 | }, 101 | "score": { 102 | "description": "If score of the SCO is known, use the appropriate score property to store SCORM score data model elements, such as score.scaled for cmi.score.scaled" 103 | }, 104 | "duration": { 105 | "description": "Set to indicate how much time has been spent in the activity during a specific session" 106 | } 107 | } 108 | } 109 | } 110 | } 111 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.success.status.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/session-time/scorm.profile.success.status.schema", 4 | "description": "Success indicates whether the learner's attempt was successful. The use of this Statement is for journaling/auditing purposes and does not necessarily indicate success of the activity. If it is determined that the activity must have a success status, set it explicitly as the result of terminated Statement. Profile ID: https://w3id.org/xapi/scorm/success-status See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#success-status", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "context"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'passed' or 'failed'", 13 | "properties": { 14 | "id": { 15 | "enum": [ 16 | "http://adlnet.gov/expapi/verbs/failed", 17 | "http://adlnet.gov/expapi/verbs/passed" 18 | ] 19 | } 20 | } 21 | }, 22 | "object": { 23 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 24 | "required": ["definition"], 25 | "properties": { 26 | "id": { 27 | "description": "Set to the SCO IRI" 28 | }, 29 | "definition": { 30 | "type": "object", 31 | "required": ["type"], 32 | "properties": { 33 | "type": { 34 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 35 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 36 | } 37 | } 38 | } 39 | } 40 | }, 41 | "context": { 42 | "required": ["contextActivities"], 43 | "properties": { 44 | "contextActivities": { 45 | "required": ["grouping", "category"], 46 | "properties": { 47 | "grouping": { 48 | "description": "Set to include the attempt activity and the course activity", 49 | "minItems": 2, 50 | "items": [ 51 | { 52 | "properties": { 53 | "definition": { 54 | "properties": { 55 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 56 | } 57 | } 58 | } 59 | }, 60 | { 61 | "properties": { 62 | "definition": { 63 | "properties": { 64 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 65 | } 66 | } 67 | } 68 | } 69 | ] 70 | }, 71 | "category": { 72 | "description": "Set to include the xAPI SCORM Profiles activity", 73 | "minItems": 1, 74 | "items": [ 75 | { 76 | "properties": { 77 | "id": { 78 | "enum": ["https://w3id.org/xapi/scorm"] 79 | } 80 | } 81 | } 82 | ] 83 | } 84 | } 85 | } 86 | } 87 | } 88 | } 89 | } 90 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.suspending.attempt.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/suspending-an-attempt/scorm.profile.suspending.attempt.schema", 4 | "description": "Profile ID: https://w3id.org/xapi/scorm/suspending-an-attempt See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#suspending-an-attempt", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "context", "timestamp"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'suspended'", 13 | "properties": { 14 | "id": { 15 | "enum": ["http://adlnet.gov/expapi/verbs/suspended"] 16 | } 17 | } 18 | }, 19 | "object": { 20 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 21 | "required": ["definition"], 22 | "properties": { 23 | "id": { 24 | "description": "Set to the SCO IRI" 25 | }, 26 | "definition": { 27 | "type": "object", 28 | "required": ["type"], 29 | "properties": { 30 | "type": { 31 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 32 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 33 | } 34 | } 35 | } 36 | } 37 | }, 38 | "context": { 39 | "required": ["contextActivities"], 40 | "properties": { 41 | "contextActivities": { 42 | "required": ["grouping", "category"], 43 | "properties": { 44 | "grouping": { 45 | "description": "Set to include the attempt activity and the course activity", 46 | "minItems": 2, 47 | "items": [ 48 | { 49 | "properties": { 50 | "definition": { 51 | "properties": { 52 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 53 | } 54 | } 55 | } 56 | }, 57 | { 58 | "properties": { 59 | "definition": { 60 | "properties": { 61 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 62 | } 63 | } 64 | } 65 | } 66 | ] 67 | }, 68 | "category": { 69 | "description": "Set to include the xAPI SCORM Profiles activity", 70 | "minItems": 1, 71 | "items": [ 72 | { 73 | "properties": { 74 | "id": { 75 | "enum": ["https://w3id.org/xapi/scorm"] 76 | } 77 | } 78 | } 79 | ] 80 | } 81 | } 82 | } 83 | } 84 | }, 85 | "timestamp": { 86 | "description": "Set to the time the attempt was suspended" 87 | }, 88 | "result": { 89 | "description": "Set to the overall result for the SCO", 90 | "properties": { 91 | "success": { 92 | "description": "If success_status of the SCO is known, success is true if success_status is passed, and false if success_status is failed" 93 | }, 94 | "completion": { 95 | "description": "If completion_status of the SCO is known, completion is true if completion_status is completed, and false if completion_status is incomplete" 96 | }, 97 | "score": { 98 | "description": "If score of the SCO is known, use the appropriate score property to store SCORM score data model elements, such as score.scaled for cmi.score.scaled" 99 | } 100 | } 101 | } 102 | } 103 | } 104 | -------------------------------------------------------------------------------- /document-schemas/scorm.profile.terminating.attempt.schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json-schema.org/schema#", 3 | "id": "https://w3id.org/xapi/scorm/terminating-an-attempt/scorm.profile.terminating.attempt.schema", 4 | "description": "Profile ID: https://w3id.org/xapi/scorm/terminating-an-attempt See: https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#terminating-an-attempt", 5 | "type": "object", 6 | "required": ["actor", "verb", "object", "context", "timestamp", "result"], 7 | "properties": { 8 | "actor": { 9 | "description": "Set to the learner's agent object" 10 | }, 11 | "verb": { 12 | "description": "Set to the ADL Verb 'terminated'", 13 | "properties": { 14 | "id": { 15 | "enum": ["http://adlnet.gov/expapi/verbs/terminated"] 16 | } 17 | } 18 | }, 19 | "object": { 20 | "description": "Set to the activity object for the SCO, using the SCO IRI as the activity's ID", 21 | "required": ["definition"], 22 | "properties": { 23 | "id": { 24 | "description": "Set to the SCO IRI" 25 | }, 26 | "definition": { 27 | "type": "object", 28 | "required": ["type"], 29 | "properties": { 30 | "type": { 31 | "description": "Set to 'http://adlnet.gov/expapi/activities/lesson'", 32 | "enum": ["http://adlnet.gov/expapi/activities/lesson"] 33 | } 34 | } 35 | } 36 | } 37 | }, 38 | "context": { 39 | "required": ["contextActivities"], 40 | "properties": { 41 | "contextActivities": { 42 | "required": ["grouping", "category"], 43 | "properties": { 44 | "grouping": { 45 | "description": "Set to include the attempt activity and the course activity", 46 | "minItems": 2, 47 | "items": [ 48 | { 49 | "properties": { 50 | "definition": { 51 | "properties": { 52 | "type": {"enum": ["http://adlnet.gov/expapi/activities/course"]} 53 | } 54 | } 55 | } 56 | }, 57 | { 58 | "properties": { 59 | "definition": { 60 | "properties": { 61 | "type": {"enum": ["http://adlnet.gov/expapi/activities/attempt"]} 62 | } 63 | } 64 | } 65 | } 66 | ] 67 | }, 68 | "category": { 69 | "description": "Set to include the xAPI SCORM Profiles activity", 70 | "minItems": 1, 71 | "items": [ 72 | { 73 | "properties": { 74 | "id": { 75 | "enum": ["https://w3id.org/xapi/scorm"] 76 | } 77 | } 78 | } 79 | ] 80 | } 81 | } 82 | } 83 | } 84 | }, 85 | "timestamp": { 86 | "description": "Set to the time the attempt was terminated" 87 | }, 88 | "result": { 89 | "description": "Set to the overall result for the SCO", 90 | "properties": { 91 | "success": { 92 | "description": "If success_status of the SCO is known, success is true if success_status is passed, and false if success_status is failed" 93 | }, 94 | "completion": { 95 | "description": "If completion_status of the SCO is known, completion is true if completion_status is completed, and false if completion_status is incomplete" 96 | }, 97 | "score": { 98 | "description": "If score of the SCO is known, use the appropriate score property to store SCORM score data model elements, such as score.scaled for cmi.score.scaled" 99 | } 100 | } 101 | } 102 | } 103 | } 104 | -------------------------------------------------------------------------------- /statements/scorm.profile.comments.from.learner.schema/scorm.profile.mapping.stmt.learner.comment.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor":{ 3 | "account":{ 4 | "homePage":"http://lms.adlnet.gov/", 5 | "name":"500-627-490" 6 | } 7 | }, 8 | "verb":{ 9 | "id":"http://adlnet.gov/expapi/verbs/commented", 10 | "display":{ 11 | "en-US":"commented" 12 | } 13 | }, 14 | "object":{ 15 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition":{ 17 | "name":{ 18 | "en-US":"lesson 01" 19 | }, 20 | "description":{ 21 | "en-US":"The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "result":{ 27 | "response":"This is a great lesson. You do such a wonderful job teaching!" 28 | }, 29 | "timestamp":"2014-09-29T18:18:24.316Z", 30 | "context":{ 31 | "contextActivities":{ 32 | "grouping":[ 33 | { 34 | "id":"http://adlnet.gov/courses/compsci/CS204/", 35 | "definition":{ 36 | "name":{ 37 | "en-US":"CS204" 38 | }, 39 | "description":{ 40 | "en-US":"The activity representing the course CS204" 41 | }, 42 | "type": "http://adlnet.gov/expapi/activities/course" 43 | } 44 | }, 45 | { 46 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 47 | "definition":{ 48 | "name":{ 49 | "en-US":"Attempt of CS204 lesson 01" 50 | }, 51 | "description":{ 52 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 53 | }, 54 | "type": "http://adlnet.gov/expapi/activities/attempt" 55 | } 56 | } 57 | ], 58 | "category": [ 59 | { 60 | "id": "https://w3id.org/xapi/scorm" 61 | } 62 | ] 63 | } 64 | } 65 | } 66 | -------------------------------------------------------------------------------- /statements/scorm.profile.completion.status.schema/scorm.profile.stmt.completion.status.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor": { 3 | "account": { 4 | "homePage": "http://lms.adlnet.gov/", 5 | "name": "500-627-490" 6 | } 7 | }, 8 | "verb": { 9 | "id": "http://adlnet.gov/expapi/verbs/completed", 10 | "display": { 11 | "en-US": "completed" 12 | } 13 | }, 14 | "object": { 15 | "id": "http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition": { 17 | "name": { 18 | "en-US" : "lesson 01" 19 | }, 20 | "description" : { 21 | "en-US" : "The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "context": { 27 | "contextActivities": { 28 | "grouping": [ 29 | { 30 | "id":"http://adlnet.gov/courses/compsci/CS204/", 31 | "definition":{ 32 | "name":{ 33 | "en-US":"CS204" 34 | }, 35 | "description":{ 36 | "en-US":"The activity representing the course CS204" 37 | }, 38 | "type": "http://adlnet.gov/expapi/activities/course" 39 | } 40 | }, 41 | { 42 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 43 | "definition":{ 44 | "name":{ 45 | "en-US":"Attempt of CS204 lesson 01" 46 | }, 47 | "description":{ 48 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 49 | }, 50 | "type": "http://adlnet.gov/expapi/activities/attempt" 51 | } 52 | } 53 | ], 54 | "category": [ 55 | { 56 | "id": "https://w3id.org/xapi/scorm" 57 | } 58 | ] 59 | } 60 | } 61 | } 62 | -------------------------------------------------------------------------------- /statements/scorm.profile.initializing.attempt.schema/ang.roses.stmt1.initialized.json: -------------------------------------------------------------------------------- 1 | { 2 | "verb": { 3 | "id": "http://adlnet.gov/expapi/verbs/initialized", 4 | "display": { 5 | "en-US": "initialized" 6 | } 7 | }, 8 | "version": "1.0.0", 9 | "timestamp": "2016-12-02T15:12:41.005126+00:00", 10 | "object": { 11 | "definition": { 12 | "type": "http://adlnet.gov/expapi/activities/lesson", 13 | "name": { 14 | "en-US": "What is a Rose?" 15 | }, 16 | "description": { 17 | "en-US": "Roses Job Aid - What is a Rose" 18 | } 19 | }, 20 | "id": "http://adlnet.gov/jobaid/roses/what", 21 | "objectType": "Activity" 22 | }, 23 | "actor": { 24 | "mbox": "mailto:cr8onski@gmail.com", 25 | "name": "Andy", 26 | "objectType": "Agent" 27 | }, 28 | "stored": "2016-12-02T15:12:41.005126+00:00", 29 | "authority": { 30 | "mbox": "mailto:xAPIRoses@adlnet.gov", 31 | "name": "xAPIRoses", 32 | "objectType": "Agent" 33 | }, 34 | "context": { 35 | "contextActivities": { 36 | "category": [ 37 | { 38 | "id": "https://w3id.org/xapi/scorm" 39 | } 40 | ], 41 | "grouping": [ 42 | { 43 | "definition": { 44 | "type": "http://adlnet.gov/expapi/activities/course", 45 | "name": { 46 | "en-US": "Roses Job Aid xAPI Example" 47 | }, 48 | "description": { 49 | "en-US": "Roses Job Aid" 50 | } 51 | }, 52 | "id": "http://adlnet.gov/jobaid/roses" 53 | }, 54 | { 55 | "definition": { 56 | "type": "http://adlnet.gov/expapi/activities/attempt", 57 | "name": { 58 | "en-US": "Attempt for What is a Rose?" 59 | }, 60 | "description": { 61 | "en-US": "Attempt for Roses Job Aid - What is a Rose" 62 | } 63 | }, 64 | "id": "http://adlnet.gov/jobaid/roses/what?attemptId=f287234b-438c-419e-a7e4-ecab1714b0bb" 65 | } 66 | ] 67 | } 68 | }, 69 | "id": "e8ea6712-8b10-4110-b892-eb7f4f2f3061" 70 | } 71 | -------------------------------------------------------------------------------- /statements/scorm.profile.initializing.attempt.schema/profile.appendix.stmt.initialized.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor":{ 3 | "account":{ 4 | "homePage":"http://lms.adlnet.gov/", 5 | "name":"500-627-490" 6 | } 7 | }, 8 | "verb":{ 9 | "id":"http://adlnet.gov/expapi/verbs/initialized", 10 | "display":{ 11 | "en-US":"initialized" 12 | } 13 | }, 14 | "object":{ 15 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition":{ 17 | "name":{ 18 | "en-US":"lesson 01" 19 | }, 20 | "description":{ 21 | "en-US":"The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "context":{ 27 | "contextActivities":{ 28 | "grouping":[ 29 | { 30 | "id":"http://adlnet.gov/courses/compsci/CS204/", 31 | "definition":{ 32 | "name":{ 33 | "en-US":"CS204" 34 | }, 35 | "description":{ 36 | "en-US":"The activity representing the course CS204" 37 | }, 38 | "type": "http://adlnet.gov/expapi/activities/course" 39 | } 40 | }, 41 | { 42 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 43 | "definition":{ 44 | "name":{ 45 | "en-US":"Attempt of CS204 lesson 01" 46 | }, 47 | "description":{ 48 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 49 | }, 50 | "type": "http://adlnet.gov/expapi/activities/attempt" 51 | } 52 | } 53 | ], 54 | "category": [ 55 | { 56 | "id": "https://w3id.org/xapi/scorm" 57 | } 58 | ] 59 | } 60 | }, 61 | "timestamp":"2014-08-01T15:05:04-04:00" 62 | } 63 | -------------------------------------------------------------------------------- /statements/scorm.profile.objectives.schema/scorm.profile.stmt.local.objective.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor":{ 3 | "account":{ 4 | "homePage":"http://lms.adlnet.gov/", 5 | "name":"500-627-490" 6 | } 7 | }, 8 | "verb":{ 9 | "id":"http://adlnet.gov/expapi/verbs/passed", 10 | "display":{ 11 | "en-US":"passed" 12 | } 13 | }, 14 | "object":{ 15 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01/objective/obj-if-else", 16 | "definition":{ 17 | "name":{ 18 | "en-US":"If-Else Blocks" 19 | }, 20 | "description":{ 21 | "en-US":"Show proficiency in creating if-else blocks" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/objective" 24 | } 25 | }, 26 | "context":{ 27 | "contextActivities":{ 28 | "parent":[ 29 | { 30 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01", 31 | "definition":{ 32 | "name":{ 33 | "en-US":"CS204 lesson 01" 34 | }, 35 | "description":{ 36 | "en-US":"The activity representing lesson 01 in the course CS204" 37 | }, 38 | "type": "http://adlnet.gov/expapi/activities/lesson" 39 | } 40 | } 41 | ], 42 | "grouping":[ 43 | { 44 | "id":"http://adlnet.gov/courses/compsci/CS204/", 45 | "definition":{ 46 | "name":{ 47 | "en-US":"CS204" 48 | }, 49 | "description":{ 50 | "en-US":"The activity representing the course CS204" 51 | }, 52 | "type": "http://adlnet.gov/expapi/activities/course" 53 | } 54 | }, 55 | { 56 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 57 | "definition":{ 58 | "name":{ 59 | "en-US":"Attempt of CS204 lesson 01" 60 | }, 61 | "description":{ 62 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 63 | }, 64 | "type": "http://adlnet.gov/expapi/activities/attempt" 65 | } 66 | } 67 | ], 68 | "category": [ 69 | { 70 | "id": "https://w3id.org/xapi/scorm" 71 | } 72 | ] 73 | } 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /statements/scorm.profile.objectives.schema/scorm.profile.stmt.with.sequencing.and.navigation.global.objective.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor":{ 3 | "account":{ 4 | "homePage":"http://lms.adlnet.gov/", 5 | "name":"500-627-490" 6 | } 7 | }, 8 | "verb":{ 9 | "id":"http://adlnet.gov/expapi/verbs/passed", 10 | "display":{ 11 | "en-US":"passed" 12 | } 13 | }, 14 | "object":{ 15 | "id":"http://myurl.example.com/objective/global-obj-if-else", 16 | "definition":{ 17 | "name":{ 18 | "en-US":"If-Else Blocks" 19 | }, 20 | "description":{ 21 | "en-US":"Show proficiency in creating if-else blocks" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "context":{ 27 | "contextActivities":{ 28 | "parent":[ 29 | { 30 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01", 31 | "definition":{ 32 | "name":{ 33 | "en-US":"CS204 lesson 01" 34 | }, 35 | "description":{ 36 | "en-US":"The activity representing lesson 01 in the course CS204" 37 | }, 38 | "type": "http://adlnet.gov/expapi/activities/lesson" 39 | } 40 | } 41 | ], 42 | "grouping":[ 43 | { 44 | "id":"http://adlnet.gov/courses/compsci/CS204/", 45 | "definition":{ 46 | "name":{ 47 | "en-US":"CS204" 48 | }, 49 | "description":{ 50 | "en-US":"The activity representing the course CS204" 51 | }, 52 | "type": "http://adlnet.gov/expapi/activities/course" 53 | } 54 | }, 55 | { 56 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 57 | "definition":{ 58 | "name":{ 59 | "en-US":"Attempt of CS204 lesson 01" 60 | }, 61 | "description":{ 62 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 63 | }, 64 | "type": "http://adlnet.gov/expapi/activities/attempt" 65 | } 66 | } 67 | ], 68 | "category": [ 69 | { 70 | "id": "https://w3id.org/xapi/scorm" 71 | } 72 | ] 73 | } 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /statements/scorm.profile.progress.measure.schema/profile.schema.stmt.progress.measure.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor":{ 3 | "account":{ 4 | "homePage":"http://lms.adlnet.gov/", 5 | "name":"500-627-490" 6 | } 7 | }, 8 | "verb":{ 9 | "id":"http://adlnet.gov/expapi/verbs/progressed", 10 | "display":{ 11 | "en-US":"progressed" 12 | } 13 | }, 14 | "object":{ 15 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition":{ 17 | "name":{ 18 | "en-US":"lesson 01" 19 | }, 20 | "description":{ 21 | "en-US":"The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "result":{ 27 | "score":{ 28 | "scaled":0.75 29 | } 30 | }, 31 | "timestamp":"2014-09-29T18:18:24.316Z", 32 | "context":{ 33 | "contextActivities":{ 34 | "grouping":[ 35 | { 36 | "id":"http://adlnet.gov/courses/compsci/CS204/", 37 | "definition":{ 38 | "name":{ 39 | "en-US":"CS204" 40 | }, 41 | "description":{ 42 | "en-US":"The activity representing the course CS204" 43 | }, 44 | "type": "http://adlnet.gov/expapi/activities/course" 45 | } 46 | }, 47 | { 48 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 49 | "definition":{ 50 | "name":{ 51 | "en-US":"Attempt of CS204 lesson 01" 52 | }, 53 | "description":{ 54 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 55 | }, 56 | "type": "http://adlnet.gov/expapi/activities/attempt" 57 | } 58 | } 59 | ], 60 | "category": [ 61 | { 62 | "id": "https://w3id.org/xapi/scorm" 63 | } 64 | ] 65 | } 66 | } 67 | } 68 | -------------------------------------------------------------------------------- /statements/scorm.profile.reporting.learner.activity.during.attempt.schema/ang.roses.stmt2.read.json: -------------------------------------------------------------------------------- 1 | { 2 | "verb": { 3 | "id": "http://example.com/verbs/read", 4 | "display": { 5 | "en-US": "read" 6 | } 7 | }, 8 | "version": "1.0.0", 9 | "timestamp": "2016-12-02T15:13:53.744332+00:00", 10 | "object": { 11 | "definition": { 12 | "type": "http://adlnet.gov/expapi/activities/lesson", 13 | "name": { 14 | "en-US": "What is a Rose? - Slide 1" 15 | }, 16 | "description": { 17 | "en-US": "Roses Job Aid - What is a Rose - Slide 1" 18 | } 19 | }, 20 | "id": "http://adlnet.gov/jobaid/roses/what#0", 21 | "objectType": "Activity" 22 | }, 23 | "actor": { 24 | "mbox": "mailto:cr8onski@gmail.com", 25 | "name": "Andy", 26 | "objectType": "Agent" 27 | }, 28 | "stored": "2016-12-02T15:13:53.744332+00:00", 29 | "authority": { 30 | "mbox": "mailto:xAPIRoses@adlnet.gov", 31 | "name": "xAPIRoses", 32 | "objectType": "Agent" 33 | }, 34 | "context": { 35 | "contextActivities": { 36 | "category": [ 37 | { 38 | "id": "https://w3id.org/xapi/scorm" 39 | } 40 | ], 41 | "parent": [ 42 | { 43 | "definition": { 44 | "type": "http://adlnet.gov/expapi/activities/attempt", 45 | "name": { 46 | "en-US": "Attempt for What is a Rose?" 47 | }, 48 | "description": { 49 | "en-US": "Attempt for Roses Job Aid - What is a Rose" 50 | } 51 | }, 52 | "id": "http://adlnet.gov/jobaid/roses/what?attemptId=f287234b-438c-419e-a7e4-ecab1714b0bb" 53 | } 54 | ], 55 | "grouping": [ 56 | { 57 | "definition": { 58 | "type": "http://adlnet.gov/expapi/activities/course", 59 | "name": { 60 | "en-US": "Roses Job Aid xAPI Example" 61 | }, 62 | "description": { 63 | "en-US": "Roses Job Aid" 64 | } 65 | }, 66 | "id": "http://adlnet.gov/jobaid/roses" 67 | }, 68 | { 69 | "definition": { 70 | "type": "http://adlnet.gov/expapi/activities/lesson", 71 | "name": { 72 | "en-US": "What is a Rose?" 73 | }, 74 | "description": { 75 | "en-US": "Roses Job Aid - What is a Rose" 76 | } 77 | }, 78 | "id": "http://adlnet.gov/jobaid/roses/what" 79 | }, 80 | { 81 | "definition": { 82 | "type": "http://adlnet.gov/expapi/activities/attempt", 83 | "name": { 84 | "en-US": "Attempt for What is a Rose? - Slide 1" 85 | }, 86 | "description": { 87 | "en-US": "Attempt for Roses Job Aid - What is a Rose - Slide 1" 88 | } 89 | }, 90 | "id": "http://adlnet.gov/jobaid/roses/what#0?attemptId=f287234b-438c-419e-a7e4-ecab1714b0bb" 91 | } 92 | ] 93 | } 94 | }, 95 | "id": "b31392d2-9dce-4a4f-867d-197b748e091e" 96 | } 97 | -------------------------------------------------------------------------------- /statements/scorm.profile.resuming.attempt.schema/ang.roses.stmt48.resumed.json: -------------------------------------------------------------------------------- 1 | { 2 | "verb": { 3 | "id": "http://adlnet.gov/expapi/verbs/resumed", 4 | "display": { 5 | "en-US": "resumed" 6 | } 7 | }, 8 | "version": "1.0.0", 9 | "timestamp": "2016-12-02T15:32:25.522424+00:00", 10 | "object": { 11 | "definition": { 12 | "type": "http://adlnet.gov/expapi/activities/lesson", 13 | "name": { 14 | "en-US": "What is a Rose?" 15 | }, 16 | "description": { 17 | "en-US": "Roses Job Aid - What is a Rose" 18 | } 19 | }, 20 | "id": "http://adlnet.gov/jobaid/roses/what", 21 | "objectType": "Activity" 22 | }, 23 | "actor": { 24 | "mbox": "mailto:cr8onski@gmail.com", 25 | "name": "Andy", 26 | "objectType": "Agent" 27 | }, 28 | "stored": "2016-12-02T15:32:25.522424+00:00", 29 | "authority": { 30 | "mbox": "mailto:xAPIRoses@adlnet.gov", 31 | "name": "xAPIRoses", 32 | "objectType": "Agent" 33 | }, 34 | "context": { 35 | "contextActivities": { 36 | "category": [ 37 | { 38 | "id": "https://w3id.org/xapi/scorm" 39 | } 40 | ], 41 | "grouping": [ 42 | { 43 | "definition": { 44 | "type": "http://adlnet.gov/expapi/activities/course", 45 | "name": { 46 | "en-US": "Roses Job Aid xAPI Example" 47 | }, 48 | "description": { 49 | "en-US": "Roses Job Aid" 50 | } 51 | }, 52 | "id": "http://adlnet.gov/jobaid/roses" 53 | }, 54 | { 55 | "definition": { 56 | "type": "http://adlnet.gov/expapi/activities/attempt", 57 | "name": { 58 | "en-US": "Attempt for What is a Rose?" 59 | }, 60 | "description": { 61 | "en-US": "Attempt for Roses Job Aid - What is a Rose" 62 | } 63 | }, 64 | "id": "http://adlnet.gov/jobaid/roses/what?attemptId=f8b17ecf-a395-40f5-a43d-35607616eae1" 65 | } 66 | ] 67 | } 68 | }, 69 | "id": "1aefdc6f-8b6a-4a7d-9782-8390149f54d5" 70 | } 71 | -------------------------------------------------------------------------------- /statements/scorm.profile.resuming.attempt.schema/profile.appendix.stmt.resumed.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor": { 3 | "account": { 4 | "homePage": "http://lms.adlnet.gov/", 5 | "name": "500-627-490" 6 | } 7 | }, 8 | "verb": { 9 | "id": "http://adlnet.gov/expapi/verbs/resumed", 10 | "display": { 11 | "en-US": "resumed" 12 | } 13 | }, 14 | "object": { 15 | "id": "http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition": { 17 | "name": { 18 | "en-US" : "lesson 01" 19 | }, 20 | "description" : { 21 | "en-US" : "The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "context": { 27 | "contextActivities": { 28 | "grouping": [ 29 | { 30 | "id":"http://adlnet.gov/courses/compsci/CS204/", 31 | "definition":{ 32 | "name":{ 33 | "en-US":"CS204" 34 | }, 35 | "description":{ 36 | "en-US":"The activity representing the course CS204" 37 | }, 38 | "type": "http://adlnet.gov/expapi/activities/course" 39 | } 40 | }, 41 | { 42 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 43 | "definition":{ 44 | "name":{ 45 | "en-US":"Attempt of CS204 lesson 01" 46 | }, 47 | "description":{ 48 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 49 | }, 50 | "type": "http://adlnet.gov/expapi/activities/attempt" 51 | } 52 | } 53 | ], 54 | "category": [ 55 | { 56 | "id": "https://w3id.org/xapi/scorm" 57 | } 58 | ] 59 | } 60 | }, 61 | "timestamp":"2014-08-01T15:05:04-04:00" 62 | } 63 | -------------------------------------------------------------------------------- /statements/scorm.profile.score.schema/profile.schema.stmt.score.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor": { 3 | "account": { 4 | "homePage": "http://lms.adlnet.gov/", 5 | "name": "500-627-490" 6 | } 7 | }, 8 | "verb": { 9 | "id": "http://adlnet.gov/expapi/verbs/scored", 10 | "display": { 11 | "en-US": "scored" 12 | } 13 | }, 14 | "result" : { 15 | "score" : { 16 | "scaled" : 0.95 17 | } 18 | }, 19 | "object": { 20 | "id": "http://adlnet.gov/courses/compsci/CS204/lesson01/01", 21 | "definition": { 22 | "name": { 23 | "en-US" : "lesson 01" 24 | }, 25 | "description" : { 26 | "en-US" : "The first lesson of CS204" 27 | }, 28 | "type": "http://adlnet.gov/expapi/activities/lesson" 29 | } 30 | }, 31 | "context": { 32 | "contextActivities": { 33 | "grouping": [ 34 | { 35 | "id":"http://adlnet.gov/courses/compsci/CS204/", 36 | "definition":{ 37 | "name":{ 38 | "en-US":"CS204" 39 | }, 40 | "description":{ 41 | "en-US":"The activity representing the course CS204" 42 | }, 43 | "type": "http://adlnet.gov/expapi/activities/course" 44 | } 45 | }, 46 | { 47 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 48 | "definition":{ 49 | "name":{ 50 | "en-US":"Attempt of CS204 lesson 01" 51 | }, 52 | "description":{ 53 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 54 | }, 55 | "type": "http://adlnet.gov/expapi/activities/attempt" 56 | } 57 | } 58 | ], 59 | "category": [ 60 | { 61 | "id": "https://w3id.org/xapi/scorm" 62 | } 63 | ] 64 | } 65 | } 66 | } 67 | -------------------------------------------------------------------------------- /statements/scorm.profile.session.time.schema/profile.schema.stmt.success.status.failed.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor": { 3 | "account": { 4 | "homePage": "http://lms.adlnet.gov/", 5 | "name": "500-627-490" 6 | } 7 | }, 8 | "verb": { 9 | "id": "http://adlnet.gov/expapi/verbs/failed", 10 | "display": { 11 | "en-US": "failed" 12 | } 13 | }, 14 | "object": { 15 | "id": "http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition": { 17 | "name": { 18 | "en-US" : "lesson 01" 19 | }, 20 | "description" : { 21 | "en-US" : "The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "context": { 27 | "contextActivities": { 28 | "grouping": [ 29 | { 30 | "id":"http://adlnet.gov/courses/compsci/CS204/", 31 | "definition":{ 32 | "name":{ 33 | "en-US":"CS204" 34 | }, 35 | "description":{ 36 | "en-US":"The activity representing the course CS204" 37 | }, 38 | "type": "http://adlnet.gov/expapi/activities/course" 39 | } 40 | }, 41 | { 42 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 43 | "definition":{ 44 | "name":{ 45 | "en-US":"Attempt of CS204 lesson 01" 46 | }, 47 | "description":{ 48 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 49 | }, 50 | "type": "http://adlnet.gov/expapi/activities/attempt" 51 | } 52 | } 53 | ], 54 | "category": [ 55 | { 56 | "id": "https://w3id.org/xapi/scorm" 57 | } 58 | ] 59 | } 60 | } 61 | } 62 | -------------------------------------------------------------------------------- /statements/scorm.profile.session.time.schema/profile.schema.stmt.success.status.passed.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor": { 3 | "account": { 4 | "homePage": "http://lms.adlnet.gov/", 5 | "name": "500-627-490" 6 | } 7 | }, 8 | "verb": { 9 | "id": "http://adlnet.gov/expapi/verbs/passed", 10 | "display": { 11 | "en-US": "passed" 12 | } 13 | }, 14 | "object": { 15 | "id": "http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition": { 17 | "name": { 18 | "en-US" : "lesson 01" 19 | }, 20 | "description" : { 21 | "en-US" : "The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "context": { 27 | "contextActivities": { 28 | "grouping": [ 29 | { 30 | "id":"http://adlnet.gov/courses/compsci/CS204/", 31 | "definition":{ 32 | "name":{ 33 | "en-US":"CS204" 34 | }, 35 | "description":{ 36 | "en-US":"The activity representing the course CS204" 37 | }, 38 | "type": "http://adlnet.gov/expapi/activities/course" 39 | } 40 | }, 41 | { 42 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 43 | "definition":{ 44 | "name":{ 45 | "en-US":"Attempt of CS204 lesson 01" 46 | }, 47 | "description":{ 48 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 49 | }, 50 | "type": "http://adlnet.gov/expapi/activities/attempt" 51 | } 52 | } 53 | ], 54 | "category": [ 55 | { 56 | "id": "https://w3id.org/xapi/scorm" 57 | } 58 | ] 59 | } 60 | } 61 | } 62 | -------------------------------------------------------------------------------- /statements/scorm.profile.success.status.schema/profile.schema.stmt.session.time.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor":{ 3 | "account":{ 4 | "homePage":"http://lms.adlnet.gov/", 5 | "name":"500-627-490" 6 | } 7 | }, 8 | "verb":{ 9 | "id":"http://adlnet.gov/expapi/verbs/terminated", 10 | "display":{ 11 | "en-US":"terminated" 12 | } 13 | }, 14 | "object":{ 15 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition":{ 17 | "name":{ 18 | "en-US":"lesson 01" 19 | }, 20 | "description":{ 21 | "en-US":"The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "result":{ 27 | "duration":"PT2H30M5S" 28 | }, 29 | "context":{ 30 | "contextActivities":{ 31 | "grouping":[ 32 | { 33 | "id":"http://adlnet.gov/courses/compsci/CS204/", 34 | "definition":{ 35 | "name":{ 36 | "en-US":"CS204" 37 | }, 38 | "description":{ 39 | "en-US":"The activity representing the course CS204" 40 | }, 41 | "type": "http://adlnet.gov/expapi/activities/course" 42 | } 43 | }, 44 | { 45 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 46 | "definition":{ 47 | "name":{ 48 | "en-US":"Attempt of CS204 lesson 01" 49 | }, 50 | "description":{ 51 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 52 | }, 53 | "type": "http://adlnet.gov/expapi/activities/attempt" 54 | } 55 | } 56 | ], 57 | "category": [ 58 | { 59 | "id": "https://w3id.org/xapi/scorm" 60 | } 61 | ] 62 | } 63 | } 64 | } 65 | -------------------------------------------------------------------------------- /statements/scorm.profile.suspending.attempt.schema/ang.roses.stmt47.suspended.json: -------------------------------------------------------------------------------- 1 | { 2 | "verb": { 3 | "id": "http://adlnet.gov/expapi/verbs/suspended", 4 | "display": { 5 | "en-US": "suspended" 6 | } 7 | }, 8 | "version": "1.0.0", 9 | "timestamp": "2016-12-02T15:32:05.338532+00:00", 10 | "object": { 11 | "definition": { 12 | "type": "http://adlnet.gov/expapi/activities/lesson", 13 | "name": { 14 | "en-US": "What is a Rose?" 15 | }, 16 | "description": { 17 | "en-US": "Roses Job Aid - What is a Rose" 18 | } 19 | }, 20 | "id": "http://adlnet.gov/jobaid/roses/what", 21 | "objectType": "Activity" 22 | }, 23 | "actor": { 24 | "mbox": "mailto:cr8onski@gmail.com", 25 | "name": "Andy", 26 | "objectType": "Agent" 27 | }, 28 | "stored": "2016-12-02T15:32:05.338532+00:00", 29 | "authority": { 30 | "mbox": "mailto:xAPIRoses@adlnet.gov", 31 | "name": "xAPIRoses", 32 | "objectType": "Agent" 33 | }, 34 | "context": { 35 | "contextActivities": { 36 | "category": [ 37 | { 38 | "id": "https://w3id.org/xapi/scorm" 39 | } 40 | ], 41 | "grouping": [ 42 | { 43 | "definition": { 44 | "type": "http://adlnet.gov/expapi/activities/course", 45 | "name": { 46 | "en-US": "Roses Job Aid xAPI Example" 47 | }, 48 | "description": { 49 | "en-US": "Roses Job Aid" 50 | } 51 | }, 52 | "id": "http://adlnet.gov/jobaid/roses" 53 | }, 54 | { 55 | "definition": { 56 | "type": "http://adlnet.gov/expapi/activities/attempt", 57 | "name": { 58 | "en-US": "Attempt for What is a Rose?" 59 | }, 60 | "description": { 61 | "en-US": "Attempt for Roses Job Aid - What is a Rose" 62 | } 63 | }, 64 | "id": "http://adlnet.gov/jobaid/roses/what?attemptId=f8b17ecf-a395-40f5-a43d-35607616eae1" 65 | } 66 | ] 67 | } 68 | }, 69 | "id": "e9db79b8-c379-4935-ad81-7a5b6a86074c" 70 | } 71 | -------------------------------------------------------------------------------- /statements/scorm.profile.suspending.attempt.schema/profile.appendix.stmt.suspended.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor": { 3 | "account": { 4 | "homePage": "http://lms.adlnet.gov/", 5 | "name": "500-627-490" 6 | } 7 | }, 8 | "verb": { 9 | "id": "http://adlnet.gov/expapi/verbs/suspended", 10 | "display": { 11 | "en-US": "suspended" 12 | } 13 | }, 14 | "object": { 15 | "id": "http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition": { 17 | "name": { 18 | "en-US" : "lesson 01" 19 | }, 20 | "description" : { 21 | "en-US" : "The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "context": { 27 | "contextActivities": { 28 | "grouping": [ 29 | { 30 | "id":"http://adlnet.gov/courses/compsci/CS204/", 31 | "definition":{ 32 | "name":{ 33 | "en-US":"CS204" 34 | }, 35 | "description":{ 36 | "en-US":"The activity representing the course CS204" 37 | }, 38 | "type": "http://adlnet.gov/expapi/activities/course" 39 | } 40 | }, 41 | { 42 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 43 | "definition":{ 44 | "name":{ 45 | "en-US":"Attempt of CS204 lesson 01" 46 | }, 47 | "description":{ 48 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 49 | }, 50 | "type": "http://adlnet.gov/expapi/activities/attempt" 51 | } 52 | } 53 | ], 54 | "category": [ 55 | { 56 | "id": "https://w3id.org/xapi/scorm" 57 | } 58 | ] 59 | } 60 | }, 61 | "timestamp":"2014-08-01T15:05:04-04:00" 62 | } 63 | -------------------------------------------------------------------------------- /statements/scorm.profile.terminating.attempt.schema/ang.roses.stmt9.terminated.json: -------------------------------------------------------------------------------- 1 | { 2 | "verb": { 3 | "id": "http://adlnet.gov/expapi/verbs/terminated", 4 | "display": { 5 | "en-US": "terminated" 6 | } 7 | }, 8 | "version": "1.0.0", 9 | "timestamp": "2016-12-02T15:16:14.907231+00:00", 10 | "object": { 11 | "definition": { 12 | "type": "http://adlnet.gov/expapi/activities/lesson", 13 | "name": { 14 | "en-US": "What is a Rose?" 15 | }, 16 | "description": { 17 | "en-US": "Roses Job Aid - What is a Rose" 18 | } 19 | }, 20 | "id": "http://adlnet.gov/jobaid/roses/what", 21 | "objectType": "Activity" 22 | }, 23 | "actor": { 24 | "mbox": "mailto:cr8onski@gmail.com", 25 | "name": "Andy", 26 | "objectType": "Agent" 27 | }, 28 | "stored": "2016-12-02T15:16:14.907231+00:00", 29 | "result": { 30 | "completion": true, 31 | "success": true 32 | }, 33 | "context": { 34 | "contextActivities": { 35 | "category": [ 36 | { 37 | "id": "https://w3id.org/xapi/scorm" 38 | } 39 | ], 40 | "grouping": [ 41 | { 42 | "definition": { 43 | "type": "http://adlnet.gov/expapi/activities/course", 44 | "name": { 45 | "en-US": "Roses Job Aid xAPI Example" 46 | }, 47 | "description": { 48 | "en-US": "Roses Job Aid" 49 | } 50 | }, 51 | "id": "http://adlnet.gov/jobaid/roses" 52 | }, 53 | { 54 | "definition": { 55 | "type": "http://adlnet.gov/expapi/activities/attempt", 56 | "name": { 57 | "en-US": "Attempt for What is a Rose?" 58 | }, 59 | "description": { 60 | "en-US": "Attempt for Roses Job Aid - What is a Rose" 61 | } 62 | }, 63 | "id": "http://adlnet.gov/jobaid/roses/what?attemptId=f287234b-438c-419e-a7e4-ecab1714b0bb" 64 | } 65 | ] 66 | } 67 | }, 68 | "id": "5166a71d-d3a3-4369-bb60-bee8bb89bbe6", 69 | "authority": { 70 | "mbox": "mailto:xAPIRoses@adlnet.gov", 71 | "name": "xAPIRoses", 72 | "objectType": "Agent" 73 | } 74 | } 75 | -------------------------------------------------------------------------------- /statements/scorm.profile.terminating.attempt.schema/profile.appendixstmt.terminated.json: -------------------------------------------------------------------------------- 1 | { 2 | "actor": { 3 | "account": { 4 | "homePage": "http://lms.adlnet.gov/", 5 | "name": "500-627-490" 6 | } 7 | }, 8 | "verb": { 9 | "id": "http://adlnet.gov/expapi/verbs/terminated", 10 | "display": { 11 | "en-US": "terminated" 12 | } 13 | }, 14 | "object": { 15 | "id": "http://adlnet.gov/courses/compsci/CS204/lesson01/01", 16 | "definition": { 17 | "name": { 18 | "en-US": "lesson 01" 19 | }, 20 | "description": { 21 | "en-US": "The first lesson of CS204" 22 | }, 23 | "type": "http://adlnet.gov/expapi/activities/lesson" 24 | } 25 | }, 26 | "context": { 27 | "contextActivities": { 28 | "grouping": [ 29 | { 30 | "id":"http://adlnet.gov/courses/compsci/CS204/", 31 | "definition":{ 32 | "name":{ 33 | "en-US":"CS204" 34 | }, 35 | "description":{ 36 | "en-US":"The activity representing the course CS204" 37 | }, 38 | "type": "http://adlnet.gov/expapi/activities/course" 39 | } 40 | }, 41 | { 42 | "id":"http://adlnet.gov/courses/compsci/CS204/lesson01/01?attemptId=50fd6961-ab6c-4e75-e6c7-ca42dce50dd6", 43 | "definition":{ 44 | "name":{ 45 | "en-US":"Attempt of CS204 lesson 01" 46 | }, 47 | "description":{ 48 | "en-US":"The activity representing an attempt of lesson 01 in the course CS204" 49 | }, 50 | "type": "http://adlnet.gov/expapi/activities/attempt" 51 | } 52 | } 53 | ], 54 | "category": [ 55 | { 56 | "id": "https://w3id.org/xapi/scorm" 57 | } 58 | ] 59 | } 60 | }, 61 | "result": { 62 | "success": true, 63 | "completion": true, 64 | "score": { 65 | "scaled": 0.95 66 | } 67 | }, 68 | "timestamp": "2014-08-01T15:05:04-04:00" 69 | } 70 | -------------------------------------------------------------------------------- /vocabulary/xapi.scorm.profile.rdf: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 13 | 14 | xAPI SCORM Profile 15 | Verbs, Activity Types and xAPI Document definitions used to represent SCORM learning experiences in xAPI. 16 | 17 | 2016-04-03 18 | 2016-06-16 19 | 20 | 21 | 22 | Advanced Distributed Learning (ADL) 23 | 24 | 25 | 26 | 27 | Used to indicate that the SCO attempt has been initialized. 28 | 29 | 30 | 31 | 32 | Used to indicate that the SCO attempt has been terminated. 33 | 34 | 35 | 36 | 37 | Used to indicate that the SCO attempt has been suspended. 38 | 39 | 40 | 41 | 42 | Used to indicate that the SCO attempt has been resumed. 43 | 44 | 45 | 46 | 47 | Used to indicate that the learner's performance on this attempt at least met the minimum threshold for the activity. 48 | 49 | 50 | 51 | 52 | Used to indicate that the learner's performance on this attempt did not meet the minimum threshold for the activity. 53 | 54 | 55 | 56 | 57 | Used to indicate the learner's score on this attempt without implying a level of satisfaction, or to provide evidence toward satisfaction or completion. 58 | 59 | 60 | 61 | 62 | Used to indicate the learner has experienced a sufficient amount of the activity on this attempt. 63 | 64 | 65 | 66 | 67 | Used to indicate the learner's response to some interaction with this activity on this attempt. 68 | 69 | 70 | 71 | 72 | Used to indicate comments from the learner during the current activity attempt. 73 | 74 | 75 | 76 | 77 | Used to indicate the learner's progress measure within an activity attempt. 78 | 79 | 80 | 81 | 82 | Represents a SCORM course. 83 | 84 | 85 | 86 | 87 | Represents a module within a SCORM course. 88 | 89 | 90 | 91 | 92 | Represents a SCORM SCO. 93 | 94 | 95 | 96 | 97 | Represents a test or assessment within a SCO. 98 | 99 | 100 | 101 | 102 | Represents an interaction within a SCO. 103 | 104 | 105 | 106 | 107 | Represents a SCORM objective within a SCO. 108 | 109 | 110 | 111 | 112 | Represents an attempt on an activity. 113 | 114 | 115 | 116 | --------------------------------------------------------------------------------