Skip to content

Commit aa8ad8e

Browse files
committed
Merge pull request adlnet#476 from chrishandorf/master
Missing long-fill-in interaction type (raised by chaimleib-scorm)
2 parents 4a525a0 + 6099a8b commit aa8ad8e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

xAPI.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ OSD, Training Readiness & Strategy (TRS)
192192
<tr><td>Bill McDonald</td><td>Boeing</td></tr>
193193
<tr><td>Brian J. Miller</td><td>Rustici Software</td></tr>
194194
<tr><td>Chad Udell</td><td>Float Mobile Learning</td></tr>
195+
<tr><td>Chris Handorf</td><td>Pearson</td></tr>
195196
<tr><td>Chris Sawwa</td><td>Meridian Knowledge Solutions</td></tr>
196197
<tr><td>Dan Allen</td><td>Litmos</td></tr>
197198
<tr><td>Dan Kuemmel</td><td>Sentry Insurance</td></tr>
@@ -1078,7 +1079,7 @@ an interaction Activity with the given interactionType.
10781079
<tr><td>likert</td><td>scale</td></tr>
10791080
<tr><td>matching</td><td>source, target</td></tr>
10801081
<tr><td>performance</td><td>steps</td></tr>
1081-
<tr><td>true-false, fill-in, numeric, other</td><td>[No component lists defined]</td></tr>
1082+
<tr><td>true-false, fill-in, long-fill-in, numeric, other</td><td>[No component lists defined]</td></tr>
10821083
</table>
10831084

10841085
###### Requirements
@@ -3870,6 +3871,20 @@ This example shows a Sub-Statement object whose object is a Statement Reference.
38703871
}
38713872
```
38723873

3874+
###### long-fill-in
3875+
```
3876+
"definition": {
3877+
"description": {
3878+
"en-US": "What is the purpose of the xAPI?"
3879+
},
3880+
"type": "http://adlnet.gov/expapi/activities/cmi.interaction",
3881+
"interactionType": "long-fill-in",
3882+
"correctResponsesPattern": [
3883+
"{case_matters=false}{lang=en}To store and provide access to learning experiences."
3884+
]
3885+
}
3886+
```
3887+
38733888
###### likert
38743889
```
38753890
"definition": {

0 commit comments

Comments
 (0)