From 3a2a0313ac2d7f0365d28105aa1e5ff5b7a54c7c Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 16 Jun 2025 11:22:29 +0530 Subject: [PATCH] fix: show an intermediate dialog informing users of the quiz if its in between video --- frontend/src/components/VideoBlock.vue | 41 +++++++++++++++----------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/VideoBlock.vue b/frontend/src/components/VideoBlock.vue index 664b17e2..889968eb 100644 --- a/frontend/src/components/VideoBlock.vue +++ b/frontend/src/components/VideoBlock.vue @@ -115,11 +115,27 @@ :saveQuizzes="saveQuizzes" :duration="duration" /> + + +