@pie-element/ebsr 10.3.2-next.0 → 10.3.2-next.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.
package/module/element.js CHANGED
@@ -13069,7 +13069,7 @@ const debug$1 = _dll_debug;
13069
13069
  const {renderMath: renderMath} = _dll_pie_lib__pie_toolbox_math_rendering;
13070
13070
  const log$1 = debug$1('pie-ui:multiple-choice');
13071
13071
  const isComplete = (session, model, audioComplete) => {
13072
- if (!audioComplete) {
13072
+ if (model.autoplayAudioEnabled && !audioComplete) {
13073
13073
  return false;
13074
13074
  }
13075
13075
  if (!session || !session.value) {
package/module/print.js CHANGED
@@ -13069,7 +13069,7 @@ const debug$1 = _dll_debug;
13069
13069
  const {renderMath: renderMath} = _dll_pie_lib__pie_toolbox_math_rendering;
13070
13070
  const log$1 = debug$1('pie-ui:multiple-choice');
13071
13071
  const isComplete = (session, model, audioComplete) => {
13072
- if (!audioComplete) {
13072
+ if (model.autoplayAudioEnabled && !audioComplete) {
13073
13073
  return false;
13074
13074
  }
13075
13075
  if (!session || !session.value) {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.3.2-next.0+e1143f1fb",
3
+ "version": "10.3.2-next.2+313c6ad33",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-element/multiple-choice": "^9.9.1-next.0+e1143f1fb",
10
+ "@pie-element/multiple-choice": "^9.9.1-next.2+313c6ad33",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "@pie-lib/pie-toolbox": "2.8.0",
13
13
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "pie framework developers",
18
18
  "license": "ISC",
19
- "gitHead": "e1143f1fbc95c5de63c62abdf0d0bc8231f80995",
19
+ "gitHead": "313c6ad337831e7960342ce6aaa26bb36233c7bb",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },