diff --git a/wax-questions-service/src/MultipleDropDownService/schema/multipleDropDownOptionNode.js b/wax-questions-service/src/MultipleDropDownService/schema/multipleDropDownOptionNode.js
index 90452d15a616f0ed1c65c03844ce7142b0f3a50f..c93b6a87c8fc0e0386c8a6c7d89813ff2d892cbd 100644
--- a/wax-questions-service/src/MultipleDropDownService/schema/multipleDropDownOptionNode.js
+++ b/wax-questions-service/src/MultipleDropDownService/schema/multipleDropDownOptionNode.js
@@ -6,10 +6,8 @@ const multipleDropDownOptionNode = {
     correct: { default: '' },
     answer: { default: '' },
   },
-  content: 'inline*',
   group: 'inline questions',
   inline: true,
-  atom: true,
   parseDOM: [
     {
       tag: 'div.multiple-drop-down-option',