diff --git a/.gitignore b/.gitignore index 957c519f..95242ce7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ __pycache__/ node_modules package-lock.json lms/public/frontend -lms/www/lms.html \ No newline at end of file +lms/www/lms.html +frappe-ui \ No newline at end of file diff --git a/frontend/src/components/Modals/Question.vue b/frontend/src/components/Modals/Question.vue index bdecfc4c..8fa262cd 100644 --- a/frontend/src/components/Modals/Question.vue +++ b/frontend/src/components/Modals/Question.vue @@ -1,30 +1,113 @@ - + \ No newline at end of file + diff --git a/frontend/src/pages/QuizCreation.vue b/frontend/src/pages/QuizCreation.vue index dd2b13a5..6a92150f 100644 --- a/frontend/src/pages/QuizCreation.vue +++ b/frontend/src/pages/QuizCreation.vue @@ -8,12 +8,15 @@