@pie-players/pie-tool-answer-eliminator 0.3.27 → 0.3.29
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.
|
@@ -2784,12 +2784,7 @@ var Ws = class {
|
|
|
2784
2784
|
},
|
|
2785
2785
|
lazy: !0
|
|
2786
2786
|
},
|
|
2787
|
-
supportedLevels: [
|
|
2788
|
-
"section",
|
|
2789
|
-
"item",
|
|
2790
|
-
"passage",
|
|
2791
|
-
"rubric"
|
|
2792
|
-
],
|
|
2787
|
+
supportedLevels: ["item", "passage"],
|
|
2793
2788
|
pnpSupportIds: [
|
|
2794
2789
|
"textToSpeech",
|
|
2795
2790
|
"readAloud",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-tool-answer-eliminator",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.29",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Answer eliminator tool for PIE assessment player - supports process-of-elimination test-taking strategy",
|
|
6
6
|
"repository": {
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"unpkg": "./dist/tool-answer-eliminator.js",
|
|
47
47
|
"jsdelivr": "./dist/tool-answer-eliminator.js",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
50
|
-
"@pie-players/pie-context": "0.3.
|
|
51
|
-
"@pie-players/pie-players-shared": "0.3.
|
|
49
|
+
"@pie-players/pie-assessment-toolkit": "0.3.29",
|
|
50
|
+
"@pie-players/pie-context": "0.3.29",
|
|
51
|
+
"@pie-players/pie-players-shared": "0.3.29"
|
|
52
52
|
},
|
|
53
53
|
"types": "./dist/index.d.ts",
|
|
54
54
|
"scripts": {
|