eat-js-sdk 0.0.18 → 0.0.19

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.
@@ -1818,7 +1818,9 @@
1818
1818
  ctx[19]
1819
1819
  )}`}: ${/*option*/
1820
1820
  ctx[17].answer} ${!/*isFinished*/
1821
- ctx[1] ? "" : (
1821
+ ctx[1] || /*selectedOption*/
1822
+ ctx[3] !== /*option*/
1823
+ ctx[17].id ? "" : (
1822
1824
  /*isResultCorrect*/
1823
1825
  ctx[2] ? "(Correct answer)" : "(Incorrect answer)"
1824
1826
  )}`);
@@ -1903,7 +1905,9 @@
1903
1905
  ctx[19]
1904
1906
  )}`}: ${/*option*/
1905
1907
  ctx[17].answer} ${!/*isFinished*/
1906
- ctx[1] ? "" : (
1908
+ ctx[1] || /*selectedOption*/
1909
+ ctx[3] !== /*option*/
1910
+ ctx[17].id ? "" : (
1907
1911
  /*isResultCorrect*/
1908
1912
  ctx[2] ? "(Correct answer)" : "(Incorrect answer)"
1909
1913
  )}`)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Authoring tool frontend SDK",
5
5
  "contributors": [
6
6
  {