diff --git a/index.js b/index.js index 1022dbc..95f24c6 100644 --- a/index.js +++ b/index.js @@ -446,6 +446,7 @@ export const Classes = { }, questions: { allOrNothing: 'AllOrNothing', + answer: 'answer', arithmetic: 'Arithmetic', candidateResponse: 'candidate-response', choiceInteraction: 'choice-interaction', @@ -472,6 +473,7 @@ export const Classes = { text: 'text', textEntryInteraction: 'text-entry-interaction', trueFalse: 'TrueFalse', + units: 'units', value: 'value' }, quizzes: {