@digabi/exam-engine-mastering 23.10.1-alpha.1 → 23.10.1-alpha.2

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/schema/exam.xsd +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-mastering",
3
- "version": "23.10.1-alpha.1",
3
+ "version": "23.10.1-alpha.2",
4
4
  "main": "dist/index.js",
5
5
  "author": "Matriculation Examination Board, Finland",
6
6
  "license": "EUPL-1.1",
@@ -9,8 +9,8 @@
9
9
  "schema"
10
10
  ],
11
11
  "dependencies": {
12
- "@digabi/exam-engine-core": "23.10.1-alpha.1",
13
- "@digabi/exam-engine-rendering": "23.10.1-alpha.1",
12
+ "@digabi/exam-engine-core": "23.10.1-alpha.2",
13
+ "@digabi/exam-engine-rendering": "23.10.1-alpha.2",
14
14
  "@ffprobe-installer/ffprobe": "^2.0.0",
15
15
  "cloneable-readable": "^3.0.0",
16
16
  "compare-versions": "^6.0.0",
@@ -21,5 +21,5 @@
21
21
  "mathjax-node": "^2.1.1",
22
22
  "yazl": "^3.2.1"
23
23
  },
24
- "gitHead": "06741bc61f42ea9f0ad0ffb5a2f8e84a54afa715"
24
+ "gitHead": "eda3d7d836e297990989ff67ce5ec845b287d094"
25
25
  }
package/schema/exam.xsd CHANGED
@@ -710,6 +710,8 @@
710
710
  <xs:element name="audio-answer">
711
711
  <xs:complexType>
712
712
  <xs:attribute name="max-score" type="xs:positiveInteger" use="required" />
713
+ <xs:attribute name="bit-rate" type="xs:positiveInteger" />
714
+ <xs:attribute name="save-interval" type="xs:positiveInteger" />
713
715
  </xs:complexType>
714
716
  </xs:element>
715
717