Skip to content

Commit 2c79b46

Browse files
committed
Add recognition of interaction type long-fill-in
1 parent 441a493 commit 2c79b46

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/com/rusticisoftware/tincan/ActivityDefinition.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ public ObjectNode toJSONNode(TCAPIVersion version) {
227227

228228
case TRUE_FALSE:
229229
case FILL_IN:
230+
case LONG_FILL_IN:
230231
case NUMERIC:
231232
case OTHER:
232233
break;

src/main/java/com/rusticisoftware/tincan/InteractionType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public enum InteractionType {
2828
PERFORMANCE("performance"),
2929
TRUE_FALSE("true-false"),
3030
FILL_IN("fill-in"),
31+
LONG_FILL_IN("long-fill-in"),
3132
NUMERIC("numeric"),
3233
OTHER("other");
3334

0 commit comments

Comments
 (0)