From: soufiane Date: Wed, 22 May 2024 15:43:52 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b9a0a44286ed82bb24a82c8a61a22e1fc8160e53;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.draganddrop.js b/js/quiz.draganddrop.js index e64356f..74ad058 100644 --- a/js/quiz.draganddrop.js +++ b/js/quiz.draganddrop.js @@ -27,6 +27,7 @@ QuizDragAndDrop.prototype = { let index = $this.activeScreen.find(".list-item:nth-child(1)").data('id') $this.sendCurrentAnswerToArea(zone,index); + return false; });