From 64a09453e66a53a2e7105338528afe5ed50a3dd2 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Mon, 6 Jul 2026 22:19:51 +0200 Subject: [PATCH] feat: quiz page question rework (#181) - Replace Bootstrap accordion with flat card list for questions - Add HTML5 drag-and-drop reordering with placeholder-between-cards UX and amber/green/red save status indicator next to the heading - Add edit button per question opening a Bootstrap modal (bo--modal-form Stimulus controller with X-Modal-Request header pattern) - Show read-only view button instead of edit for locked/finalized quizzes - Add BankQuestion edit modal in question bank tab using same infrastructure - Move modal action buttons into modal-footer via