Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit d8e9e7e

Browse files
committed
fix: Adds interactionType to questions.
1 parent f3d82d6 commit d8e9e7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/statementUtils/createActivity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default function createActivity(options: CreateActivityOpts): Activity {
3434
en: options.name,
3535
},
3636
extensions: options.extensions,
37+
interactionType: options.interactionType,
3738
},
3839
};
3940
}

0 commit comments

Comments
 (0)