@almadar/std 7.4.7 → 7.4.8
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/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
"Experiment",
|
|
180
180
|
{
|
|
181
181
|
"emit": {
|
|
182
|
-
"
|
|
183
|
-
"
|
|
182
|
+
"failure": "ExperimentLoadFailed",
|
|
183
|
+
"success": "ExperimentLoaded"
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
],
|
|
@@ -194,15 +194,15 @@
|
|
|
194
194
|
"type": "game-menu",
|
|
195
195
|
"menuItems": [
|
|
196
196
|
{
|
|
197
|
-
"label": "Start",
|
|
198
197
|
"event": "START",
|
|
199
|
-
"variant": "primary"
|
|
198
|
+
"variant": "primary",
|
|
199
|
+
"label": "Start"
|
|
200
200
|
}
|
|
201
201
|
]
|
|
202
202
|
}
|
|
203
203
|
],
|
|
204
|
-
"showTopBar": true,
|
|
205
204
|
"appName": "STEM Lab",
|
|
205
|
+
"showTopBar": true,
|
|
206
206
|
"type": "game-shell"
|
|
207
207
|
}
|
|
208
208
|
]
|
|
@@ -217,15 +217,14 @@
|
|
|
217
217
|
"render-ui",
|
|
218
218
|
"main",
|
|
219
219
|
{
|
|
220
|
+
"type": "game-shell",
|
|
220
221
|
"showTopBar": true,
|
|
221
|
-
"appName": "STEM Lab",
|
|
222
222
|
"children": [
|
|
223
223
|
{
|
|
224
|
-
"direction": "vertical",
|
|
225
224
|
"gap": "md",
|
|
226
|
-
"type": "stack",
|
|
227
225
|
"children": [
|
|
228
226
|
{
|
|
227
|
+
"type": "game-hud",
|
|
229
228
|
"stats": [
|
|
230
229
|
{
|
|
231
230
|
"label": "Score",
|
|
@@ -235,18 +234,19 @@
|
|
|
235
234
|
"label": "Level",
|
|
236
235
|
"value": "@entity.level"
|
|
237
236
|
}
|
|
238
|
-
]
|
|
239
|
-
"type": "game-hud"
|
|
237
|
+
]
|
|
240
238
|
},
|
|
241
239
|
{
|
|
240
|
+
"entity": "Experiment",
|
|
242
241
|
"type": "simulator-board",
|
|
243
|
-
"completeEvent": "COMPLETE"
|
|
244
|
-
"entity": "Experiment"
|
|
242
|
+
"completeEvent": "COMPLETE"
|
|
245
243
|
}
|
|
246
|
-
]
|
|
244
|
+
],
|
|
245
|
+
"direction": "vertical",
|
|
246
|
+
"type": "stack"
|
|
247
247
|
}
|
|
248
248
|
],
|
|
249
|
-
"
|
|
249
|
+
"appName": "STEM Lab"
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
]
|
|
@@ -265,8 +265,12 @@
|
|
|
265
265
|
"render-ui",
|
|
266
266
|
"main",
|
|
267
267
|
{
|
|
268
|
+
"showTopBar": true,
|
|
269
|
+
"type": "game-shell",
|
|
270
|
+
"appName": "STEM Lab",
|
|
268
271
|
"children": [
|
|
269
272
|
{
|
|
273
|
+
"title": "Well Done!",
|
|
270
274
|
"menuItems": [
|
|
271
275
|
{
|
|
272
276
|
"label": "Play Again",
|
|
@@ -274,13 +278,9 @@
|
|
|
274
278
|
"variant": "primary"
|
|
275
279
|
}
|
|
276
280
|
],
|
|
277
|
-
"title": "Well Done!",
|
|
278
281
|
"type": "game-over-screen"
|
|
279
282
|
}
|
|
280
|
-
]
|
|
281
|
-
"showTopBar": true,
|
|
282
|
-
"type": "game-shell",
|
|
283
|
-
"appName": "STEM Lab"
|
|
283
|
+
]
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -300,13 +300,13 @@
|
|
|
300
300
|
{
|
|
301
301
|
"menuItems": [
|
|
302
302
|
{
|
|
303
|
+
"variant": "primary",
|
|
303
304
|
"label": "Start",
|
|
304
|
-
"event": "START"
|
|
305
|
-
"variant": "primary"
|
|
305
|
+
"event": "START"
|
|
306
306
|
}
|
|
307
307
|
],
|
|
308
|
-
"
|
|
309
|
-
"
|
|
308
|
+
"type": "game-menu",
|
|
309
|
+
"title": "Experiment Simulator"
|
|
310
310
|
}
|
|
311
311
|
],
|
|
312
312
|
"type": "game-shell"
|
|
@@ -515,10 +515,11 @@
|
|
|
515
515
|
"render-ui",
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
|
+
"type": "game-shell",
|
|
518
519
|
"children": [
|
|
519
520
|
{
|
|
520
|
-
"title": "Classification Lab",
|
|
521
521
|
"type": "game-menu",
|
|
522
|
+
"title": "Classification Lab",
|
|
522
523
|
"menuItems": [
|
|
523
524
|
{
|
|
524
525
|
"variant": "primary",
|
|
@@ -529,8 +530,7 @@
|
|
|
529
530
|
}
|
|
530
531
|
],
|
|
531
532
|
"showTopBar": true,
|
|
532
|
-
"appName": "STEM Lab"
|
|
533
|
-
"type": "game-shell"
|
|
533
|
+
"appName": "STEM Lab"
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -545,35 +545,35 @@
|
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
547
|
"appName": "STEM Lab",
|
|
548
|
+
"showTopBar": true,
|
|
549
|
+
"type": "game-shell",
|
|
548
550
|
"children": [
|
|
549
551
|
{
|
|
550
552
|
"direction": "vertical",
|
|
553
|
+
"type": "stack",
|
|
551
554
|
"gap": "md",
|
|
552
555
|
"children": [
|
|
553
556
|
{
|
|
554
557
|
"stats": [
|
|
555
558
|
{
|
|
556
|
-
"
|
|
557
|
-
"
|
|
559
|
+
"label": "Score",
|
|
560
|
+
"value": "@entity.score"
|
|
558
561
|
},
|
|
559
562
|
{
|
|
560
|
-
"
|
|
561
|
-
"
|
|
563
|
+
"value": "@entity.level",
|
|
564
|
+
"label": "Level"
|
|
562
565
|
}
|
|
563
566
|
],
|
|
564
567
|
"type": "game-hud"
|
|
565
568
|
},
|
|
566
569
|
{
|
|
567
|
-
"
|
|
570
|
+
"entity": "Classification",
|
|
568
571
|
"completeEvent": "COMPLETE",
|
|
569
|
-
"
|
|
572
|
+
"type": "classifier-board"
|
|
570
573
|
}
|
|
571
|
-
]
|
|
572
|
-
"type": "stack"
|
|
574
|
+
]
|
|
573
575
|
}
|
|
574
|
-
]
|
|
575
|
-
"showTopBar": true,
|
|
576
|
-
"type": "game-shell"
|
|
576
|
+
]
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -592,22 +592,22 @@
|
|
|
592
592
|
"render-ui",
|
|
593
593
|
"main",
|
|
594
594
|
{
|
|
595
|
+
"appName": "STEM Lab",
|
|
595
596
|
"children": [
|
|
596
597
|
{
|
|
597
598
|
"type": "game-over-screen",
|
|
598
|
-
"title": "Well Done!",
|
|
599
599
|
"menuItems": [
|
|
600
600
|
{
|
|
601
|
+
"variant": "primary",
|
|
601
602
|
"label": "Play Again",
|
|
602
|
-
"event": "RESTART"
|
|
603
|
-
"variant": "primary"
|
|
603
|
+
"event": "RESTART"
|
|
604
604
|
}
|
|
605
|
-
]
|
|
605
|
+
],
|
|
606
|
+
"title": "Well Done!"
|
|
606
607
|
}
|
|
607
608
|
],
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"showTopBar": true
|
|
609
|
+
"showTopBar": true,
|
|
610
|
+
"type": "game-shell"
|
|
611
611
|
}
|
|
612
612
|
]
|
|
613
613
|
]
|
|
@@ -621,22 +621,22 @@
|
|
|
621
621
|
"render-ui",
|
|
622
622
|
"main",
|
|
623
623
|
{
|
|
624
|
+
"appName": "STEM Lab",
|
|
625
|
+
"type": "game-shell",
|
|
626
|
+
"showTopBar": true,
|
|
624
627
|
"children": [
|
|
625
628
|
{
|
|
629
|
+
"type": "game-menu",
|
|
630
|
+
"title": "Classification Lab",
|
|
626
631
|
"menuItems": [
|
|
627
632
|
{
|
|
633
|
+
"variant": "primary",
|
|
628
634
|
"label": "Start",
|
|
629
|
-
"event": "START"
|
|
630
|
-
"variant": "primary"
|
|
635
|
+
"event": "START"
|
|
631
636
|
}
|
|
632
|
-
]
|
|
633
|
-
"type": "game-menu",
|
|
634
|
-
"title": "Classification Lab"
|
|
637
|
+
]
|
|
635
638
|
}
|
|
636
|
-
]
|
|
637
|
-
"appName": "STEM Lab",
|
|
638
|
-
"type": "game-shell",
|
|
639
|
-
"showTopBar": true
|
|
639
|
+
]
|
|
640
640
|
}
|
|
641
641
|
]
|
|
642
642
|
]
|
|
@@ -812,8 +812,8 @@
|
|
|
812
812
|
"LabResult",
|
|
813
813
|
{
|
|
814
814
|
"emit": {
|
|
815
|
-
"
|
|
816
|
-
"
|
|
815
|
+
"failure": "LabResultLoadFailed",
|
|
816
|
+
"success": "LabResultLoaded"
|
|
817
817
|
}
|
|
818
818
|
}
|
|
819
819
|
],
|
|
@@ -821,36 +821,30 @@
|
|
|
821
821
|
"render-ui",
|
|
822
822
|
"main",
|
|
823
823
|
{
|
|
824
|
-
"appName": "STEM Lab",
|
|
825
|
-
"showTopBar": true,
|
|
826
824
|
"children": [
|
|
827
825
|
{
|
|
828
826
|
"type": "scaled-diagram",
|
|
829
827
|
"children": [
|
|
830
828
|
{
|
|
831
|
-
"direction": "vertical",
|
|
832
|
-
"gap": "lg",
|
|
833
829
|
"type": "stack",
|
|
834
830
|
"children": [
|
|
835
831
|
{
|
|
832
|
+
"type": "breadcrumb",
|
|
836
833
|
"items": [
|
|
837
834
|
{
|
|
838
|
-
"
|
|
839
|
-
"
|
|
835
|
+
"label": "Home",
|
|
836
|
+
"href": "/"
|
|
840
837
|
},
|
|
841
838
|
{
|
|
842
839
|
"label": "Lab Results"
|
|
843
840
|
}
|
|
844
|
-
]
|
|
845
|
-
"type": "breadcrumb"
|
|
841
|
+
]
|
|
846
842
|
},
|
|
847
843
|
{
|
|
848
|
-
"direction": "horizontal",
|
|
849
844
|
"children": [
|
|
850
845
|
{
|
|
851
|
-
"type": "stack",
|
|
852
846
|
"direction": "horizontal",
|
|
853
|
-
"
|
|
847
|
+
"type": "stack",
|
|
854
848
|
"children": [
|
|
855
849
|
{
|
|
856
850
|
"type": "icon",
|
|
@@ -858,22 +852,24 @@
|
|
|
858
852
|
},
|
|
859
853
|
{
|
|
860
854
|
"type": "typography",
|
|
861
|
-
"
|
|
862
|
-
"
|
|
855
|
+
"variant": "h2",
|
|
856
|
+
"content": "Lab Results"
|
|
863
857
|
}
|
|
864
|
-
]
|
|
858
|
+
],
|
|
859
|
+
"gap": "md"
|
|
865
860
|
},
|
|
866
861
|
{
|
|
867
|
-
"icon": "refresh-cw",
|
|
868
|
-
"variant": "secondary",
|
|
869
862
|
"type": "button",
|
|
863
|
+
"variant": "secondary",
|
|
870
864
|
"label": "Refresh",
|
|
871
|
-
"action": "REFRESH"
|
|
865
|
+
"action": "REFRESH",
|
|
866
|
+
"icon": "refresh-cw"
|
|
872
867
|
}
|
|
873
868
|
],
|
|
874
|
-
"
|
|
869
|
+
"direction": "horizontal",
|
|
875
870
|
"gap": "md",
|
|
876
|
-
"justify": "between"
|
|
871
|
+
"justify": "between",
|
|
872
|
+
"type": "stack"
|
|
877
873
|
},
|
|
878
874
|
{
|
|
879
875
|
"type": "divider"
|
|
@@ -884,9 +880,9 @@
|
|
|
884
880
|
"children": [
|
|
885
881
|
{
|
|
886
882
|
"cols": 3.0,
|
|
883
|
+
"type": "simple-grid",
|
|
887
884
|
"children": [
|
|
888
885
|
{
|
|
889
|
-
"label": "ExperimentCount",
|
|
890
886
|
"value": [
|
|
891
887
|
"object/get",
|
|
892
888
|
[
|
|
@@ -895,10 +891,10 @@
|
|
|
895
891
|
],
|
|
896
892
|
"experimentCount"
|
|
897
893
|
],
|
|
898
|
-
"type": "stat-display"
|
|
894
|
+
"type": "stat-display",
|
|
895
|
+
"label": "ExperimentCount"
|
|
899
896
|
},
|
|
900
897
|
{
|
|
901
|
-
"type": "stat-display",
|
|
902
898
|
"label": "AvgAccuracy",
|
|
903
899
|
"value": [
|
|
904
900
|
"object/get",
|
|
@@ -907,7 +903,8 @@
|
|
|
907
903
|
"@entity"
|
|
908
904
|
],
|
|
909
905
|
"avgAccuracy"
|
|
910
|
-
]
|
|
906
|
+
],
|
|
907
|
+
"type": "stat-display"
|
|
911
908
|
},
|
|
912
909
|
{
|
|
913
910
|
"value": [
|
|
@@ -922,18 +919,19 @@
|
|
|
922
919
|
"label": "TotalScore"
|
|
923
920
|
},
|
|
924
921
|
{
|
|
922
|
+
"type": "card",
|
|
925
923
|
"children": [
|
|
926
924
|
{
|
|
927
|
-
"gap": "sm",
|
|
928
925
|
"direction": "vertical",
|
|
929
|
-
"
|
|
926
|
+
"gap": "sm",
|
|
930
927
|
"children": [
|
|
931
928
|
{
|
|
929
|
+
"type": "typography",
|
|
932
930
|
"content": "Grade",
|
|
933
|
-
"variant": "caption"
|
|
934
|
-
"type": "typography"
|
|
931
|
+
"variant": "caption"
|
|
935
932
|
},
|
|
936
933
|
{
|
|
934
|
+
"variant": "h3",
|
|
937
935
|
"type": "typography",
|
|
938
936
|
"content": [
|
|
939
937
|
"object/get",
|
|
@@ -942,16 +940,14 @@
|
|
|
942
940
|
"@entity"
|
|
943
941
|
],
|
|
944
942
|
"grade"
|
|
945
|
-
]
|
|
946
|
-
"variant": "h3"
|
|
943
|
+
]
|
|
947
944
|
}
|
|
948
|
-
]
|
|
945
|
+
],
|
|
946
|
+
"type": "stack"
|
|
949
947
|
}
|
|
950
|
-
]
|
|
951
|
-
"type": "card"
|
|
948
|
+
]
|
|
952
949
|
}
|
|
953
|
-
]
|
|
954
|
-
"type": "simple-grid"
|
|
950
|
+
]
|
|
955
951
|
}
|
|
956
952
|
]
|
|
957
953
|
},
|
|
@@ -963,22 +959,22 @@
|
|
|
963
959
|
"type": "grid",
|
|
964
960
|
"children": [
|
|
965
961
|
{
|
|
962
|
+
"type": "card",
|
|
966
963
|
"children": [
|
|
967
964
|
{
|
|
968
|
-
"
|
|
965
|
+
"type": "typography",
|
|
969
966
|
"variant": "caption",
|
|
970
|
-
"
|
|
967
|
+
"content": "Chart View"
|
|
971
968
|
}
|
|
972
|
-
]
|
|
973
|
-
"type": "card"
|
|
969
|
+
]
|
|
974
970
|
},
|
|
975
971
|
{
|
|
976
972
|
"type": "card",
|
|
977
973
|
"children": [
|
|
978
974
|
{
|
|
975
|
+
"content": "Graph View",
|
|
979
976
|
"type": "typography",
|
|
980
|
-
"variant": "caption"
|
|
981
|
-
"content": "Graph View"
|
|
977
|
+
"variant": "caption"
|
|
982
978
|
}
|
|
983
979
|
]
|
|
984
980
|
}
|
|
@@ -986,22 +982,23 @@
|
|
|
986
982
|
"cols": 2.0
|
|
987
983
|
},
|
|
988
984
|
{
|
|
985
|
+
"type": "line-chart",
|
|
989
986
|
"data": [
|
|
990
987
|
{
|
|
991
|
-
"
|
|
992
|
-
"
|
|
988
|
+
"date": "Jan",
|
|
989
|
+
"value": 12.0
|
|
993
990
|
},
|
|
994
991
|
{
|
|
995
|
-
"
|
|
996
|
-
"
|
|
992
|
+
"date": "Feb",
|
|
993
|
+
"value": 19.0
|
|
997
994
|
},
|
|
998
995
|
{
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
996
|
+
"date": "Mar",
|
|
997
|
+
"value": 15.0
|
|
1001
998
|
},
|
|
1002
999
|
{
|
|
1003
|
-
"
|
|
1004
|
-
"
|
|
1000
|
+
"date": "Apr",
|
|
1001
|
+
"value": 25.0
|
|
1005
1002
|
},
|
|
1006
1003
|
{
|
|
1007
1004
|
"date": "May",
|
|
@@ -1011,11 +1008,9 @@
|
|
|
1011
1008
|
"value": 30.0,
|
|
1012
1009
|
"date": "Jun"
|
|
1013
1010
|
}
|
|
1014
|
-
]
|
|
1015
|
-
"type": "line-chart"
|
|
1011
|
+
]
|
|
1016
1012
|
},
|
|
1017
1013
|
{
|
|
1018
|
-
"type": "chart-legend",
|
|
1019
1014
|
"items": [
|
|
1020
1015
|
{
|
|
1021
1016
|
"color": "primary",
|
|
@@ -1025,36 +1020,37 @@
|
|
|
1025
1020
|
"label": "Previous",
|
|
1026
1021
|
"color": "muted"
|
|
1027
1022
|
}
|
|
1028
|
-
]
|
|
1023
|
+
],
|
|
1024
|
+
"type": "chart-legend"
|
|
1029
1025
|
},
|
|
1030
1026
|
{
|
|
1031
1027
|
"width": 400.0,
|
|
1032
|
-
"
|
|
1028
|
+
"height": 200.0,
|
|
1033
1029
|
"nodes": [
|
|
1034
1030
|
{
|
|
1035
|
-
"label": "Start",
|
|
1036
|
-
"y": 100.0,
|
|
1037
1031
|
"id": "a",
|
|
1038
|
-
"
|
|
1032
|
+
"label": "Start",
|
|
1033
|
+
"x": 50.0,
|
|
1034
|
+
"y": 100.0
|
|
1039
1035
|
},
|
|
1040
1036
|
{
|
|
1041
|
-
"x": 200.0,
|
|
1042
|
-
"label": "Process",
|
|
1043
1037
|
"id": "b",
|
|
1044
|
-
"y": 50.0
|
|
1038
|
+
"y": 50.0,
|
|
1039
|
+
"label": "Process",
|
|
1040
|
+
"x": 200.0
|
|
1045
1041
|
},
|
|
1046
1042
|
{
|
|
1047
|
-
"y": 100.0,
|
|
1048
1043
|
"id": "c",
|
|
1049
1044
|
"label": "End",
|
|
1050
|
-
"x": 350.0
|
|
1045
|
+
"x": 350.0,
|
|
1046
|
+
"y": 100.0
|
|
1051
1047
|
}
|
|
1052
1048
|
],
|
|
1053
|
-
"
|
|
1049
|
+
"type": "graph-view",
|
|
1054
1050
|
"edges": [
|
|
1055
1051
|
{
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1052
|
+
"to": "b",
|
|
1053
|
+
"from": "a"
|
|
1058
1054
|
},
|
|
1059
1055
|
{
|
|
1060
1056
|
"from": "b",
|
|
@@ -1062,12 +1058,16 @@
|
|
|
1062
1058
|
}
|
|
1063
1059
|
]
|
|
1064
1060
|
}
|
|
1065
|
-
]
|
|
1061
|
+
],
|
|
1062
|
+
"gap": "lg",
|
|
1063
|
+
"direction": "vertical"
|
|
1066
1064
|
}
|
|
1067
1065
|
]
|
|
1068
1066
|
}
|
|
1069
1067
|
],
|
|
1070
|
-
"type": "game-shell"
|
|
1068
|
+
"type": "game-shell",
|
|
1069
|
+
"appName": "STEM Lab",
|
|
1070
|
+
"showTopBar": true
|
|
1071
1071
|
}
|
|
1072
1072
|
]
|
|
1073
1073
|
]
|
|
@@ -1091,22 +1091,18 @@
|
|
|
1091
1091
|
"render-ui",
|
|
1092
1092
|
"main",
|
|
1093
1093
|
{
|
|
1094
|
-
"type": "game-shell",
|
|
1095
1094
|
"showTopBar": true,
|
|
1095
|
+
"type": "game-shell",
|
|
1096
1096
|
"children": [
|
|
1097
1097
|
{
|
|
1098
|
-
"type": "scaled-diagram",
|
|
1099
1098
|
"children": [
|
|
1100
1099
|
{
|
|
1101
|
-
"type": "stack",
|
|
1102
|
-
"gap": "lg",
|
|
1103
|
-
"direction": "vertical",
|
|
1104
1100
|
"children": [
|
|
1105
1101
|
{
|
|
1106
1102
|
"items": [
|
|
1107
1103
|
{
|
|
1108
|
-
"
|
|
1109
|
-
"
|
|
1104
|
+
"href": "/",
|
|
1105
|
+
"label": "Home"
|
|
1110
1106
|
},
|
|
1111
1107
|
{
|
|
1112
1108
|
"label": "Lab Results"
|
|
@@ -1115,13 +1111,17 @@
|
|
|
1115
1111
|
"type": "breadcrumb"
|
|
1116
1112
|
},
|
|
1117
1113
|
{
|
|
1114
|
+
"gap": "md",
|
|
1115
|
+
"direction": "horizontal",
|
|
1116
|
+
"type": "stack",
|
|
1118
1117
|
"children": [
|
|
1119
1118
|
{
|
|
1120
1119
|
"type": "stack",
|
|
1120
|
+
"gap": "md",
|
|
1121
1121
|
"children": [
|
|
1122
1122
|
{
|
|
1123
|
-
"
|
|
1124
|
-
"
|
|
1123
|
+
"name": "clipboard",
|
|
1124
|
+
"type": "icon"
|
|
1125
1125
|
},
|
|
1126
1126
|
{
|
|
1127
1127
|
"type": "typography",
|
|
@@ -1129,36 +1129,29 @@
|
|
|
1129
1129
|
"variant": "h2"
|
|
1130
1130
|
}
|
|
1131
1131
|
],
|
|
1132
|
-
"gap": "md",
|
|
1133
1132
|
"direction": "horizontal"
|
|
1134
1133
|
},
|
|
1135
1134
|
{
|
|
1136
|
-
"variant": "secondary",
|
|
1137
|
-
"action": "REFRESH",
|
|
1138
1135
|
"icon": "refresh-cw",
|
|
1136
|
+
"action": "REFRESH",
|
|
1137
|
+
"variant": "secondary",
|
|
1139
1138
|
"type": "button",
|
|
1140
1139
|
"label": "Refresh"
|
|
1141
1140
|
}
|
|
1142
1141
|
],
|
|
1143
|
-
"justify": "between"
|
|
1144
|
-
"type": "stack",
|
|
1145
|
-
"gap": "md",
|
|
1146
|
-
"direction": "horizontal"
|
|
1142
|
+
"justify": "between"
|
|
1147
1143
|
},
|
|
1148
1144
|
{
|
|
1149
1145
|
"type": "divider"
|
|
1150
1146
|
},
|
|
1151
1147
|
{
|
|
1152
1148
|
"type": "box",
|
|
1153
|
-
"padding": "md",
|
|
1154
1149
|
"children": [
|
|
1155
1150
|
{
|
|
1156
|
-
"type": "simple-grid",
|
|
1157
1151
|
"cols": 3.0,
|
|
1152
|
+
"type": "simple-grid",
|
|
1158
1153
|
"children": [
|
|
1159
1154
|
{
|
|
1160
|
-
"type": "stat-display",
|
|
1161
|
-
"label": "ExperimentCount",
|
|
1162
1155
|
"value": [
|
|
1163
1156
|
"object/get",
|
|
1164
1157
|
[
|
|
@@ -1166,10 +1159,11 @@
|
|
|
1166
1159
|
"@entity"
|
|
1167
1160
|
],
|
|
1168
1161
|
"experimentCount"
|
|
1169
|
-
]
|
|
1162
|
+
],
|
|
1163
|
+
"type": "stat-display",
|
|
1164
|
+
"label": "ExperimentCount"
|
|
1170
1165
|
},
|
|
1171
1166
|
{
|
|
1172
|
-
"label": "AvgAccuracy",
|
|
1173
1167
|
"value": [
|
|
1174
1168
|
"object/get",
|
|
1175
1169
|
[
|
|
@@ -1178,9 +1172,12 @@
|
|
|
1178
1172
|
],
|
|
1179
1173
|
"avgAccuracy"
|
|
1180
1174
|
],
|
|
1175
|
+
"label": "AvgAccuracy",
|
|
1181
1176
|
"type": "stat-display"
|
|
1182
1177
|
},
|
|
1183
1178
|
{
|
|
1179
|
+
"type": "stat-display",
|
|
1180
|
+
"label": "TotalScore",
|
|
1184
1181
|
"value": [
|
|
1185
1182
|
"object/get",
|
|
1186
1183
|
[
|
|
@@ -1188,22 +1185,23 @@
|
|
|
1188
1185
|
"@entity"
|
|
1189
1186
|
],
|
|
1190
1187
|
"totalScore"
|
|
1191
|
-
]
|
|
1192
|
-
"label": "TotalScore",
|
|
1193
|
-
"type": "stat-display"
|
|
1188
|
+
]
|
|
1194
1189
|
},
|
|
1195
1190
|
{
|
|
1196
1191
|
"type": "card",
|
|
1197
1192
|
"children": [
|
|
1198
1193
|
{
|
|
1194
|
+
"gap": "sm",
|
|
1199
1195
|
"type": "stack",
|
|
1196
|
+
"direction": "vertical",
|
|
1200
1197
|
"children": [
|
|
1201
1198
|
{
|
|
1202
|
-
"content": "Grade",
|
|
1203
1199
|
"type": "typography",
|
|
1204
|
-
"variant": "caption"
|
|
1200
|
+
"variant": "caption",
|
|
1201
|
+
"content": "Grade"
|
|
1205
1202
|
},
|
|
1206
1203
|
{
|
|
1204
|
+
"type": "typography",
|
|
1207
1205
|
"variant": "h3",
|
|
1208
1206
|
"content": [
|
|
1209
1207
|
"object/get",
|
|
@@ -1212,26 +1210,22 @@
|
|
|
1212
1210
|
"@entity"
|
|
1213
1211
|
],
|
|
1214
1212
|
"grade"
|
|
1215
|
-
]
|
|
1216
|
-
"type": "typography"
|
|
1213
|
+
]
|
|
1217
1214
|
}
|
|
1218
|
-
]
|
|
1219
|
-
"direction": "vertical",
|
|
1220
|
-
"gap": "sm"
|
|
1215
|
+
]
|
|
1221
1216
|
}
|
|
1222
1217
|
]
|
|
1223
1218
|
}
|
|
1224
1219
|
]
|
|
1225
1220
|
}
|
|
1226
|
-
]
|
|
1221
|
+
],
|
|
1222
|
+
"padding": "md"
|
|
1227
1223
|
},
|
|
1228
1224
|
{
|
|
1229
1225
|
"type": "divider"
|
|
1230
1226
|
},
|
|
1231
1227
|
{
|
|
1232
1228
|
"type": "grid",
|
|
1233
|
-
"cols": 2.0,
|
|
1234
|
-
"gap": "md",
|
|
1235
1229
|
"children": [
|
|
1236
1230
|
{
|
|
1237
1231
|
"children": [
|
|
@@ -1244,34 +1238,36 @@
|
|
|
1244
1238
|
"type": "card"
|
|
1245
1239
|
},
|
|
1246
1240
|
{
|
|
1247
|
-
"type": "card",
|
|
1248
1241
|
"children": [
|
|
1249
1242
|
{
|
|
1243
|
+
"variant": "caption",
|
|
1250
1244
|
"type": "typography",
|
|
1251
|
-
"content": "Graph View"
|
|
1252
|
-
"variant": "caption"
|
|
1245
|
+
"content": "Graph View"
|
|
1253
1246
|
}
|
|
1254
|
-
]
|
|
1247
|
+
],
|
|
1248
|
+
"type": "card"
|
|
1255
1249
|
}
|
|
1256
|
-
]
|
|
1250
|
+
],
|
|
1251
|
+
"gap": "md",
|
|
1252
|
+
"cols": 2.0
|
|
1257
1253
|
},
|
|
1258
1254
|
{
|
|
1259
1255
|
"data": [
|
|
1260
1256
|
{
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1257
|
+
"date": "Jan",
|
|
1258
|
+
"value": 12.0
|
|
1263
1259
|
},
|
|
1264
1260
|
{
|
|
1265
1261
|
"date": "Feb",
|
|
1266
1262
|
"value": 19.0
|
|
1267
1263
|
},
|
|
1268
1264
|
{
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1265
|
+
"date": "Mar",
|
|
1266
|
+
"value": 15.0
|
|
1271
1267
|
},
|
|
1272
1268
|
{
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1269
|
+
"value": 25.0,
|
|
1270
|
+
"date": "Apr"
|
|
1275
1271
|
},
|
|
1276
1272
|
{
|
|
1277
1273
|
"value": 22.0,
|
|
@@ -1285,56 +1281,60 @@
|
|
|
1285
1281
|
"type": "line-chart"
|
|
1286
1282
|
},
|
|
1287
1283
|
{
|
|
1284
|
+
"type": "chart-legend",
|
|
1288
1285
|
"items": [
|
|
1289
1286
|
{
|
|
1290
1287
|
"label": "Current",
|
|
1291
1288
|
"color": "primary"
|
|
1292
1289
|
},
|
|
1293
1290
|
{
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1291
|
+
"label": "Previous",
|
|
1292
|
+
"color": "muted"
|
|
1296
1293
|
}
|
|
1297
|
-
]
|
|
1298
|
-
"type": "chart-legend"
|
|
1294
|
+
]
|
|
1299
1295
|
},
|
|
1300
1296
|
{
|
|
1297
|
+
"height": 200.0,
|
|
1301
1298
|
"nodes": [
|
|
1302
1299
|
{
|
|
1303
1300
|
"label": "Start",
|
|
1304
|
-
"y": 100.0,
|
|
1305
1301
|
"id": "a",
|
|
1306
|
-
"x": 50.0
|
|
1302
|
+
"x": 50.0,
|
|
1303
|
+
"y": 100.0
|
|
1307
1304
|
},
|
|
1308
1305
|
{
|
|
1309
|
-
"x": 200.0,
|
|
1310
|
-
"label": "Process",
|
|
1311
1306
|
"y": 50.0,
|
|
1312
|
-
"
|
|
1307
|
+
"label": "Process",
|
|
1308
|
+
"id": "b",
|
|
1309
|
+
"x": 200.0
|
|
1313
1310
|
},
|
|
1314
1311
|
{
|
|
1315
|
-
"id": "c",
|
|
1316
1312
|
"x": 350.0,
|
|
1317
1313
|
"label": "End",
|
|
1318
|
-
"y": 100.0
|
|
1314
|
+
"y": 100.0,
|
|
1315
|
+
"id": "c"
|
|
1319
1316
|
}
|
|
1320
1317
|
],
|
|
1321
|
-
"type": "graph-view",
|
|
1322
1318
|
"edges": [
|
|
1323
1319
|
{
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1320
|
+
"to": "b",
|
|
1321
|
+
"from": "a"
|
|
1326
1322
|
},
|
|
1327
1323
|
{
|
|
1328
1324
|
"to": "c",
|
|
1329
1325
|
"from": "b"
|
|
1330
1326
|
}
|
|
1331
1327
|
],
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1328
|
+
"type": "graph-view",
|
|
1329
|
+
"width": 400.0
|
|
1334
1330
|
}
|
|
1335
|
-
]
|
|
1331
|
+
],
|
|
1332
|
+
"gap": "lg",
|
|
1333
|
+
"type": "stack",
|
|
1334
|
+
"direction": "vertical"
|
|
1336
1335
|
}
|
|
1337
|
-
]
|
|
1336
|
+
],
|
|
1337
|
+
"type": "scaled-diagram"
|
|
1338
1338
|
}
|
|
1339
1339
|
],
|
|
1340
1340
|
"appName": "STEM Lab"
|
|
@@ -1363,18 +1363,17 @@
|
|
|
1363
1363
|
{
|
|
1364
1364
|
"type": "game-shell",
|
|
1365
1365
|
"showTopBar": true,
|
|
1366
|
-
"appName": "STEM Lab",
|
|
1367
1366
|
"children": [
|
|
1368
1367
|
{
|
|
1369
1368
|
"children": [
|
|
1370
1369
|
{
|
|
1371
|
-
"
|
|
1370
|
+
"type": "stack",
|
|
1372
1371
|
"children": [
|
|
1373
1372
|
{
|
|
1374
1373
|
"items": [
|
|
1375
1374
|
{
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1375
|
+
"label": "Home",
|
|
1376
|
+
"href": "/"
|
|
1378
1377
|
},
|
|
1379
1378
|
{
|
|
1380
1379
|
"label": "Lab Results"
|
|
@@ -1383,48 +1382,45 @@
|
|
|
1383
1382
|
"type": "breadcrumb"
|
|
1384
1383
|
},
|
|
1385
1384
|
{
|
|
1385
|
+
"gap": "md",
|
|
1386
1386
|
"justify": "between",
|
|
1387
|
-
"direction": "horizontal",
|
|
1388
1387
|
"children": [
|
|
1389
1388
|
{
|
|
1389
|
+
"type": "stack",
|
|
1390
1390
|
"children": [
|
|
1391
1391
|
{
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1392
|
+
"type": "icon",
|
|
1393
|
+
"name": "clipboard"
|
|
1394
1394
|
},
|
|
1395
1395
|
{
|
|
1396
|
-
"variant": "h2",
|
|
1397
1396
|
"type": "typography",
|
|
1397
|
+
"variant": "h2",
|
|
1398
1398
|
"content": "Lab Results"
|
|
1399
1399
|
}
|
|
1400
1400
|
],
|
|
1401
|
-
"type": "stack",
|
|
1402
1401
|
"gap": "md",
|
|
1403
1402
|
"direction": "horizontal"
|
|
1404
1403
|
},
|
|
1405
1404
|
{
|
|
1406
|
-
"label": "Refresh",
|
|
1407
1405
|
"action": "REFRESH",
|
|
1408
1406
|
"icon": "refresh-cw",
|
|
1407
|
+
"label": "Refresh",
|
|
1409
1408
|
"type": "button",
|
|
1410
1409
|
"variant": "secondary"
|
|
1411
1410
|
}
|
|
1412
1411
|
],
|
|
1413
|
-
"
|
|
1414
|
-
"
|
|
1412
|
+
"type": "stack",
|
|
1413
|
+
"direction": "horizontal"
|
|
1415
1414
|
},
|
|
1416
1415
|
{
|
|
1417
1416
|
"type": "divider"
|
|
1418
1417
|
},
|
|
1419
1418
|
{
|
|
1420
|
-
"padding": "md",
|
|
1421
|
-
"type": "box",
|
|
1422
1419
|
"children": [
|
|
1423
1420
|
{
|
|
1424
1421
|
"children": [
|
|
1425
1422
|
{
|
|
1426
1423
|
"label": "ExperimentCount",
|
|
1427
|
-
"type": "stat-display",
|
|
1428
1424
|
"value": [
|
|
1429
1425
|
"object/get",
|
|
1430
1426
|
[
|
|
@@ -1432,9 +1428,11 @@
|
|
|
1432
1428
|
"@entity"
|
|
1433
1429
|
],
|
|
1434
1430
|
"experimentCount"
|
|
1435
|
-
]
|
|
1431
|
+
],
|
|
1432
|
+
"type": "stat-display"
|
|
1436
1433
|
},
|
|
1437
1434
|
{
|
|
1435
|
+
"type": "stat-display",
|
|
1438
1436
|
"value": [
|
|
1439
1437
|
"object/get",
|
|
1440
1438
|
[
|
|
@@ -1443,12 +1441,11 @@
|
|
|
1443
1441
|
],
|
|
1444
1442
|
"avgAccuracy"
|
|
1445
1443
|
],
|
|
1446
|
-
"type": "stat-display",
|
|
1447
1444
|
"label": "AvgAccuracy"
|
|
1448
1445
|
},
|
|
1449
1446
|
{
|
|
1450
|
-
"type": "stat-display",
|
|
1451
1447
|
"label": "TotalScore",
|
|
1448
|
+
"type": "stat-display",
|
|
1452
1449
|
"value": [
|
|
1453
1450
|
"object/get",
|
|
1454
1451
|
[
|
|
@@ -1459,8 +1456,10 @@
|
|
|
1459
1456
|
]
|
|
1460
1457
|
},
|
|
1461
1458
|
{
|
|
1459
|
+
"type": "card",
|
|
1462
1460
|
"children": [
|
|
1463
1461
|
{
|
|
1462
|
+
"type": "stack",
|
|
1464
1463
|
"direction": "vertical",
|
|
1465
1464
|
"children": [
|
|
1466
1465
|
{
|
|
@@ -1469,6 +1468,7 @@
|
|
|
1469
1468
|
"content": "Grade"
|
|
1470
1469
|
},
|
|
1471
1470
|
{
|
|
1471
|
+
"variant": "h3",
|
|
1472
1472
|
"type": "typography",
|
|
1473
1473
|
"content": [
|
|
1474
1474
|
"object/get",
|
|
@@ -1477,137 +1477,137 @@
|
|
|
1477
1477
|
"@entity"
|
|
1478
1478
|
],
|
|
1479
1479
|
"grade"
|
|
1480
|
-
]
|
|
1481
|
-
"variant": "h3"
|
|
1480
|
+
]
|
|
1482
1481
|
}
|
|
1483
1482
|
],
|
|
1484
|
-
"gap": "sm"
|
|
1485
|
-
"type": "stack"
|
|
1483
|
+
"gap": "sm"
|
|
1486
1484
|
}
|
|
1487
|
-
]
|
|
1488
|
-
"type": "card"
|
|
1485
|
+
]
|
|
1489
1486
|
}
|
|
1490
1487
|
],
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1488
|
+
"cols": 3.0,
|
|
1489
|
+
"type": "simple-grid"
|
|
1493
1490
|
}
|
|
1494
|
-
]
|
|
1491
|
+
],
|
|
1492
|
+
"type": "box",
|
|
1493
|
+
"padding": "md"
|
|
1495
1494
|
},
|
|
1496
1495
|
{
|
|
1497
1496
|
"type": "divider"
|
|
1498
1497
|
},
|
|
1499
1498
|
{
|
|
1500
|
-
"type": "grid",
|
|
1501
|
-
"cols": 2.0,
|
|
1502
|
-
"gap": "md",
|
|
1503
1499
|
"children": [
|
|
1504
1500
|
{
|
|
1505
|
-
"type": "card",
|
|
1506
1501
|
"children": [
|
|
1507
1502
|
{
|
|
1508
1503
|
"type": "typography",
|
|
1509
1504
|
"variant": "caption",
|
|
1510
1505
|
"content": "Chart View"
|
|
1511
1506
|
}
|
|
1512
|
-
]
|
|
1507
|
+
],
|
|
1508
|
+
"type": "card"
|
|
1513
1509
|
},
|
|
1514
1510
|
{
|
|
1511
|
+
"type": "card",
|
|
1515
1512
|
"children": [
|
|
1516
1513
|
{
|
|
1517
|
-
"type": "typography",
|
|
1518
1514
|
"variant": "caption",
|
|
1519
|
-
"content": "Graph View"
|
|
1515
|
+
"content": "Graph View",
|
|
1516
|
+
"type": "typography"
|
|
1520
1517
|
}
|
|
1521
|
-
]
|
|
1522
|
-
"type": "card"
|
|
1518
|
+
]
|
|
1523
1519
|
}
|
|
1524
|
-
]
|
|
1520
|
+
],
|
|
1521
|
+
"gap": "md",
|
|
1522
|
+
"type": "grid",
|
|
1523
|
+
"cols": 2.0
|
|
1525
1524
|
},
|
|
1526
1525
|
{
|
|
1527
1526
|
"type": "line-chart",
|
|
1528
1527
|
"data": [
|
|
1529
1528
|
{
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1529
|
+
"date": "Jan",
|
|
1530
|
+
"value": 12.0
|
|
1532
1531
|
},
|
|
1533
1532
|
{
|
|
1534
|
-
"
|
|
1535
|
-
"
|
|
1533
|
+
"date": "Feb",
|
|
1534
|
+
"value": 19.0
|
|
1536
1535
|
},
|
|
1537
1536
|
{
|
|
1538
1537
|
"value": 15.0,
|
|
1539
1538
|
"date": "Mar"
|
|
1540
1539
|
},
|
|
1541
1540
|
{
|
|
1542
|
-
"
|
|
1543
|
-
"
|
|
1541
|
+
"date": "Apr",
|
|
1542
|
+
"value": 25.0
|
|
1544
1543
|
},
|
|
1545
1544
|
{
|
|
1546
1545
|
"value": 22.0,
|
|
1547
1546
|
"date": "May"
|
|
1548
1547
|
},
|
|
1549
1548
|
{
|
|
1550
|
-
"
|
|
1551
|
-
"
|
|
1549
|
+
"value": 30.0,
|
|
1550
|
+
"date": "Jun"
|
|
1552
1551
|
}
|
|
1553
1552
|
]
|
|
1554
1553
|
},
|
|
1555
1554
|
{
|
|
1556
1555
|
"items": [
|
|
1557
1556
|
{
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1557
|
+
"label": "Current",
|
|
1558
|
+
"color": "primary"
|
|
1560
1559
|
},
|
|
1561
1560
|
{
|
|
1562
|
-
"
|
|
1563
|
-
"
|
|
1561
|
+
"color": "muted",
|
|
1562
|
+
"label": "Previous"
|
|
1564
1563
|
}
|
|
1565
1564
|
],
|
|
1566
1565
|
"type": "chart-legend"
|
|
1567
1566
|
},
|
|
1568
1567
|
{
|
|
1568
|
+
"type": "graph-view",
|
|
1569
1569
|
"width": 400.0,
|
|
1570
|
+
"edges": [
|
|
1571
|
+
{
|
|
1572
|
+
"from": "a",
|
|
1573
|
+
"to": "b"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"to": "c",
|
|
1577
|
+
"from": "b"
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1570
1580
|
"height": 200.0,
|
|
1571
|
-
"type": "graph-view",
|
|
1572
1581
|
"nodes": [
|
|
1573
1582
|
{
|
|
1574
|
-
"
|
|
1575
|
-
"x": 50.0,
|
|
1583
|
+
"y": 100.0,
|
|
1576
1584
|
"id": "a",
|
|
1577
|
-
"
|
|
1585
|
+
"x": 50.0,
|
|
1586
|
+
"label": "Start"
|
|
1578
1587
|
},
|
|
1579
1588
|
{
|
|
1580
|
-
"id": "b",
|
|
1581
|
-
"label": "Process",
|
|
1582
1589
|
"x": 200.0,
|
|
1590
|
+
"label": "Process",
|
|
1591
|
+
"id": "b",
|
|
1583
1592
|
"y": 50.0
|
|
1584
1593
|
},
|
|
1585
1594
|
{
|
|
1595
|
+
"label": "End",
|
|
1586
1596
|
"y": 100.0,
|
|
1587
1597
|
"id": "c",
|
|
1588
|
-
"x": 350.0
|
|
1589
|
-
"label": "End"
|
|
1590
|
-
}
|
|
1591
|
-
],
|
|
1592
|
-
"edges": [
|
|
1593
|
-
{
|
|
1594
|
-
"to": "b",
|
|
1595
|
-
"from": "a"
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"to": "c",
|
|
1599
|
-
"from": "b"
|
|
1598
|
+
"x": 350.0
|
|
1600
1599
|
}
|
|
1601
1600
|
]
|
|
1602
1601
|
}
|
|
1603
1602
|
],
|
|
1604
|
-
"
|
|
1603
|
+
"gap": "lg",
|
|
1605
1604
|
"direction": "vertical"
|
|
1606
1605
|
}
|
|
1607
1606
|
],
|
|
1608
1607
|
"type": "scaled-diagram"
|
|
1609
1608
|
}
|
|
1610
|
-
]
|
|
1609
|
+
],
|
|
1610
|
+
"appName": "STEM Lab"
|
|
1611
1611
|
}
|
|
1612
1612
|
]
|
|
1613
1613
|
]
|
|
@@ -1631,15 +1631,14 @@
|
|
|
1631
1631
|
"render-ui",
|
|
1632
1632
|
"main",
|
|
1633
1633
|
{
|
|
1634
|
-
"type": "game-shell",
|
|
1635
1634
|
"children": [
|
|
1636
1635
|
{
|
|
1637
1636
|
"type": "scaled-diagram",
|
|
1638
1637
|
"children": [
|
|
1639
1638
|
{
|
|
1640
1639
|
"type": "stack",
|
|
1641
|
-
"gap": "lg",
|
|
1642
1640
|
"direction": "vertical",
|
|
1641
|
+
"gap": "lg",
|
|
1643
1642
|
"children": [
|
|
1644
1643
|
{
|
|
1645
1644
|
"items": [
|
|
@@ -1654,46 +1653,49 @@
|
|
|
1654
1653
|
"type": "breadcrumb"
|
|
1655
1654
|
},
|
|
1656
1655
|
{
|
|
1657
|
-
"type": "stack",
|
|
1658
|
-
"gap": "md",
|
|
1659
|
-
"justify": "between",
|
|
1660
1656
|
"children": [
|
|
1661
1657
|
{
|
|
1662
1658
|
"type": "stack",
|
|
1663
1659
|
"gap": "md",
|
|
1664
1660
|
"children": [
|
|
1665
1661
|
{
|
|
1666
|
-
"
|
|
1667
|
-
"
|
|
1662
|
+
"name": "clipboard",
|
|
1663
|
+
"type": "icon"
|
|
1668
1664
|
},
|
|
1669
1665
|
{
|
|
1666
|
+
"type": "typography",
|
|
1670
1667
|
"content": "Lab Results",
|
|
1671
|
-
"variant": "h2"
|
|
1672
|
-
"type": "typography"
|
|
1668
|
+
"variant": "h2"
|
|
1673
1669
|
}
|
|
1674
1670
|
],
|
|
1675
1671
|
"direction": "horizontal"
|
|
1676
1672
|
},
|
|
1677
1673
|
{
|
|
1678
1674
|
"action": "REFRESH",
|
|
1679
|
-
"
|
|
1680
|
-
"type": "button",
|
|
1675
|
+
"label": "Refresh",
|
|
1681
1676
|
"icon": "refresh-cw",
|
|
1682
|
-
"
|
|
1677
|
+
"type": "button",
|
|
1678
|
+
"variant": "secondary"
|
|
1683
1679
|
}
|
|
1684
1680
|
],
|
|
1685
|
-
"
|
|
1681
|
+
"type": "stack",
|
|
1682
|
+
"gap": "md",
|
|
1683
|
+
"direction": "horizontal",
|
|
1684
|
+
"justify": "between"
|
|
1686
1685
|
},
|
|
1687
1686
|
{
|
|
1688
1687
|
"type": "divider"
|
|
1689
1688
|
},
|
|
1690
1689
|
{
|
|
1690
|
+
"padding": "md",
|
|
1691
|
+
"type": "box",
|
|
1691
1692
|
"children": [
|
|
1692
1693
|
{
|
|
1693
1694
|
"type": "simple-grid",
|
|
1694
1695
|
"children": [
|
|
1695
1696
|
{
|
|
1696
1697
|
"type": "stat-display",
|
|
1698
|
+
"label": "ExperimentCount",
|
|
1697
1699
|
"value": [
|
|
1698
1700
|
"object/get",
|
|
1699
1701
|
[
|
|
@@ -1701,8 +1703,7 @@
|
|
|
1701
1703
|
"@entity"
|
|
1702
1704
|
],
|
|
1703
1705
|
"experimentCount"
|
|
1704
|
-
]
|
|
1705
|
-
"label": "ExperimentCount"
|
|
1706
|
+
]
|
|
1706
1707
|
},
|
|
1707
1708
|
{
|
|
1708
1709
|
"type": "stat-display",
|
|
@@ -1717,7 +1718,6 @@
|
|
|
1717
1718
|
"label": "AvgAccuracy"
|
|
1718
1719
|
},
|
|
1719
1720
|
{
|
|
1720
|
-
"type": "stat-display",
|
|
1721
1721
|
"value": [
|
|
1722
1722
|
"object/get",
|
|
1723
1723
|
[
|
|
@@ -1726,23 +1726,21 @@
|
|
|
1726
1726
|
],
|
|
1727
1727
|
"totalScore"
|
|
1728
1728
|
],
|
|
1729
|
+
"type": "stat-display",
|
|
1729
1730
|
"label": "TotalScore"
|
|
1730
1731
|
},
|
|
1731
1732
|
{
|
|
1732
|
-
"type": "card",
|
|
1733
1733
|
"children": [
|
|
1734
1734
|
{
|
|
1735
|
-
"type": "stack",
|
|
1736
1735
|
"gap": "sm",
|
|
1737
1736
|
"direction": "vertical",
|
|
1738
1737
|
"children": [
|
|
1739
1738
|
{
|
|
1740
|
-
"variant": "caption",
|
|
1741
1739
|
"content": "Grade",
|
|
1742
|
-
"type": "typography"
|
|
1740
|
+
"type": "typography",
|
|
1741
|
+
"variant": "caption"
|
|
1743
1742
|
},
|
|
1744
1743
|
{
|
|
1745
|
-
"type": "typography",
|
|
1746
1744
|
"variant": "h3",
|
|
1747
1745
|
"content": [
|
|
1748
1746
|
"object/get",
|
|
@@ -1751,48 +1749,49 @@
|
|
|
1751
1749
|
"@entity"
|
|
1752
1750
|
],
|
|
1753
1751
|
"grade"
|
|
1754
|
-
]
|
|
1752
|
+
],
|
|
1753
|
+
"type": "typography"
|
|
1755
1754
|
}
|
|
1756
|
-
]
|
|
1755
|
+
],
|
|
1756
|
+
"type": "stack"
|
|
1757
1757
|
}
|
|
1758
|
-
]
|
|
1758
|
+
],
|
|
1759
|
+
"type": "card"
|
|
1759
1760
|
}
|
|
1760
1761
|
],
|
|
1761
1762
|
"cols": 3.0
|
|
1762
1763
|
}
|
|
1763
|
-
]
|
|
1764
|
-
"padding": "md",
|
|
1765
|
-
"type": "box"
|
|
1764
|
+
]
|
|
1766
1765
|
},
|
|
1767
1766
|
{
|
|
1768
1767
|
"type": "divider"
|
|
1769
1768
|
},
|
|
1770
1769
|
{
|
|
1771
|
-
"cols": 2.0,
|
|
1772
|
-
"gap": "md",
|
|
1773
|
-
"type": "grid",
|
|
1774
1770
|
"children": [
|
|
1775
1771
|
{
|
|
1772
|
+
"type": "card",
|
|
1776
1773
|
"children": [
|
|
1777
1774
|
{
|
|
1778
1775
|
"variant": "caption",
|
|
1779
1776
|
"type": "typography",
|
|
1780
1777
|
"content": "Chart View"
|
|
1781
1778
|
}
|
|
1782
|
-
]
|
|
1783
|
-
"type": "card"
|
|
1779
|
+
]
|
|
1784
1780
|
},
|
|
1785
1781
|
{
|
|
1786
1782
|
"type": "card",
|
|
1787
1783
|
"children": [
|
|
1788
1784
|
{
|
|
1789
1785
|
"variant": "caption",
|
|
1790
|
-
"
|
|
1791
|
-
"
|
|
1786
|
+
"type": "typography",
|
|
1787
|
+
"content": "Graph View"
|
|
1792
1788
|
}
|
|
1793
1789
|
]
|
|
1794
1790
|
}
|
|
1795
|
-
]
|
|
1791
|
+
],
|
|
1792
|
+
"cols": 2.0,
|
|
1793
|
+
"gap": "md",
|
|
1794
|
+
"type": "grid"
|
|
1796
1795
|
},
|
|
1797
1796
|
{
|
|
1798
1797
|
"data": [
|
|
@@ -1813,12 +1812,12 @@
|
|
|
1813
1812
|
"value": 25.0
|
|
1814
1813
|
},
|
|
1815
1814
|
{
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1815
|
+
"date": "May",
|
|
1816
|
+
"value": 22.0
|
|
1818
1817
|
},
|
|
1819
1818
|
{
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1819
|
+
"value": 30.0,
|
|
1820
|
+
"date": "Jun"
|
|
1822
1821
|
}
|
|
1823
1822
|
],
|
|
1824
1823
|
"type": "line-chart"
|
|
@@ -1826,8 +1825,8 @@
|
|
|
1826
1825
|
{
|
|
1827
1826
|
"items": [
|
|
1828
1827
|
{
|
|
1829
|
-
"
|
|
1830
|
-
"
|
|
1828
|
+
"color": "primary",
|
|
1829
|
+
"label": "Current"
|
|
1831
1830
|
},
|
|
1832
1831
|
{
|
|
1833
1832
|
"label": "Previous",
|
|
@@ -1837,38 +1836,38 @@
|
|
|
1837
1836
|
"type": "chart-legend"
|
|
1838
1837
|
},
|
|
1839
1838
|
{
|
|
1840
|
-
"width": 400.0,
|
|
1841
|
-
"height": 200.0,
|
|
1842
1839
|
"type": "graph-view",
|
|
1840
|
+
"edges": [
|
|
1841
|
+
{
|
|
1842
|
+
"to": "b",
|
|
1843
|
+
"from": "a"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"to": "c",
|
|
1847
|
+
"from": "b"
|
|
1848
|
+
}
|
|
1849
|
+
],
|
|
1850
|
+
"height": 200.0,
|
|
1851
|
+
"width": 400.0,
|
|
1843
1852
|
"nodes": [
|
|
1844
1853
|
{
|
|
1845
|
-
"label": "Start",
|
|
1846
|
-
"id": "a",
|
|
1847
1854
|
"x": 50.0,
|
|
1848
|
-
"
|
|
1855
|
+
"label": "Start",
|
|
1856
|
+
"y": 100.0,
|
|
1857
|
+
"id": "a"
|
|
1849
1858
|
},
|
|
1850
1859
|
{
|
|
1851
1860
|
"id": "b",
|
|
1852
|
-
"
|
|
1861
|
+
"label": "Process",
|
|
1853
1862
|
"x": 200.0,
|
|
1854
|
-
"
|
|
1863
|
+
"y": 50.0
|
|
1855
1864
|
},
|
|
1856
1865
|
{
|
|
1857
1866
|
"label": "End",
|
|
1858
|
-
"y": 100.0,
|
|
1859
1867
|
"x": 350.0,
|
|
1868
|
+
"y": 100.0,
|
|
1860
1869
|
"id": "c"
|
|
1861
1870
|
}
|
|
1862
|
-
],
|
|
1863
|
-
"edges": [
|
|
1864
|
-
{
|
|
1865
|
-
"to": "b",
|
|
1866
|
-
"from": "a"
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"from": "b",
|
|
1870
|
-
"to": "c"
|
|
1871
|
-
}
|
|
1872
1871
|
]
|
|
1873
1872
|
}
|
|
1874
1873
|
]
|
|
@@ -1876,8 +1875,9 @@
|
|
|
1876
1875
|
]
|
|
1877
1876
|
}
|
|
1878
1877
|
],
|
|
1879
|
-
"
|
|
1880
|
-
"showTopBar": true
|
|
1878
|
+
"type": "game-shell",
|
|
1879
|
+
"showTopBar": true,
|
|
1880
|
+
"appName": "STEM Lab"
|
|
1881
1881
|
}
|
|
1882
1882
|
]
|
|
1883
1883
|
]
|
|
@@ -1902,12 +1902,15 @@
|
|
|
1902
1902
|
"main",
|
|
1903
1903
|
{
|
|
1904
1904
|
"showTopBar": true,
|
|
1905
|
+
"appName": "STEM Lab",
|
|
1905
1906
|
"type": "game-shell",
|
|
1906
1907
|
"children": [
|
|
1907
1908
|
{
|
|
1908
|
-
"type": "scaled-diagram",
|
|
1909
1909
|
"children": [
|
|
1910
1910
|
{
|
|
1911
|
+
"direction": "vertical",
|
|
1912
|
+
"gap": "lg",
|
|
1913
|
+
"type": "stack",
|
|
1911
1914
|
"children": [
|
|
1912
1915
|
{
|
|
1913
1916
|
"items": [
|
|
@@ -1922,49 +1925,45 @@
|
|
|
1922
1925
|
"type": "breadcrumb"
|
|
1923
1926
|
},
|
|
1924
1927
|
{
|
|
1928
|
+
"justify": "between",
|
|
1929
|
+
"type": "stack",
|
|
1930
|
+
"direction": "horizontal",
|
|
1925
1931
|
"gap": "md",
|
|
1926
1932
|
"children": [
|
|
1927
1933
|
{
|
|
1928
|
-
"gap": "md",
|
|
1929
1934
|
"type": "stack",
|
|
1930
|
-
"direction": "horizontal",
|
|
1931
1935
|
"children": [
|
|
1932
1936
|
{
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1937
|
+
"name": "clipboard",
|
|
1938
|
+
"type": "icon"
|
|
1935
1939
|
},
|
|
1936
1940
|
{
|
|
1937
|
-
"variant": "h2",
|
|
1938
1941
|
"type": "typography",
|
|
1939
|
-
"content": "Lab Results"
|
|
1942
|
+
"content": "Lab Results",
|
|
1943
|
+
"variant": "h2"
|
|
1940
1944
|
}
|
|
1941
|
-
]
|
|
1945
|
+
],
|
|
1946
|
+
"direction": "horizontal",
|
|
1947
|
+
"gap": "md"
|
|
1942
1948
|
},
|
|
1943
1949
|
{
|
|
1944
|
-
"icon": "refresh-cw",
|
|
1945
|
-
"label": "Refresh",
|
|
1946
|
-
"action": "REFRESH",
|
|
1947
1950
|
"type": "button",
|
|
1948
|
-
"
|
|
1951
|
+
"action": "REFRESH",
|
|
1952
|
+
"label": "Refresh",
|
|
1953
|
+
"variant": "secondary",
|
|
1954
|
+
"icon": "refresh-cw"
|
|
1949
1955
|
}
|
|
1950
|
-
]
|
|
1951
|
-
"type": "stack",
|
|
1952
|
-
"justify": "between",
|
|
1953
|
-
"direction": "horizontal"
|
|
1956
|
+
]
|
|
1954
1957
|
},
|
|
1955
1958
|
{
|
|
1956
1959
|
"type": "divider"
|
|
1957
1960
|
},
|
|
1958
1961
|
{
|
|
1959
|
-
"padding": "md",
|
|
1960
|
-
"type": "box",
|
|
1961
1962
|
"children": [
|
|
1962
1963
|
{
|
|
1963
|
-
"type": "simple-grid",
|
|
1964
1964
|
"cols": 3.0,
|
|
1965
1965
|
"children": [
|
|
1966
1966
|
{
|
|
1967
|
-
"type": "stat-display",
|
|
1968
1967
|
"value": [
|
|
1969
1968
|
"object/get",
|
|
1970
1969
|
[
|
|
@@ -1973,7 +1972,8 @@
|
|
|
1973
1972
|
],
|
|
1974
1973
|
"experimentCount"
|
|
1975
1974
|
],
|
|
1976
|
-
"label": "ExperimentCount"
|
|
1975
|
+
"label": "ExperimentCount",
|
|
1976
|
+
"type": "stat-display"
|
|
1977
1977
|
},
|
|
1978
1978
|
{
|
|
1979
1979
|
"value": [
|
|
@@ -1988,8 +1988,8 @@
|
|
|
1988
1988
|
"type": "stat-display"
|
|
1989
1989
|
},
|
|
1990
1990
|
{
|
|
1991
|
-
"label": "TotalScore",
|
|
1992
1991
|
"type": "stat-display",
|
|
1992
|
+
"label": "TotalScore",
|
|
1993
1993
|
"value": [
|
|
1994
1994
|
"object/get",
|
|
1995
1995
|
[
|
|
@@ -2003,17 +2003,18 @@
|
|
|
2003
2003
|
"type": "card",
|
|
2004
2004
|
"children": [
|
|
2005
2005
|
{
|
|
2006
|
-
"direction": "vertical",
|
|
2007
|
-
"gap": "sm",
|
|
2008
2006
|
"type": "stack",
|
|
2007
|
+
"gap": "sm",
|
|
2008
|
+
"direction": "vertical",
|
|
2009
2009
|
"children": [
|
|
2010
2010
|
{
|
|
2011
|
-
"
|
|
2011
|
+
"type": "typography",
|
|
2012
2012
|
"content": "Grade",
|
|
2013
|
-
"
|
|
2013
|
+
"variant": "caption"
|
|
2014
2014
|
},
|
|
2015
2015
|
{
|
|
2016
2016
|
"variant": "h3",
|
|
2017
|
+
"type": "typography",
|
|
2017
2018
|
"content": [
|
|
2018
2019
|
"object/get",
|
|
2019
2020
|
[
|
|
@@ -2021,16 +2022,18 @@
|
|
|
2021
2022
|
"@entity"
|
|
2022
2023
|
],
|
|
2023
2024
|
"grade"
|
|
2024
|
-
]
|
|
2025
|
-
"type": "typography"
|
|
2025
|
+
]
|
|
2026
2026
|
}
|
|
2027
2027
|
]
|
|
2028
2028
|
}
|
|
2029
2029
|
]
|
|
2030
2030
|
}
|
|
2031
|
-
]
|
|
2031
|
+
],
|
|
2032
|
+
"type": "simple-grid"
|
|
2032
2033
|
}
|
|
2033
|
-
]
|
|
2034
|
+
],
|
|
2035
|
+
"type": "box",
|
|
2036
|
+
"padding": "md"
|
|
2034
2037
|
},
|
|
2035
2038
|
{
|
|
2036
2039
|
"type": "divider"
|
|
@@ -2038,13 +2041,14 @@
|
|
|
2038
2041
|
{
|
|
2039
2042
|
"cols": 2.0,
|
|
2040
2043
|
"type": "grid",
|
|
2044
|
+
"gap": "md",
|
|
2041
2045
|
"children": [
|
|
2042
2046
|
{
|
|
2043
2047
|
"children": [
|
|
2044
2048
|
{
|
|
2049
|
+
"variant": "caption",
|
|
2045
2050
|
"type": "typography",
|
|
2046
|
-
"content": "Chart View"
|
|
2047
|
-
"variant": "caption"
|
|
2051
|
+
"content": "Chart View"
|
|
2048
2052
|
}
|
|
2049
2053
|
],
|
|
2050
2054
|
"type": "card"
|
|
@@ -2053,17 +2057,15 @@
|
|
|
2053
2057
|
"type": "card",
|
|
2054
2058
|
"children": [
|
|
2055
2059
|
{
|
|
2060
|
+
"variant": "caption",
|
|
2056
2061
|
"type": "typography",
|
|
2057
|
-
"content": "Graph View"
|
|
2058
|
-
"variant": "caption"
|
|
2062
|
+
"content": "Graph View"
|
|
2059
2063
|
}
|
|
2060
2064
|
]
|
|
2061
2065
|
}
|
|
2062
|
-
]
|
|
2063
|
-
"gap": "md"
|
|
2066
|
+
]
|
|
2064
2067
|
},
|
|
2065
2068
|
{
|
|
2066
|
-
"type": "line-chart",
|
|
2067
2069
|
"data": [
|
|
2068
2070
|
{
|
|
2069
2071
|
"value": 12.0,
|
|
@@ -2082,21 +2084,22 @@
|
|
|
2082
2084
|
"date": "Apr"
|
|
2083
2085
|
},
|
|
2084
2086
|
{
|
|
2085
|
-
"
|
|
2086
|
-
"
|
|
2087
|
+
"date": "May",
|
|
2088
|
+
"value": 22.0
|
|
2087
2089
|
},
|
|
2088
2090
|
{
|
|
2089
2091
|
"value": 30.0,
|
|
2090
2092
|
"date": "Jun"
|
|
2091
2093
|
}
|
|
2092
|
-
]
|
|
2094
|
+
],
|
|
2095
|
+
"type": "line-chart"
|
|
2093
2096
|
},
|
|
2094
2097
|
{
|
|
2095
2098
|
"type": "chart-legend",
|
|
2096
2099
|
"items": [
|
|
2097
2100
|
{
|
|
2098
|
-
"
|
|
2099
|
-
"
|
|
2101
|
+
"label": "Current",
|
|
2102
|
+
"color": "primary"
|
|
2100
2103
|
},
|
|
2101
2104
|
{
|
|
2102
2105
|
"color": "muted",
|
|
@@ -2105,8 +2108,9 @@
|
|
|
2105
2108
|
]
|
|
2106
2109
|
},
|
|
2107
2110
|
{
|
|
2108
|
-
"
|
|
2111
|
+
"width": 400.0,
|
|
2109
2112
|
"type": "graph-view",
|
|
2113
|
+
"height": 200.0,
|
|
2110
2114
|
"edges": [
|
|
2111
2115
|
{
|
|
2112
2116
|
"from": "a",
|
|
@@ -2117,37 +2121,33 @@
|
|
|
2117
2121
|
"to": "c"
|
|
2118
2122
|
}
|
|
2119
2123
|
],
|
|
2120
|
-
"width": 400.0,
|
|
2121
2124
|
"nodes": [
|
|
2122
2125
|
{
|
|
2123
|
-
"label": "Start",
|
|
2124
2126
|
"x": 50.0,
|
|
2125
|
-
"
|
|
2126
|
-
"id": "a"
|
|
2127
|
+
"label": "Start",
|
|
2128
|
+
"id": "a",
|
|
2129
|
+
"y": 100.0
|
|
2127
2130
|
},
|
|
2128
2131
|
{
|
|
2129
|
-
"id": "b",
|
|
2130
2132
|
"label": "Process",
|
|
2131
|
-
"
|
|
2132
|
-
"
|
|
2133
|
+
"x": 200.0,
|
|
2134
|
+
"id": "b",
|
|
2135
|
+
"y": 50.0
|
|
2133
2136
|
},
|
|
2134
2137
|
{
|
|
2138
|
+
"id": "c",
|
|
2135
2139
|
"x": 350.0,
|
|
2136
|
-
"label": "End",
|
|
2137
2140
|
"y": 100.0,
|
|
2138
|
-
"
|
|
2141
|
+
"label": "End"
|
|
2139
2142
|
}
|
|
2140
2143
|
]
|
|
2141
2144
|
}
|
|
2142
|
-
]
|
|
2143
|
-
"type": "stack",
|
|
2144
|
-
"gap": "lg",
|
|
2145
|
-
"direction": "vertical"
|
|
2145
|
+
]
|
|
2146
2146
|
}
|
|
2147
|
-
]
|
|
2147
|
+
],
|
|
2148
|
+
"type": "scaled-diagram"
|
|
2148
2149
|
}
|
|
2149
|
-
]
|
|
2150
|
-
"appName": "STEM Lab"
|
|
2150
|
+
]
|
|
2151
2151
|
}
|
|
2152
2152
|
]
|
|
2153
2153
|
]
|