From bc20ad570853992aacecf1f420b50695ce240bc0 Mon Sep 17 00:00:00 2001 From: Tristan Devos Date: Mon, 11 Nov 2024 13:18:36 -0500 Subject: [PATCH] add class for msa --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 8bf65aa..a842502 100644 --- a/index.js +++ b/index.js @@ -447,6 +447,7 @@ export const Classes = { arithmetic: 'Arithmetic', candidateResponse: 'candidate-response', correctResponse: 'correct-response', + duplicateResponse: 'duplicate-response', fillInTheBlank: 'FillInTheBlank', itemGrading: 'item-grading', longAnswer: 'LongAnswer',