update to mf_categories,

This commit is contained in:
louiscklaw
2025-04-21 05:56:09 +08:00
parent d2f9472743
commit 72bc7a67e2
27 changed files with 2562 additions and 1360 deletions

View File

@@ -10,6 +10,7 @@ const COL_USER_METAS = 'UserMetas';
// do not use LP_CATEGORIES
const COL_LISTENINGS_PRACTICE_CATEGORIES = 'QuizLPCategories';
const COL_QUIZ_LP_QUESTIONS = 'QuizLPQuestions';
const COL_MF_CATEGORIES = 'QuizMFCategories';
export {
COL_LESSON_TYPES,
@@ -19,7 +20,10 @@ export {
NS_LESSON_CATEGORY,
COL_USERS,
COL_USER_METAS,
//
COL_LISTENINGS_PRACTICE_CATEGORIES,
COL_QUIZ_LP_QUESTIONS,
//
COL_MF_CATEGORIES,
//
};