This commit is contained in:
root
2026-07-05 08:45:54 +00:00
parent c3596c12f3
commit 073d1dd383
8 changed files with 655 additions and 158 deletions
+4
View File
@@ -185,6 +185,7 @@ export class StudyElementDB {
"source": string;
"questionText": string;
"content": string;
"keyword": string;
"category": string;
/** Creates a new StudyElementDB instance. */
@@ -201,6 +202,9 @@ export class StudyElementDB {
if (!("content" in $$source)) {
this["content"] = "";
}
if (!("keyword" in $$source)) {
this["keyword"] = "";
}
if (!("category" in $$source)) {
this["category"] = "";
}