@thanh01.pmt/interactive-quiz-kit 1.0.80 → 1.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authoring.cjs +1 -1
- package/dist/authoring.mjs +1 -1
- package/dist/react-ui.cjs +1 -1
- package/dist/react-ui.mjs +1 -1
- package/package.json +1 -1
package/dist/authoring.cjs
CHANGED
|
@@ -77367,7 +77367,7 @@ function LearningObjectiveManager({
|
|
|
77367
77367
|
if (typeof rec["LO ID"] === "string" && rec["LO ID"].trim() && typeof rec["LO Description"] === "string" && rec["LO Description"].trim()) {
|
|
77368
77368
|
acc.valid.push({
|
|
77369
77369
|
code: rec["LO ID"],
|
|
77370
|
-
name: rec["LO
|
|
77370
|
+
name: rec["LO Name"],
|
|
77371
77371
|
description: rec["LO Description"],
|
|
77372
77372
|
subject: rec["Subject"] || "",
|
|
77373
77373
|
subjectCode: rec["Subject Code"] || rec["Subject"],
|
package/dist/authoring.mjs
CHANGED
|
@@ -77302,7 +77302,7 @@ function LearningObjectiveManager({
|
|
|
77302
77302
|
if (typeof rec["LO ID"] === "string" && rec["LO ID"].trim() && typeof rec["LO Description"] === "string" && rec["LO Description"].trim()) {
|
|
77303
77303
|
acc.valid.push({
|
|
77304
77304
|
code: rec["LO ID"],
|
|
77305
|
-
name: rec["LO
|
|
77305
|
+
name: rec["LO Name"],
|
|
77306
77306
|
description: rec["LO Description"],
|
|
77307
77307
|
subject: rec["Subject"] || "",
|
|
77308
77308
|
subjectCode: rec["Subject Code"] || rec["Subject"],
|
package/dist/react-ui.cjs
CHANGED
|
@@ -139665,7 +139665,7 @@ function LearningObjectiveManager({
|
|
|
139665
139665
|
if (typeof rec["LO ID"] === "string" && rec["LO ID"].trim() && typeof rec["LO Description"] === "string" && rec["LO Description"].trim()) {
|
|
139666
139666
|
acc.valid.push({
|
|
139667
139667
|
code: rec["LO ID"],
|
|
139668
|
-
name: rec["LO
|
|
139668
|
+
name: rec["LO Name"],
|
|
139669
139669
|
description: rec["LO Description"],
|
|
139670
139670
|
subject: rec["Subject"] || "",
|
|
139671
139671
|
subjectCode: rec["Subject Code"] || rec["Subject"],
|
package/dist/react-ui.mjs
CHANGED
|
@@ -139599,7 +139599,7 @@ function LearningObjectiveManager({
|
|
|
139599
139599
|
if (typeof rec["LO ID"] === "string" && rec["LO ID"].trim() && typeof rec["LO Description"] === "string" && rec["LO Description"].trim()) {
|
|
139600
139600
|
acc.valid.push({
|
|
139601
139601
|
code: rec["LO ID"],
|
|
139602
|
-
name: rec["LO
|
|
139602
|
+
name: rec["LO Name"],
|
|
139603
139603
|
description: rec["LO Description"],
|
|
139604
139604
|
subject: rec["Subject"] || "",
|
|
139605
139605
|
subjectCode: rec["Subject Code"] || rec["Subject"],
|
package/package.json
CHANGED