update refactoring,

This commit is contained in:
louiscklaw
2025-04-22 04:18:53 +08:00
parent 1c3dccd68e
commit 0b38de74a2
36 changed files with 1833 additions and 119 deletions

View File

@@ -15,6 +15,7 @@ const COL_QUIZ_LP_CATEGORIES = 'QuizLPCategories';
const COL_QUIZ_LP_QUESTIONS = 'QuizLPQuestions';
//
const COL_QUIZ_MF_CATEGORIES = 'QuizMFCategories';
const COL_QUIZ_MF_QUESTIONS = 'QuizMFQuestions';
export {
COL_LESSON_TYPES,
@@ -29,5 +30,6 @@ export {
COL_QUIZ_LP_QUESTIONS,
//
COL_QUIZ_MF_CATEGORIES,
COL_QUIZ_MF_QUESTIONS,
//
};