@@ -192,6 +192,7 @@ OSD, Training Readiness & Strategy (TRS)
192
192
<tr><td>Bill McDonald</td><td>Boeing</td></tr>
193
193
<tr><td>Brian J. Miller</td><td>Rustici Software</td></tr>
194
194
<tr><td>Chad Udell</td><td>Float Mobile Learning</td></tr>
195
+ <tr><td>Chris Handorf</td><td>Pearson</td></tr>
195
196
<tr><td>Chris Sawwa</td><td>Meridian Knowledge Solutions</td></tr>
196
197
<tr><td>Dan Allen</td><td>Litmos</td></tr>
197
198
<tr><td>Dan Kuemmel</td><td>Sentry Insurance</td></tr>
@@ -1078,7 +1079,7 @@ an interaction Activity with the given interactionType.
1078
1079
<tr><td>likert</td><td>scale</td></tr>
1079
1080
<tr><td>matching</td><td>source, target</td></tr>
1080
1081
<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>
1082
1083
</table >
1083
1084
1084
1085
###### Requirements
@@ -3870,6 +3871,20 @@ This example shows a Sub-Statement object whose object is a Statement Reference.
3870
3871
}
3871
3872
```
3872
3873
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
+
3873
3888
###### likert
3874
3889
```
3875
3890
"definition": {
0 commit comments