@doenet/assignment-viewer 0.1.0-alpha8 → 0.1.0-alpha9
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 +28 -14
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3080,7 +3080,8 @@ function SelectActivity({
|
|
|
3080
3080
|
forceShowCorrectness = false,
|
|
3081
3081
|
forceShowSolution = false,
|
|
3082
3082
|
forceUnsuppressCheckwork = false,
|
|
3083
|
-
|
|
3083
|
+
doenetViewerUrl,
|
|
3084
|
+
fetchExternalDoenetML,
|
|
3084
3085
|
darkMode = "light",
|
|
3085
3086
|
showAnswerResponseMenu = false,
|
|
3086
3087
|
answerResponseCountsByItem = [],
|
|
@@ -3114,7 +3115,8 @@ function SelectActivity({
|
|
|
3114
3115
|
forceShowCorrectness,
|
|
3115
3116
|
forceShowSolution,
|
|
3116
3117
|
forceUnsuppressCheckwork,
|
|
3117
|
-
|
|
3118
|
+
doenetViewerUrl,
|
|
3119
|
+
fetchExternalDoenetML,
|
|
3118
3120
|
darkMode,
|
|
3119
3121
|
showAnswerResponseMenu,
|
|
3120
3122
|
answerResponseCountsByItem,
|
|
@@ -3145,7 +3147,8 @@ function SequenceActivity({
|
|
|
3145
3147
|
forceShowCorrectness = false,
|
|
3146
3148
|
forceShowSolution = false,
|
|
3147
3149
|
forceUnsuppressCheckwork = false,
|
|
3148
|
-
|
|
3150
|
+
doenetViewerUrl,
|
|
3151
|
+
fetchExternalDoenetML,
|
|
3149
3152
|
darkMode = "light",
|
|
3150
3153
|
showAnswerResponseMenu = false,
|
|
3151
3154
|
answerResponseCountsByItem = [],
|
|
@@ -3178,7 +3181,8 @@ function SequenceActivity({
|
|
|
3178
3181
|
forceShowCorrectness,
|
|
3179
3182
|
forceShowSolution,
|
|
3180
3183
|
forceUnsuppressCheckwork,
|
|
3181
|
-
|
|
3184
|
+
doenetViewerUrl,
|
|
3185
|
+
fetchExternalDoenetML,
|
|
3182
3186
|
darkMode,
|
|
3183
3187
|
showAnswerResponseMenu,
|
|
3184
3188
|
answerResponseCountsByItem,
|
|
@@ -3208,7 +3212,8 @@ function SingleDocActivity({
|
|
|
3208
3212
|
forceShowCorrectness = false,
|
|
3209
3213
|
forceShowSolution = false,
|
|
3210
3214
|
forceUnsuppressCheckwork = false,
|
|
3211
|
-
|
|
3215
|
+
doenetViewerUrl,
|
|
3216
|
+
fetchExternalDoenetML,
|
|
3212
3217
|
darkMode = "light",
|
|
3213
3218
|
showAnswerResponseMenu = false,
|
|
3214
3219
|
answerResponseCountsByItem = [],
|
|
@@ -3288,7 +3293,8 @@ function SingleDocActivity({
|
|
|
3288
3293
|
forceShowCorrectness,
|
|
3289
3294
|
forceShowSolution,
|
|
3290
3295
|
forceUnsuppressCheckwork,
|
|
3291
|
-
|
|
3296
|
+
doenetViewerUrl,
|
|
3297
|
+
fetchExternalDoenetML,
|
|
3292
3298
|
darkMode,
|
|
3293
3299
|
showAnswerResponseMenu,
|
|
3294
3300
|
answerResponseCounts: answerResponseCountsByItem[itemIdx],
|
|
@@ -3341,7 +3347,8 @@ function Activity({
|
|
|
3341
3347
|
forceShowCorrectness = false,
|
|
3342
3348
|
forceShowSolution = false,
|
|
3343
3349
|
forceUnsuppressCheckwork = false,
|
|
3344
|
-
|
|
3350
|
+
doenetViewerUrl,
|
|
3351
|
+
fetchExternalDoenetML,
|
|
3345
3352
|
darkMode = "light",
|
|
3346
3353
|
showAnswerResponseMenu = false,
|
|
3347
3354
|
answerResponseCountsByItem = [],
|
|
@@ -3371,7 +3378,8 @@ function Activity({
|
|
|
3371
3378
|
forceShowCorrectness,
|
|
3372
3379
|
forceShowSolution,
|
|
3373
3380
|
forceUnsuppressCheckwork,
|
|
3374
|
-
|
|
3381
|
+
doenetViewerUrl,
|
|
3382
|
+
fetchExternalDoenetML,
|
|
3375
3383
|
darkMode,
|
|
3376
3384
|
showAnswerResponseMenu,
|
|
3377
3385
|
answerResponseCountsByItem,
|
|
@@ -3402,7 +3410,8 @@ function Activity({
|
|
|
3402
3410
|
forceShowCorrectness,
|
|
3403
3411
|
forceShowSolution,
|
|
3404
3412
|
forceUnsuppressCheckwork,
|
|
3405
|
-
|
|
3413
|
+
doenetViewerUrl,
|
|
3414
|
+
fetchExternalDoenetML,
|
|
3406
3415
|
darkMode,
|
|
3407
3416
|
showAnswerResponseMenu,
|
|
3408
3417
|
answerResponseCountsByItem,
|
|
@@ -3433,7 +3442,8 @@ function Activity({
|
|
|
3433
3442
|
forceShowCorrectness,
|
|
3434
3443
|
forceShowSolution,
|
|
3435
3444
|
forceUnsuppressCheckwork,
|
|
3436
|
-
|
|
3445
|
+
doenetViewerUrl,
|
|
3446
|
+
fetchExternalDoenetML,
|
|
3437
3447
|
darkMode,
|
|
3438
3448
|
showAnswerResponseMenu,
|
|
3439
3449
|
answerResponseCountsByItem,
|
|
@@ -3631,7 +3641,8 @@ function Viewer({
|
|
|
3631
3641
|
forceUnsuppressCheckwork = false,
|
|
3632
3642
|
addVirtualKeyboard: _addVirtualKeyboard = true,
|
|
3633
3643
|
externalVirtualKeyboardProvided: _externalVirtualKeyboardProvided = false,
|
|
3634
|
-
|
|
3644
|
+
doenetViewerUrl,
|
|
3645
|
+
fetchExternalDoenetML,
|
|
3635
3646
|
darkMode = "light",
|
|
3636
3647
|
showAnswerResponseMenu = false,
|
|
3637
3648
|
answerResponseCountsByItem = [],
|
|
@@ -4143,7 +4154,8 @@ function Viewer({
|
|
|
4143
4154
|
forceShowCorrectness,
|
|
4144
4155
|
forceShowSolution,
|
|
4145
4156
|
forceUnsuppressCheckwork,
|
|
4146
|
-
|
|
4157
|
+
doenetViewerUrl,
|
|
4158
|
+
fetchExternalDoenetML,
|
|
4147
4159
|
darkMode,
|
|
4148
4160
|
showAnswerResponseMenu,
|
|
4149
4161
|
answerResponseCountsByItem,
|
|
@@ -4195,7 +4207,8 @@ function ActivityViewer({
|
|
|
4195
4207
|
forceUnsuppressCheckwork = false,
|
|
4196
4208
|
addVirtualKeyboard = true,
|
|
4197
4209
|
externalVirtualKeyboardProvided = false,
|
|
4198
|
-
|
|
4210
|
+
doenetViewerUrl,
|
|
4211
|
+
fetchExternalDoenetML,
|
|
4199
4212
|
darkMode = "light",
|
|
4200
4213
|
showAnswerResponseMenu = false,
|
|
4201
4214
|
answerResponseCountsByItem = [],
|
|
@@ -4251,7 +4264,8 @@ function ActivityViewer({
|
|
|
4251
4264
|
forceUnsuppressCheckwork,
|
|
4252
4265
|
addVirtualKeyboard,
|
|
4253
4266
|
externalVirtualKeyboardProvided,
|
|
4254
|
-
|
|
4267
|
+
doenetViewerUrl,
|
|
4268
|
+
fetchExternalDoenetML,
|
|
4255
4269
|
darkMode,
|
|
4256
4270
|
showAnswerResponseMenu,
|
|
4257
4271
|
answerResponseCountsByItem,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@doenet/assignment-viewer",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "View assignments from questions written in DoenetML",
|
|
5
|
-
"version": "0.1.0-
|
|
5
|
+
"version": "0.1.0-alpha9",
|
|
6
6
|
"license": "AGPL-3.0-or-later",
|
|
7
7
|
"homepage": "https://github.com/Doenet/assignment-viewer#readme",
|
|
8
8
|
"type": "module",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": "^19.1.1",
|
|
34
34
|
"react-dom": "^19.1.1",
|
|
35
|
-
"@doenet/doenetml-iframe": "^0.7.0-
|
|
35
|
+
"@doenet/doenetml-iframe": "^0.7.0-beta2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"nanoid": "^5.1.5",
|