@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/index.js CHANGED
@@ -3275,6 +3275,12 @@ var GROUPS = {
3275
3275
  description: "If true, the quiz solutions are revealed",
3276
3276
  format: TagFormat.boolean
3277
3277
  // defaultValue: 'false',
3278
+ },
3279
+ {
3280
+ key: ConfigKey.property_additionalSolutions,
3281
+ description: "Additional solutions",
3282
+ format: TagFormat.plainText,
3283
+ maxCount: Count.infinity
3278
3284
  }
3279
3285
  ]
3280
3286
  },
@@ -4893,12 +4899,6 @@ var BITS = {
4893
4899
  description: "If the cloze solutions should be strikethrough",
4894
4900
  format: TagFormat.boolean
4895
4901
  },
4896
- {
4897
- key: ConfigKey.property_additionalSolutions,
4898
- description: "Additional solutions for the cloze quiz",
4899
- format: TagFormat.plainText,
4900
- maxCount: Count.infinity
4901
- },
4902
4902
  {
4903
4903
  key: ConfigKey.group_gap,
4904
4904
  description: "Tags for gaps in cloze bits"
@@ -5426,12 +5426,6 @@ var BITS = {
5426
5426
  description: "Sample solution for the essay, used as a reference answer",
5427
5427
  format: TagFormat.plainText
5428
5428
  },
5429
- {
5430
- key: ConfigKey.property_additionalSolutions,
5431
- description: "Additional solutions for the essay, used for alternative answers",
5432
- format: TagFormat.plainText,
5433
- maxCount: Count.infinity
5434
- },
5435
5429
  {
5436
5430
  key: ConfigKey.property_partialAnswer,
5437
5431
  description: "Partial answer for the essay, used to indicate incomplete answers",
@@ -9063,7 +9057,7 @@ var instance2 = new Config();
9063
9057
  // src/generated/package_info.ts
9064
9058
  var PACKAGE_INFO = {
9065
9059
  "name": "@gmb/bitmark-parser-generator",
9066
- "version": "4.5.0",
9060
+ "version": "4.6.0",
9067
9061
  "author": "Get More Brain Ltd",
9068
9062
  "license": "ISC",
9069
9063
  "description": "A bitmark parser and generator using Peggy.js"