Skip to content

Commit

Permalink
Merge pull request #53 from davidells/master
Browse files Browse the repository at this point in the history
Add recognition of interaction type long-fill-in
  • Loading branch information
brianjmiller committed Apr 1, 2016
2 parents 441a493 + 2c79b46 commit 197e781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ public ObjectNode toJSONNode(TCAPIVersion version) {

case TRUE_FALSE:
case FILL_IN:
case LONG_FILL_IN:
case NUMERIC:
case OTHER:
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public enum InteractionType {
PERFORMANCE("performance"),
TRUE_FALSE("true-false"),
FILL_IN("fill-in"),
LONG_FILL_IN("long-fill-in"),
NUMERIC("numeric"),
OTHER("other");

Expand Down

0 comments on commit 197e781

Please sign in to comment.