diff --git a/wax-prosemirror-services/src/FillTheGapQuestionService/schema/fillTheGapContainerNode.js b/wax-prosemirror-services/src/FillTheGapQuestionService/schema/fillTheGapContainerNode.js
index ff020897e8c0f669b0f2caebb0e70409d5203b07..783e2be959e028bf9432f9691ec389ecc0f30624 100644
--- a/wax-prosemirror-services/src/FillTheGapQuestionService/schema/fillTheGapContainerNode.js
+++ b/wax-prosemirror-services/src/FillTheGapQuestionService/schema/fillTheGapContainerNode.js
@@ -6,7 +6,7 @@ const fillTheGapContainerNode = {
   },
   group: 'block questions',
   atom: true,
-  draggable: true,
+  draggable: false,
   selectable: true,
   defining: true,
   content: 'paragraph+',