@gmb/bitmark-parser-generator 4.5.0 → 4.6.0
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/browser/bitmark-parser-generator.min.js +1 -1
- package/dist/browser/bundle-report.html +2 -2
- package/dist/browser/cjs/index.cjs +7 -13
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/esm/index.js +7 -13
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/index.cjs +7 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -13
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3334,6 +3334,12 @@ var GROUPS = {
|
|
|
3334
3334
|
description: "If true, the quiz solutions are revealed",
|
|
3335
3335
|
format: TagFormat.boolean
|
|
3336
3336
|
// defaultValue: 'false',
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
key: ConfigKey.property_additionalSolutions,
|
|
3340
|
+
description: "Additional solutions",
|
|
3341
|
+
format: TagFormat.plainText,
|
|
3342
|
+
maxCount: Count.infinity
|
|
3337
3343
|
}
|
|
3338
3344
|
]
|
|
3339
3345
|
},
|
|
@@ -4952,12 +4958,6 @@ var BITS = {
|
|
|
4952
4958
|
description: "If the cloze solutions should be strikethrough",
|
|
4953
4959
|
format: TagFormat.boolean
|
|
4954
4960
|
},
|
|
4955
|
-
{
|
|
4956
|
-
key: ConfigKey.property_additionalSolutions,
|
|
4957
|
-
description: "Additional solutions for the cloze quiz",
|
|
4958
|
-
format: TagFormat.plainText,
|
|
4959
|
-
maxCount: Count.infinity
|
|
4960
|
-
},
|
|
4961
4961
|
{
|
|
4962
4962
|
key: ConfigKey.group_gap,
|
|
4963
4963
|
description: "Tags for gaps in cloze bits"
|
|
@@ -5485,12 +5485,6 @@ var BITS = {
|
|
|
5485
5485
|
description: "Sample solution for the essay, used as a reference answer",
|
|
5486
5486
|
format: TagFormat.plainText
|
|
5487
5487
|
},
|
|
5488
|
-
{
|
|
5489
|
-
key: ConfigKey.property_additionalSolutions,
|
|
5490
|
-
description: "Additional solutions for the essay, used for alternative answers",
|
|
5491
|
-
format: TagFormat.plainText,
|
|
5492
|
-
maxCount: Count.infinity
|
|
5493
|
-
},
|
|
5494
5488
|
{
|
|
5495
5489
|
key: ConfigKey.property_partialAnswer,
|
|
5496
5490
|
description: "Partial answer for the essay, used to indicate incomplete answers",
|
|
@@ -9122,7 +9116,7 @@ var instance2 = new Config();
|
|
|
9122
9116
|
// src/generated/package_info.ts
|
|
9123
9117
|
var PACKAGE_INFO = {
|
|
9124
9118
|
"name": "@gmb/bitmark-parser-generator",
|
|
9125
|
-
"version": "4.
|
|
9119
|
+
"version": "4.6.0",
|
|
9126
9120
|
"author": "Get More Brain Ltd",
|
|
9127
9121
|
"license": "ISC",
|
|
9128
9122
|
"description": "A bitmark parser and generator using Peggy.js"
|