This commit is contained in:
2025-10-08 11:06:36 -06:00
parent dbdf4c0f5b
commit c9645ce678
28 changed files with 44 additions and 77 deletions
+1
View File
@@ -539,6 +539,7 @@
CourseNav.audioController.stopAllSoundsAndPlay(isCorrect ? good : bad);
$(this).html(draggedItem.find('.col-12').text()).addClass('text-center d-flex align-items-center justify-content-center');
$(this).droppable('disable'); // Disable this drop zone
draggedItem.hide();
if (isCorrect) {