From 2994144718d89c1b5b4fc2df7c16b3ae672cad6b Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 12 Aug 2024 12:47:17 +0530 Subject: [PATCH] feat: quiz creation from lesson form --- .../src/components/Controls/Autocomplete.vue | 3 ++- frontend/src/components/LessonPlugins.vue | 17 ++++++++++------- frontend/src/pages/LessonForm.vue | 9 ++++++++- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/Controls/Autocomplete.vue b/frontend/src/components/Controls/Autocomplete.vue index 0563dd61..81f5358b 100644 --- a/frontend/src/components/Controls/Autocomplete.vue +++ b/frontend/src/components/Controls/Autocomplete.vue @@ -91,7 +91,8 @@
{{ option.label }}
-
diff --git a/frontend/src/components/LessonPlugins.vue b/frontend/src/components/LessonPlugins.vue index e5a4e5af..89af799d 100644 --- a/frontend/src/components/LessonPlugins.vue +++ b/frontend/src/components/LessonPlugins.vue @@ -26,12 +26,15 @@ :label="__('Add an existing quiz')" @change="(option) => addQuiz(option)" /> - +