diff --git a/README.md b/README.md index 7e2ede3..596d022 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ interface LMSData { export enum ContextType { MEDIUM = 'medium', QUESTION = 'question', + ASSESSMENT= 'assessment', SECTION = 'section', CONTENT = 'content', CHAPTER = 'chapter', diff --git a/src/model.ts b/src/model.ts index 7e3f222..b0fcce5 100644 --- a/src/model.ts +++ b/src/model.ts @@ -49,6 +49,7 @@ export interface LMSData { export enum ContextType { MEDIUM = 'medium', QUESTION = 'question', + ASSESSMENT= 'assessment', SECTION = 'section', CONTENT = 'content', CHAPTER = 'chapter',