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

Commit 633a0c7

Browse files
committed
feat(activityTypes): Adds webinar.
1 parent 2efb980 commit 633a0c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/statementConstants/activityTypes.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ export const tutorSession = 'http://id.tincanapi.com/activitytype/tutor-session'
215215
*/
216216
export const video = 'https://w3id.org/xapi/video/activity-type/video';
217217

218+
/**
219+
* A seminar conducted over the Internet which may be live or recorded.
220+
*/
221+
export const webinar = 'http://id.tincanapi.com/activitytype/webinar';
222+
218223
/**
219224
* This represents a sequence of processes.
220225
*/

0 commit comments

Comments
 (0)