@almadar/std 8.5.1 → 10.0.0
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/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"event": "ExperimentLoaded",
|
|
51
51
|
"description": "Fired when Experiment finishes loading",
|
|
52
52
|
"scope": "internal",
|
|
53
|
-
"
|
|
53
|
+
"payloadSchema": [
|
|
54
54
|
{
|
|
55
55
|
"name": "id",
|
|
56
56
|
"type": "string",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"event": "ExperimentLoadFailed",
|
|
84
84
|
"description": "Fired when Experiment fails to load",
|
|
85
85
|
"scope": "internal",
|
|
86
|
-
"
|
|
86
|
+
"payloadSchema": [
|
|
87
87
|
{
|
|
88
88
|
"name": "message",
|
|
89
89
|
"type": "string"
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
{
|
|
129
129
|
"key": "ExperimentLoaded",
|
|
130
130
|
"name": "Experiment loaded",
|
|
131
|
-
"
|
|
131
|
+
"payloadSchema": [
|
|
132
132
|
{
|
|
133
133
|
"name": "id",
|
|
134
134
|
"type": "string",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
{
|
|
161
161
|
"key": "ExperimentLoadFailed",
|
|
162
162
|
"name": "Experiment load failed",
|
|
163
|
-
"
|
|
163
|
+
"payloadSchema": [
|
|
164
164
|
{
|
|
165
165
|
"name": "message",
|
|
166
166
|
"type": "string"
|
|
@@ -188,22 +188,22 @@
|
|
|
188
188
|
"render-ui",
|
|
189
189
|
"main",
|
|
190
190
|
{
|
|
191
|
-
"showTopBar": true,
|
|
192
|
-
"appName": "STEM Lab",
|
|
193
191
|
"type": "game-shell",
|
|
194
192
|
"children": [
|
|
195
193
|
{
|
|
196
|
-
"title": "Experiment Simulator",
|
|
197
|
-
"type": "game-menu",
|
|
198
194
|
"menuItems": [
|
|
199
195
|
{
|
|
200
|
-
"event": "START",
|
|
201
196
|
"variant": "primary",
|
|
202
|
-
"label": "Start"
|
|
197
|
+
"label": "Start",
|
|
198
|
+
"event": "START"
|
|
203
199
|
}
|
|
204
|
-
]
|
|
200
|
+
],
|
|
201
|
+
"type": "game-menu",
|
|
202
|
+
"title": "Experiment Simulator"
|
|
205
203
|
}
|
|
206
|
-
]
|
|
204
|
+
],
|
|
205
|
+
"showTopBar": true,
|
|
206
|
+
"appName": "STEM Lab"
|
|
207
207
|
}
|
|
208
208
|
]
|
|
209
209
|
]
|
|
@@ -217,15 +217,13 @@
|
|
|
217
217
|
"render-ui",
|
|
218
218
|
"main",
|
|
219
219
|
{
|
|
220
|
+
"showTopBar": true,
|
|
220
221
|
"type": "game-shell",
|
|
222
|
+
"appName": "STEM Lab",
|
|
221
223
|
"children": [
|
|
222
224
|
{
|
|
223
|
-
"direction": "vertical",
|
|
224
|
-
"gap": "md",
|
|
225
|
-
"type": "stack",
|
|
226
225
|
"children": [
|
|
227
226
|
{
|
|
228
|
-
"type": "game-hud",
|
|
229
227
|
"stats": [
|
|
230
228
|
{
|
|
231
229
|
"value": "@entity.score",
|
|
@@ -235,18 +233,20 @@
|
|
|
235
233
|
"value": "@entity.level",
|
|
236
234
|
"label": "Level"
|
|
237
235
|
}
|
|
238
|
-
]
|
|
236
|
+
],
|
|
237
|
+
"type": "game-hud"
|
|
239
238
|
},
|
|
240
239
|
{
|
|
241
240
|
"type": "simulator-board",
|
|
242
241
|
"entity": "Experiment",
|
|
243
242
|
"completeEvent": "COMPLETE"
|
|
244
243
|
}
|
|
245
|
-
]
|
|
244
|
+
],
|
|
245
|
+
"type": "stack",
|
|
246
|
+
"direction": "vertical",
|
|
247
|
+
"gap": "md"
|
|
246
248
|
}
|
|
247
|
-
]
|
|
248
|
-
"appName": "STEM Lab",
|
|
249
|
-
"showTopBar": true
|
|
249
|
+
]
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
]
|
|
@@ -266,21 +266,21 @@
|
|
|
266
266
|
"main",
|
|
267
267
|
{
|
|
268
268
|
"showTopBar": true,
|
|
269
|
-
"type": "game-shell",
|
|
270
269
|
"appName": "STEM Lab",
|
|
271
270
|
"children": [
|
|
272
271
|
{
|
|
272
|
+
"type": "game-over-screen",
|
|
273
|
+
"title": "Well Done!",
|
|
273
274
|
"menuItems": [
|
|
274
275
|
{
|
|
275
|
-
"label": "Play Again",
|
|
276
276
|
"event": "RESTART",
|
|
277
|
+
"label": "Play Again",
|
|
277
278
|
"variant": "primary"
|
|
278
279
|
}
|
|
279
|
-
]
|
|
280
|
-
"title": "Well Done!",
|
|
281
|
-
"type": "game-over-screen"
|
|
280
|
+
]
|
|
282
281
|
}
|
|
283
|
-
]
|
|
282
|
+
],
|
|
283
|
+
"type": "game-shell"
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -294,21 +294,21 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
+
"type": "game-shell",
|
|
298
|
+
"showTopBar": true,
|
|
297
299
|
"children": [
|
|
298
300
|
{
|
|
299
301
|
"menuItems": [
|
|
300
302
|
{
|
|
301
303
|
"label": "Start",
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
+
"variant": "primary",
|
|
305
|
+
"event": "START"
|
|
304
306
|
}
|
|
305
307
|
],
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
+
"title": "Experiment Simulator",
|
|
309
|
+
"type": "game-menu"
|
|
308
310
|
}
|
|
309
311
|
],
|
|
310
|
-
"showTopBar": true,
|
|
311
|
-
"type": "game-shell",
|
|
312
312
|
"appName": "STEM Lab"
|
|
313
313
|
}
|
|
314
314
|
]
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
"event": "ClassificationLoaded",
|
|
378
378
|
"description": "Fired when Classification finishes loading",
|
|
379
379
|
"scope": "internal",
|
|
380
|
-
"
|
|
380
|
+
"payloadSchema": [
|
|
381
381
|
{
|
|
382
382
|
"name": "id",
|
|
383
383
|
"type": "string",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
"event": "ClassificationLoadFailed",
|
|
411
411
|
"description": "Fired when Classification fails to load",
|
|
412
412
|
"scope": "internal",
|
|
413
|
-
"
|
|
413
|
+
"payloadSchema": [
|
|
414
414
|
{
|
|
415
415
|
"name": "message",
|
|
416
416
|
"type": "string"
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
{
|
|
456
456
|
"key": "ClassificationLoaded",
|
|
457
457
|
"name": "Classification loaded",
|
|
458
|
-
"
|
|
458
|
+
"payloadSchema": [
|
|
459
459
|
{
|
|
460
460
|
"name": "id",
|
|
461
461
|
"type": "string",
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
{
|
|
488
488
|
"key": "ClassificationLoadFailed",
|
|
489
489
|
"name": "Classification load failed",
|
|
490
|
-
"
|
|
490
|
+
"payloadSchema": [
|
|
491
491
|
{
|
|
492
492
|
"name": "message",
|
|
493
493
|
"type": "string"
|
|
@@ -515,20 +515,20 @@
|
|
|
515
515
|
"render-ui",
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
|
-
"appName": "STEM Lab",
|
|
519
518
|
"type": "game-shell",
|
|
520
519
|
"showTopBar": true,
|
|
520
|
+
"appName": "STEM Lab",
|
|
521
521
|
"children": [
|
|
522
522
|
{
|
|
523
|
-
"
|
|
523
|
+
"type": "game-menu",
|
|
524
524
|
"menuItems": [
|
|
525
525
|
{
|
|
526
|
-
"label": "Start",
|
|
527
526
|
"event": "START",
|
|
527
|
+
"label": "Start",
|
|
528
528
|
"variant": "primary"
|
|
529
529
|
}
|
|
530
530
|
],
|
|
531
|
-
"
|
|
531
|
+
"title": "Classification Lab"
|
|
532
532
|
}
|
|
533
533
|
]
|
|
534
534
|
}
|
|
@@ -545,35 +545,35 @@
|
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
547
|
"type": "game-shell",
|
|
548
|
+
"showTopBar": true,
|
|
549
|
+
"appName": "STEM Lab",
|
|
548
550
|
"children": [
|
|
549
551
|
{
|
|
550
552
|
"children": [
|
|
551
553
|
{
|
|
554
|
+
"type": "game-hud",
|
|
552
555
|
"stats": [
|
|
553
556
|
{
|
|
554
|
-
"
|
|
555
|
-
"
|
|
557
|
+
"value": "@entity.score",
|
|
558
|
+
"label": "Score"
|
|
556
559
|
},
|
|
557
560
|
{
|
|
558
|
-
"
|
|
559
|
-
"
|
|
561
|
+
"value": "@entity.level",
|
|
562
|
+
"label": "Level"
|
|
560
563
|
}
|
|
561
|
-
]
|
|
562
|
-
"type": "game-hud"
|
|
564
|
+
]
|
|
563
565
|
},
|
|
564
566
|
{
|
|
567
|
+
"completeEvent": "COMPLETE",
|
|
565
568
|
"type": "classifier-board",
|
|
566
|
-
"entity": "Classification"
|
|
567
|
-
"completeEvent": "COMPLETE"
|
|
569
|
+
"entity": "Classification"
|
|
568
570
|
}
|
|
569
571
|
],
|
|
570
572
|
"type": "stack",
|
|
571
573
|
"direction": "vertical",
|
|
572
574
|
"gap": "md"
|
|
573
575
|
}
|
|
574
|
-
]
|
|
575
|
-
"showTopBar": true,
|
|
576
|
-
"appName": "STEM Lab"
|
|
576
|
+
]
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -592,12 +592,10 @@
|
|
|
592
592
|
"render-ui",
|
|
593
593
|
"main",
|
|
594
594
|
{
|
|
595
|
-
"type": "game-shell",
|
|
596
595
|
"appName": "STEM Lab",
|
|
597
|
-
"
|
|
596
|
+
"type": "game-shell",
|
|
598
597
|
"children": [
|
|
599
598
|
{
|
|
600
|
-
"type": "game-over-screen",
|
|
601
599
|
"menuItems": [
|
|
602
600
|
{
|
|
603
601
|
"label": "Play Again",
|
|
@@ -605,9 +603,11 @@
|
|
|
605
603
|
"variant": "primary"
|
|
606
604
|
}
|
|
607
605
|
],
|
|
606
|
+
"type": "game-over-screen",
|
|
608
607
|
"title": "Well Done!"
|
|
609
608
|
}
|
|
610
|
-
]
|
|
609
|
+
],
|
|
610
|
+
"showTopBar": true
|
|
611
611
|
}
|
|
612
612
|
]
|
|
613
613
|
]
|
|
@@ -621,18 +621,18 @@
|
|
|
621
621
|
"render-ui",
|
|
622
622
|
"main",
|
|
623
623
|
{
|
|
624
|
-
"appName": "STEM Lab",
|
|
625
|
-
"type": "game-shell",
|
|
626
624
|
"showTopBar": true,
|
|
625
|
+
"type": "game-shell",
|
|
626
|
+
"appName": "STEM Lab",
|
|
627
627
|
"children": [
|
|
628
628
|
{
|
|
629
|
-
"type": "game-menu",
|
|
630
629
|
"title": "Classification Lab",
|
|
630
|
+
"type": "game-menu",
|
|
631
631
|
"menuItems": [
|
|
632
632
|
{
|
|
633
|
+
"event": "START",
|
|
633
634
|
"variant": "primary",
|
|
634
|
-
"label": "Start"
|
|
635
|
-
"event": "START"
|
|
635
|
+
"label": "Start"
|
|
636
636
|
}
|
|
637
637
|
]
|
|
638
638
|
}
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"event": "LabResultLoaded",
|
|
698
698
|
"description": "Fired when LabResult finishes loading",
|
|
699
699
|
"scope": "internal",
|
|
700
|
-
"
|
|
700
|
+
"payloadSchema": [
|
|
701
701
|
{
|
|
702
702
|
"name": "id",
|
|
703
703
|
"type": "string",
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
"event": "LabResultLoadFailed",
|
|
726
726
|
"description": "Fired when LabResult fails to load",
|
|
727
727
|
"scope": "internal",
|
|
728
|
-
"
|
|
728
|
+
"payloadSchema": [
|
|
729
729
|
{
|
|
730
730
|
"name": "message",
|
|
731
731
|
"type": "string"
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
{
|
|
767
767
|
"key": "LabResultLoaded",
|
|
768
768
|
"name": "LabResult loaded",
|
|
769
|
-
"
|
|
769
|
+
"payloadSchema": [
|
|
770
770
|
{
|
|
771
771
|
"name": "id",
|
|
772
772
|
"type": "string",
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
{
|
|
794
794
|
"key": "LabResultLoadFailed",
|
|
795
795
|
"name": "LabResult load failed",
|
|
796
|
-
"
|
|
796
|
+
"payloadSchema": [
|
|
797
797
|
{
|
|
798
798
|
"name": "message",
|
|
799
799
|
"type": "string"
|
|
@@ -821,13 +821,14 @@
|
|
|
821
821
|
"render-ui",
|
|
822
822
|
"main",
|
|
823
823
|
{
|
|
824
|
-
"
|
|
824
|
+
"type": "game-shell",
|
|
825
825
|
"children": [
|
|
826
826
|
{
|
|
827
|
+
"type": "scaled-diagram",
|
|
827
828
|
"children": [
|
|
828
829
|
{
|
|
829
|
-
"gap": "lg",
|
|
830
830
|
"type": "stack",
|
|
831
|
+
"gap": "lg",
|
|
831
832
|
"direction": "vertical",
|
|
832
833
|
"children": [
|
|
833
834
|
{
|
|
@@ -845,31 +846,31 @@
|
|
|
845
846
|
{
|
|
846
847
|
"type": "stack",
|
|
847
848
|
"direction": "horizontal",
|
|
848
|
-
"gap": "md",
|
|
849
849
|
"justify": "between",
|
|
850
|
+
"gap": "md",
|
|
850
851
|
"children": [
|
|
851
852
|
{
|
|
852
853
|
"children": [
|
|
853
854
|
{
|
|
854
|
-
"
|
|
855
|
-
"
|
|
855
|
+
"type": "icon",
|
|
856
|
+
"name": "clipboard"
|
|
856
857
|
},
|
|
857
858
|
{
|
|
858
|
-
"content": "Lab Results",
|
|
859
859
|
"type": "typography",
|
|
860
|
+
"content": "Lab Results",
|
|
860
861
|
"variant": "h2"
|
|
861
862
|
}
|
|
862
863
|
],
|
|
864
|
+
"gap": "md",
|
|
863
865
|
"type": "stack",
|
|
864
|
-
"direction": "horizontal"
|
|
865
|
-
"gap": "md"
|
|
866
|
+
"direction": "horizontal"
|
|
866
867
|
},
|
|
867
868
|
{
|
|
869
|
+
"variant": "secondary",
|
|
868
870
|
"type": "button",
|
|
869
|
-
"icon": "refresh-cw",
|
|
870
871
|
"action": "REFRESH",
|
|
871
|
-
"
|
|
872
|
-
"
|
|
872
|
+
"icon": "refresh-cw",
|
|
873
|
+
"label": "Refresh"
|
|
873
874
|
}
|
|
874
875
|
]
|
|
875
876
|
},
|
|
@@ -878,9 +879,10 @@
|
|
|
878
879
|
},
|
|
879
880
|
{
|
|
880
881
|
"padding": "md",
|
|
881
|
-
"type": "box",
|
|
882
882
|
"children": [
|
|
883
883
|
{
|
|
884
|
+
"cols": 3.0,
|
|
885
|
+
"type": "simple-grid",
|
|
884
886
|
"children": [
|
|
885
887
|
{
|
|
886
888
|
"label": "ExperimentCount",
|
|
@@ -893,20 +895,19 @@
|
|
|
893
895
|
"value": "@entity.avgAccuracy"
|
|
894
896
|
},
|
|
895
897
|
{
|
|
896
|
-
"type": "stat-display",
|
|
897
898
|
"label": "TotalScore",
|
|
899
|
+
"type": "stat-display",
|
|
898
900
|
"value": "@entity.totalScore"
|
|
899
901
|
},
|
|
900
902
|
{
|
|
901
|
-
"type": "card",
|
|
902
903
|
"children": [
|
|
903
904
|
{
|
|
904
|
-
"
|
|
905
|
+
"type": "stack",
|
|
905
906
|
"children": [
|
|
906
907
|
{
|
|
907
|
-
"content": "Grade",
|
|
908
908
|
"type": "typography",
|
|
909
|
-
"variant": "caption"
|
|
909
|
+
"variant": "caption",
|
|
910
|
+
"content": "Grade"
|
|
910
911
|
},
|
|
911
912
|
{
|
|
912
913
|
"variant": "h3",
|
|
@@ -914,28 +915,29 @@
|
|
|
914
915
|
"content": "@entity.grade"
|
|
915
916
|
}
|
|
916
917
|
],
|
|
917
|
-
"
|
|
918
|
-
"
|
|
918
|
+
"gap": "sm",
|
|
919
|
+
"direction": "vertical"
|
|
919
920
|
}
|
|
920
|
-
]
|
|
921
|
+
],
|
|
922
|
+
"type": "card"
|
|
921
923
|
}
|
|
922
|
-
]
|
|
923
|
-
"type": "simple-grid",
|
|
924
|
-
"cols": 3.0
|
|
924
|
+
]
|
|
925
925
|
}
|
|
926
|
-
]
|
|
926
|
+
],
|
|
927
|
+
"type": "box"
|
|
927
928
|
},
|
|
928
929
|
{
|
|
929
930
|
"type": "divider"
|
|
930
931
|
},
|
|
931
932
|
{
|
|
933
|
+
"gap": "md",
|
|
932
934
|
"children": [
|
|
933
935
|
{
|
|
934
936
|
"children": [
|
|
935
937
|
{
|
|
936
|
-
"type": "typography",
|
|
937
938
|
"variant": "caption",
|
|
938
|
-
"content": "Chart View"
|
|
939
|
+
"content": "Chart View",
|
|
940
|
+
"type": "typography"
|
|
939
941
|
}
|
|
940
942
|
],
|
|
941
943
|
"type": "card"
|
|
@@ -945,13 +947,12 @@
|
|
|
945
947
|
"children": [
|
|
946
948
|
{
|
|
947
949
|
"type": "typography",
|
|
948
|
-
"
|
|
949
|
-
"
|
|
950
|
+
"variant": "caption",
|
|
951
|
+
"content": "Graph View"
|
|
950
952
|
}
|
|
951
953
|
]
|
|
952
954
|
}
|
|
953
955
|
],
|
|
954
|
-
"gap": "md",
|
|
955
956
|
"cols": 2.0,
|
|
956
957
|
"type": "grid"
|
|
957
958
|
},
|
|
@@ -959,16 +960,16 @@
|
|
|
959
960
|
"type": "line-chart",
|
|
960
961
|
"data": [
|
|
961
962
|
{
|
|
962
|
-
"
|
|
963
|
-
"
|
|
963
|
+
"date": "Jan",
|
|
964
|
+
"value": 12.0
|
|
964
965
|
},
|
|
965
966
|
{
|
|
966
|
-
"
|
|
967
|
-
"
|
|
967
|
+
"value": 19.0,
|
|
968
|
+
"date": "Feb"
|
|
968
969
|
},
|
|
969
970
|
{
|
|
970
|
-
"
|
|
971
|
-
"
|
|
971
|
+
"value": 15.0,
|
|
972
|
+
"date": "Mar"
|
|
972
973
|
},
|
|
973
974
|
{
|
|
974
975
|
"date": "Apr",
|
|
@@ -979,46 +980,46 @@
|
|
|
979
980
|
"date": "May"
|
|
980
981
|
},
|
|
981
982
|
{
|
|
982
|
-
"
|
|
983
|
-
"
|
|
983
|
+
"date": "Jun",
|
|
984
|
+
"value": 30.0
|
|
984
985
|
}
|
|
985
986
|
]
|
|
986
987
|
},
|
|
987
988
|
{
|
|
988
|
-
"type": "chart-legend",
|
|
989
989
|
"items": [
|
|
990
990
|
{
|
|
991
991
|
"label": "Current",
|
|
992
992
|
"color": "primary"
|
|
993
993
|
},
|
|
994
994
|
{
|
|
995
|
-
"
|
|
996
|
-
"
|
|
995
|
+
"color": "muted",
|
|
996
|
+
"label": "Previous"
|
|
997
997
|
}
|
|
998
|
-
]
|
|
998
|
+
],
|
|
999
|
+
"type": "chart-legend"
|
|
999
1000
|
},
|
|
1000
1001
|
{
|
|
1001
1002
|
"width": 400.0,
|
|
1002
|
-
"height": 200.0,
|
|
1003
1003
|
"nodes": [
|
|
1004
1004
|
{
|
|
1005
|
-
"
|
|
1006
|
-
"
|
|
1005
|
+
"id": "a",
|
|
1006
|
+
"label": "Start"
|
|
1007
1007
|
},
|
|
1008
1008
|
{
|
|
1009
1009
|
"id": "b",
|
|
1010
1010
|
"label": "Process"
|
|
1011
1011
|
},
|
|
1012
1012
|
{
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1013
|
+
"id": "c",
|
|
1014
|
+
"label": "End"
|
|
1015
1015
|
}
|
|
1016
1016
|
],
|
|
1017
|
+
"height": 200.0,
|
|
1017
1018
|
"type": "graph-view",
|
|
1018
1019
|
"edges": [
|
|
1019
1020
|
{
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1021
|
+
"source": "a",
|
|
1022
|
+
"target": "b"
|
|
1022
1023
|
},
|
|
1023
1024
|
{
|
|
1024
1025
|
"target": "c",
|
|
@@ -1028,11 +1029,10 @@
|
|
|
1028
1029
|
}
|
|
1029
1030
|
]
|
|
1030
1031
|
}
|
|
1031
|
-
]
|
|
1032
|
-
"type": "scaled-diagram"
|
|
1032
|
+
]
|
|
1033
1033
|
}
|
|
1034
1034
|
],
|
|
1035
|
-
"
|
|
1035
|
+
"showTopBar": true,
|
|
1036
1036
|
"appName": "STEM Lab"
|
|
1037
1037
|
}
|
|
1038
1038
|
]
|
|
@@ -1057,19 +1057,20 @@
|
|
|
1057
1057
|
"render-ui",
|
|
1058
1058
|
"main",
|
|
1059
1059
|
{
|
|
1060
|
-
"
|
|
1060
|
+
"showTopBar": true,
|
|
1061
1061
|
"children": [
|
|
1062
1062
|
{
|
|
1063
1063
|
"type": "scaled-diagram",
|
|
1064
1064
|
"children": [
|
|
1065
1065
|
{
|
|
1066
|
+
"type": "stack",
|
|
1066
1067
|
"children": [
|
|
1067
1068
|
{
|
|
1068
1069
|
"type": "breadcrumb",
|
|
1069
1070
|
"items": [
|
|
1070
1071
|
{
|
|
1071
|
-
"
|
|
1072
|
-
"
|
|
1072
|
+
"label": "Home",
|
|
1073
|
+
"href": "/"
|
|
1073
1074
|
},
|
|
1074
1075
|
{
|
|
1075
1076
|
"label": "Lab Results"
|
|
@@ -1077,64 +1078,66 @@
|
|
|
1077
1078
|
]
|
|
1078
1079
|
},
|
|
1079
1080
|
{
|
|
1080
|
-
"
|
|
1081
|
-
"
|
|
1081
|
+
"direction": "horizontal",
|
|
1082
|
+
"type": "stack",
|
|
1082
1083
|
"children": [
|
|
1083
1084
|
{
|
|
1085
|
+
"type": "stack",
|
|
1086
|
+
"direction": "horizontal",
|
|
1084
1087
|
"children": [
|
|
1085
1088
|
{
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1089
|
+
"name": "clipboard",
|
|
1090
|
+
"type": "icon"
|
|
1088
1091
|
},
|
|
1089
1092
|
{
|
|
1090
|
-
"type": "typography",
|
|
1091
1093
|
"content": "Lab Results",
|
|
1092
|
-
"variant": "h2"
|
|
1094
|
+
"variant": "h2",
|
|
1095
|
+
"type": "typography"
|
|
1093
1096
|
}
|
|
1094
1097
|
],
|
|
1095
|
-
"type": "stack",
|
|
1096
|
-
"direction": "horizontal",
|
|
1097
1098
|
"gap": "md"
|
|
1098
1099
|
},
|
|
1099
1100
|
{
|
|
1101
|
+
"variant": "secondary",
|
|
1102
|
+
"icon": "refresh-cw",
|
|
1100
1103
|
"label": "Refresh",
|
|
1101
1104
|
"action": "REFRESH",
|
|
1102
|
-
"type": "button"
|
|
1103
|
-
"variant": "secondary",
|
|
1104
|
-
"icon": "refresh-cw"
|
|
1105
|
+
"type": "button"
|
|
1105
1106
|
}
|
|
1106
1107
|
],
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1108
|
+
"justify": "between",
|
|
1109
|
+
"gap": "md"
|
|
1109
1110
|
},
|
|
1110
1111
|
{
|
|
1111
1112
|
"type": "divider"
|
|
1112
1113
|
},
|
|
1113
1114
|
{
|
|
1115
|
+
"type": "box",
|
|
1116
|
+
"padding": "md",
|
|
1114
1117
|
"children": [
|
|
1115
1118
|
{
|
|
1119
|
+
"type": "simple-grid",
|
|
1116
1120
|
"cols": 3.0,
|
|
1117
1121
|
"children": [
|
|
1118
1122
|
{
|
|
1119
|
-
"
|
|
1123
|
+
"value": "@entity.experimentCount",
|
|
1120
1124
|
"label": "ExperimentCount",
|
|
1121
|
-
"
|
|
1125
|
+
"type": "stat-display"
|
|
1122
1126
|
},
|
|
1123
1127
|
{
|
|
1124
|
-
"
|
|
1128
|
+
"value": "@entity.avgAccuracy",
|
|
1125
1129
|
"label": "AvgAccuracy",
|
|
1126
|
-
"
|
|
1130
|
+
"type": "stat-display"
|
|
1127
1131
|
},
|
|
1128
1132
|
{
|
|
1129
|
-
"value": "@entity.totalScore",
|
|
1130
1133
|
"type": "stat-display",
|
|
1131
|
-
"label": "TotalScore"
|
|
1134
|
+
"label": "TotalScore",
|
|
1135
|
+
"value": "@entity.totalScore"
|
|
1132
1136
|
},
|
|
1133
1137
|
{
|
|
1134
|
-
"type": "card",
|
|
1135
1138
|
"children": [
|
|
1136
1139
|
{
|
|
1137
|
-
"
|
|
1140
|
+
"direction": "vertical",
|
|
1138
1141
|
"type": "stack",
|
|
1139
1142
|
"children": [
|
|
1140
1143
|
{
|
|
@@ -1143,21 +1146,19 @@
|
|
|
1143
1146
|
"type": "typography"
|
|
1144
1147
|
},
|
|
1145
1148
|
{
|
|
1146
|
-
"variant": "h3",
|
|
1147
1149
|
"content": "@entity.grade",
|
|
1148
|
-
"type": "typography"
|
|
1150
|
+
"type": "typography",
|
|
1151
|
+
"variant": "h3"
|
|
1149
1152
|
}
|
|
1150
1153
|
],
|
|
1151
|
-
"
|
|
1154
|
+
"gap": "sm"
|
|
1152
1155
|
}
|
|
1153
|
-
]
|
|
1156
|
+
],
|
|
1157
|
+
"type": "card"
|
|
1154
1158
|
}
|
|
1155
|
-
]
|
|
1156
|
-
"type": "simple-grid"
|
|
1159
|
+
]
|
|
1157
1160
|
}
|
|
1158
|
-
]
|
|
1159
|
-
"type": "box",
|
|
1160
|
-
"padding": "md"
|
|
1161
|
+
]
|
|
1161
1162
|
},
|
|
1162
1163
|
{
|
|
1163
1164
|
"type": "divider"
|
|
@@ -1167,9 +1168,9 @@
|
|
|
1167
1168
|
{
|
|
1168
1169
|
"children": [
|
|
1169
1170
|
{
|
|
1170
|
-
"
|
|
1171
|
+
"type": "typography",
|
|
1171
1172
|
"content": "Chart View",
|
|
1172
|
-
"
|
|
1173
|
+
"variant": "caption"
|
|
1173
1174
|
}
|
|
1174
1175
|
],
|
|
1175
1176
|
"type": "card"
|
|
@@ -1185,20 +1186,20 @@
|
|
|
1185
1186
|
"type": "card"
|
|
1186
1187
|
}
|
|
1187
1188
|
],
|
|
1188
|
-
"cols": 2.0,
|
|
1189
1189
|
"gap": "md",
|
|
1190
|
-
"type": "grid"
|
|
1190
|
+
"type": "grid",
|
|
1191
|
+
"cols": 2.0
|
|
1191
1192
|
},
|
|
1192
1193
|
{
|
|
1193
1194
|
"type": "line-chart",
|
|
1194
1195
|
"data": [
|
|
1195
1196
|
{
|
|
1196
|
-
"
|
|
1197
|
-
"
|
|
1197
|
+
"date": "Jan",
|
|
1198
|
+
"value": 12.0
|
|
1198
1199
|
},
|
|
1199
1200
|
{
|
|
1200
|
-
"
|
|
1201
|
-
"
|
|
1201
|
+
"value": 19.0,
|
|
1202
|
+
"date": "Feb"
|
|
1202
1203
|
},
|
|
1203
1204
|
{
|
|
1204
1205
|
"value": 15.0,
|
|
@@ -1213,27 +1214,38 @@
|
|
|
1213
1214
|
"date": "May"
|
|
1214
1215
|
},
|
|
1215
1216
|
{
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1217
|
+
"date": "Jun",
|
|
1218
|
+
"value": 30.0
|
|
1218
1219
|
}
|
|
1219
1220
|
]
|
|
1220
1221
|
},
|
|
1221
1222
|
{
|
|
1223
|
+
"type": "chart-legend",
|
|
1222
1224
|
"items": [
|
|
1223
1225
|
{
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1226
|
+
"label": "Current",
|
|
1227
|
+
"color": "primary"
|
|
1226
1228
|
},
|
|
1227
1229
|
{
|
|
1228
1230
|
"color": "muted",
|
|
1229
1231
|
"label": "Previous"
|
|
1230
1232
|
}
|
|
1231
|
-
]
|
|
1232
|
-
"type": "chart-legend"
|
|
1233
|
+
]
|
|
1233
1234
|
},
|
|
1234
1235
|
{
|
|
1235
|
-
"width": 400.0,
|
|
1236
1236
|
"type": "graph-view",
|
|
1237
|
+
"height": 200.0,
|
|
1238
|
+
"edges": [
|
|
1239
|
+
{
|
|
1240
|
+
"source": "a",
|
|
1241
|
+
"target": "b"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"source": "b",
|
|
1245
|
+
"target": "c"
|
|
1246
|
+
}
|
|
1247
|
+
],
|
|
1248
|
+
"width": 400.0,
|
|
1237
1249
|
"nodes": [
|
|
1238
1250
|
{
|
|
1239
1251
|
"label": "Start",
|
|
@@ -1247,29 +1259,17 @@
|
|
|
1247
1259
|
"id": "c",
|
|
1248
1260
|
"label": "End"
|
|
1249
1261
|
}
|
|
1250
|
-
]
|
|
1251
|
-
"edges": [
|
|
1252
|
-
{
|
|
1253
|
-
"source": "a",
|
|
1254
|
-
"target": "b"
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"target": "c",
|
|
1258
|
-
"source": "b"
|
|
1259
|
-
}
|
|
1260
|
-
],
|
|
1261
|
-
"height": 200.0
|
|
1262
|
+
]
|
|
1262
1263
|
}
|
|
1263
1264
|
],
|
|
1264
|
-
"
|
|
1265
|
-
"
|
|
1266
|
-
"gap": "lg"
|
|
1265
|
+
"gap": "lg",
|
|
1266
|
+
"direction": "vertical"
|
|
1267
1267
|
}
|
|
1268
1268
|
]
|
|
1269
1269
|
}
|
|
1270
1270
|
],
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1271
|
+
"appName": "STEM Lab",
|
|
1272
|
+
"type": "game-shell"
|
|
1273
1273
|
}
|
|
1274
1274
|
]
|
|
1275
1275
|
]
|
|
@@ -1293,20 +1293,20 @@
|
|
|
1293
1293
|
"render-ui",
|
|
1294
1294
|
"main",
|
|
1295
1295
|
{
|
|
1296
|
+
"appName": "STEM Lab",
|
|
1297
|
+
"type": "game-shell",
|
|
1296
1298
|
"children": [
|
|
1297
1299
|
{
|
|
1298
1300
|
"type": "scaled-diagram",
|
|
1299
1301
|
"children": [
|
|
1300
1302
|
{
|
|
1301
|
-
"type": "stack",
|
|
1302
1303
|
"direction": "vertical",
|
|
1303
|
-
"gap": "lg",
|
|
1304
1304
|
"children": [
|
|
1305
1305
|
{
|
|
1306
1306
|
"items": [
|
|
1307
1307
|
{
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1308
|
+
"label": "Home",
|
|
1309
|
+
"href": "/"
|
|
1310
1310
|
},
|
|
1311
1311
|
{
|
|
1312
1312
|
"label": "Lab Results"
|
|
@@ -1315,44 +1315,44 @@
|
|
|
1315
1315
|
"type": "breadcrumb"
|
|
1316
1316
|
},
|
|
1317
1317
|
{
|
|
1318
|
-
"gap": "md",
|
|
1319
|
-
"justify": "between",
|
|
1320
1318
|
"type": "stack",
|
|
1319
|
+
"direction": "horizontal",
|
|
1321
1320
|
"children": [
|
|
1322
1321
|
{
|
|
1322
|
+
"type": "stack",
|
|
1323
|
+
"direction": "horizontal",
|
|
1323
1324
|
"gap": "md",
|
|
1324
1325
|
"children": [
|
|
1325
1326
|
{
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1327
|
+
"name": "clipboard",
|
|
1328
|
+
"type": "icon"
|
|
1328
1329
|
},
|
|
1329
1330
|
{
|
|
1330
|
-
"
|
|
1331
|
+
"variant": "h2",
|
|
1331
1332
|
"type": "typography",
|
|
1332
|
-
"
|
|
1333
|
+
"content": "Lab Results"
|
|
1333
1334
|
}
|
|
1334
|
-
]
|
|
1335
|
-
"direction": "horizontal",
|
|
1336
|
-
"type": "stack"
|
|
1335
|
+
]
|
|
1337
1336
|
},
|
|
1338
1337
|
{
|
|
1339
|
-
"variant": "secondary",
|
|
1340
1338
|
"type": "button",
|
|
1339
|
+
"label": "Refresh",
|
|
1341
1340
|
"icon": "refresh-cw",
|
|
1342
|
-
"
|
|
1343
|
-
"
|
|
1341
|
+
"variant": "secondary",
|
|
1342
|
+
"action": "REFRESH"
|
|
1344
1343
|
}
|
|
1345
1344
|
],
|
|
1346
|
-
"
|
|
1345
|
+
"justify": "between",
|
|
1346
|
+
"gap": "md"
|
|
1347
1347
|
},
|
|
1348
1348
|
{
|
|
1349
1349
|
"type": "divider"
|
|
1350
1350
|
},
|
|
1351
1351
|
{
|
|
1352
|
-
"type": "box",
|
|
1353
1352
|
"padding": "md",
|
|
1354
1353
|
"children": [
|
|
1355
1354
|
{
|
|
1355
|
+
"cols": 3.0,
|
|
1356
1356
|
"children": [
|
|
1357
1357
|
{
|
|
1358
1358
|
"type": "stat-display",
|
|
@@ -1360,42 +1360,42 @@
|
|
|
1360
1360
|
"value": "@entity.experimentCount"
|
|
1361
1361
|
},
|
|
1362
1362
|
{
|
|
1363
|
-
"type": "stat-display",
|
|
1364
1363
|
"value": "@entity.avgAccuracy",
|
|
1364
|
+
"type": "stat-display",
|
|
1365
1365
|
"label": "AvgAccuracy"
|
|
1366
1366
|
},
|
|
1367
1367
|
{
|
|
1368
|
-
"type": "stat-display",
|
|
1369
1368
|
"label": "TotalScore",
|
|
1369
|
+
"type": "stat-display",
|
|
1370
1370
|
"value": "@entity.totalScore"
|
|
1371
1371
|
},
|
|
1372
1372
|
{
|
|
1373
|
+
"type": "card",
|
|
1373
1374
|
"children": [
|
|
1374
1375
|
{
|
|
1375
|
-
"
|
|
1376
|
+
"type": "stack",
|
|
1376
1377
|
"gap": "sm",
|
|
1378
|
+
"direction": "vertical",
|
|
1377
1379
|
"children": [
|
|
1378
1380
|
{
|
|
1379
|
-
"
|
|
1381
|
+
"type": "typography",
|
|
1380
1382
|
"variant": "caption",
|
|
1381
|
-
"
|
|
1383
|
+
"content": "Grade"
|
|
1382
1384
|
},
|
|
1383
1385
|
{
|
|
1384
|
-
"variant": "h3",
|
|
1385
1386
|
"content": "@entity.grade",
|
|
1386
|
-
"type": "typography"
|
|
1387
|
+
"type": "typography",
|
|
1388
|
+
"variant": "h3"
|
|
1387
1389
|
}
|
|
1388
|
-
]
|
|
1389
|
-
"type": "stack"
|
|
1390
|
+
]
|
|
1390
1391
|
}
|
|
1391
|
-
]
|
|
1392
|
-
"type": "card"
|
|
1392
|
+
]
|
|
1393
1393
|
}
|
|
1394
1394
|
],
|
|
1395
|
-
"type": "simple-grid"
|
|
1396
|
-
"cols": 3.0
|
|
1395
|
+
"type": "simple-grid"
|
|
1397
1396
|
}
|
|
1398
|
-
]
|
|
1397
|
+
],
|
|
1398
|
+
"type": "box"
|
|
1399
1399
|
},
|
|
1400
1400
|
{
|
|
1401
1401
|
"type": "divider"
|
|
@@ -1406,24 +1406,24 @@
|
|
|
1406
1406
|
"gap": "md",
|
|
1407
1407
|
"children": [
|
|
1408
1408
|
{
|
|
1409
|
-
"type": "card",
|
|
1410
1409
|
"children": [
|
|
1411
1410
|
{
|
|
1412
|
-
"
|
|
1411
|
+
"variant": "caption",
|
|
1413
1412
|
"content": "Chart View",
|
|
1414
|
-
"
|
|
1413
|
+
"type": "typography"
|
|
1415
1414
|
}
|
|
1416
|
-
]
|
|
1415
|
+
],
|
|
1416
|
+
"type": "card"
|
|
1417
1417
|
},
|
|
1418
1418
|
{
|
|
1419
|
-
"type": "card",
|
|
1420
1419
|
"children": [
|
|
1421
1420
|
{
|
|
1422
|
-
"type": "typography",
|
|
1423
1421
|
"variant": "caption",
|
|
1422
|
+
"type": "typography",
|
|
1424
1423
|
"content": "Graph View"
|
|
1425
1424
|
}
|
|
1426
|
-
]
|
|
1425
|
+
],
|
|
1426
|
+
"type": "card"
|
|
1427
1427
|
}
|
|
1428
1428
|
]
|
|
1429
1429
|
},
|
|
@@ -1431,8 +1431,8 @@
|
|
|
1431
1431
|
"type": "line-chart",
|
|
1432
1432
|
"data": [
|
|
1433
1433
|
{
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1434
|
+
"value": 12.0,
|
|
1435
|
+
"date": "Jan"
|
|
1436
1436
|
},
|
|
1437
1437
|
{
|
|
1438
1438
|
"date": "Feb",
|
|
@@ -1447,8 +1447,8 @@
|
|
|
1447
1447
|
"date": "Apr"
|
|
1448
1448
|
},
|
|
1449
1449
|
{
|
|
1450
|
-
"
|
|
1451
|
-
"
|
|
1450
|
+
"date": "May",
|
|
1451
|
+
"value": 22.0
|
|
1452
1452
|
},
|
|
1453
1453
|
{
|
|
1454
1454
|
"date": "Jun",
|
|
@@ -1460,8 +1460,8 @@
|
|
|
1460
1460
|
"type": "chart-legend",
|
|
1461
1461
|
"items": [
|
|
1462
1462
|
{
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1463
|
+
"color": "primary",
|
|
1464
|
+
"label": "Current"
|
|
1465
1465
|
},
|
|
1466
1466
|
{
|
|
1467
1467
|
"color": "muted",
|
|
@@ -1470,25 +1470,24 @@
|
|
|
1470
1470
|
]
|
|
1471
1471
|
},
|
|
1472
1472
|
{
|
|
1473
|
-
"type": "graph-view",
|
|
1474
1473
|
"nodes": [
|
|
1475
1474
|
{
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1475
|
+
"label": "Start",
|
|
1476
|
+
"id": "a"
|
|
1478
1477
|
},
|
|
1479
1478
|
{
|
|
1480
1479
|
"id": "b",
|
|
1481
1480
|
"label": "Process"
|
|
1482
1481
|
},
|
|
1483
1482
|
{
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1483
|
+
"label": "End",
|
|
1484
|
+
"id": "c"
|
|
1486
1485
|
}
|
|
1487
1486
|
],
|
|
1488
1487
|
"edges": [
|
|
1489
1488
|
{
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1489
|
+
"target": "b",
|
|
1490
|
+
"source": "a"
|
|
1492
1491
|
},
|
|
1493
1492
|
{
|
|
1494
1493
|
"target": "c",
|
|
@@ -1496,16 +1495,17 @@
|
|
|
1496
1495
|
}
|
|
1497
1496
|
],
|
|
1498
1497
|
"width": 400.0,
|
|
1499
|
-
"height": 200.0
|
|
1498
|
+
"height": 200.0,
|
|
1499
|
+
"type": "graph-view"
|
|
1500
1500
|
}
|
|
1501
|
-
]
|
|
1501
|
+
],
|
|
1502
|
+
"type": "stack",
|
|
1503
|
+
"gap": "lg"
|
|
1502
1504
|
}
|
|
1503
1505
|
]
|
|
1504
1506
|
}
|
|
1505
1507
|
],
|
|
1506
|
-
"
|
|
1507
|
-
"showTopBar": true,
|
|
1508
|
-
"appName": "STEM Lab"
|
|
1508
|
+
"showTopBar": true
|
|
1509
1509
|
}
|
|
1510
1510
|
]
|
|
1511
1511
|
]
|
|
@@ -1520,8 +1520,8 @@
|
|
|
1520
1520
|
"LabResult",
|
|
1521
1521
|
{
|
|
1522
1522
|
"emit": {
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1523
|
+
"success": "LabResultLoaded",
|
|
1524
|
+
"failure": "LabResultLoadFailed"
|
|
1525
1525
|
}
|
|
1526
1526
|
}
|
|
1527
1527
|
],
|
|
@@ -1535,7 +1535,6 @@
|
|
|
1535
1535
|
{
|
|
1536
1536
|
"children": [
|
|
1537
1537
|
{
|
|
1538
|
-
"type": "stack",
|
|
1539
1538
|
"gap": "lg",
|
|
1540
1539
|
"direction": "vertical",
|
|
1541
1540
|
"children": [
|
|
@@ -1552,31 +1551,31 @@
|
|
|
1552
1551
|
]
|
|
1553
1552
|
},
|
|
1554
1553
|
{
|
|
1555
|
-
"gap": "md",
|
|
1556
1554
|
"type": "stack",
|
|
1555
|
+
"gap": "md",
|
|
1557
1556
|
"children": [
|
|
1558
1557
|
{
|
|
1559
|
-
"type": "stack",
|
|
1560
|
-
"direction": "horizontal",
|
|
1561
1558
|
"gap": "md",
|
|
1559
|
+
"type": "stack",
|
|
1562
1560
|
"children": [
|
|
1563
1561
|
{
|
|
1564
1562
|
"name": "clipboard",
|
|
1565
1563
|
"type": "icon"
|
|
1566
1564
|
},
|
|
1567
1565
|
{
|
|
1568
|
-
"content": "Lab Results",
|
|
1569
1566
|
"variant": "h2",
|
|
1570
|
-
"type": "typography"
|
|
1567
|
+
"type": "typography",
|
|
1568
|
+
"content": "Lab Results"
|
|
1571
1569
|
}
|
|
1572
|
-
]
|
|
1570
|
+
],
|
|
1571
|
+
"direction": "horizontal"
|
|
1573
1572
|
},
|
|
1574
1573
|
{
|
|
1574
|
+
"variant": "secondary",
|
|
1575
1575
|
"label": "Refresh",
|
|
1576
|
-
"icon": "refresh-cw",
|
|
1577
1576
|
"type": "button",
|
|
1578
1577
|
"action": "REFRESH",
|
|
1579
|
-
"
|
|
1578
|
+
"icon": "refresh-cw"
|
|
1580
1579
|
}
|
|
1581
1580
|
],
|
|
1582
1581
|
"justify": "between",
|
|
@@ -1605,30 +1604,30 @@
|
|
|
1605
1604
|
},
|
|
1606
1605
|
{
|
|
1607
1606
|
"type": "stat-display",
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1607
|
+
"label": "TotalScore",
|
|
1608
|
+
"value": "@entity.totalScore"
|
|
1610
1609
|
},
|
|
1611
1610
|
{
|
|
1611
|
+
"type": "card",
|
|
1612
1612
|
"children": [
|
|
1613
1613
|
{
|
|
1614
|
-
"direction": "vertical",
|
|
1615
|
-
"gap": "sm",
|
|
1616
1614
|
"children": [
|
|
1617
1615
|
{
|
|
1618
1616
|
"content": "Grade",
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1617
|
+
"variant": "caption",
|
|
1618
|
+
"type": "typography"
|
|
1621
1619
|
},
|
|
1622
1620
|
{
|
|
1623
|
-
"content": "@entity.grade",
|
|
1624
1621
|
"variant": "h3",
|
|
1622
|
+
"content": "@entity.grade",
|
|
1625
1623
|
"type": "typography"
|
|
1626
1624
|
}
|
|
1627
1625
|
],
|
|
1628
|
-
"type": "stack"
|
|
1626
|
+
"type": "stack",
|
|
1627
|
+
"direction": "vertical",
|
|
1628
|
+
"gap": "sm"
|
|
1629
1629
|
}
|
|
1630
|
-
]
|
|
1631
|
-
"type": "card"
|
|
1630
|
+
]
|
|
1632
1631
|
}
|
|
1633
1632
|
]
|
|
1634
1633
|
}
|
|
@@ -1638,42 +1637,41 @@
|
|
|
1638
1637
|
"type": "divider"
|
|
1639
1638
|
},
|
|
1640
1639
|
{
|
|
1641
|
-
"cols": 2.0,
|
|
1642
|
-
"type": "grid",
|
|
1643
1640
|
"gap": "md",
|
|
1641
|
+
"type": "grid",
|
|
1644
1642
|
"children": [
|
|
1645
1643
|
{
|
|
1644
|
+
"type": "card",
|
|
1646
1645
|
"children": [
|
|
1647
1646
|
{
|
|
1648
|
-
"
|
|
1647
|
+
"variant": "caption",
|
|
1649
1648
|
"type": "typography",
|
|
1650
|
-
"
|
|
1649
|
+
"content": "Chart View"
|
|
1651
1650
|
}
|
|
1652
|
-
]
|
|
1653
|
-
"type": "card"
|
|
1651
|
+
]
|
|
1654
1652
|
},
|
|
1655
1653
|
{
|
|
1654
|
+
"type": "card",
|
|
1656
1655
|
"children": [
|
|
1657
1656
|
{
|
|
1658
1657
|
"type": "typography",
|
|
1659
1658
|
"variant": "caption",
|
|
1660
1659
|
"content": "Graph View"
|
|
1661
1660
|
}
|
|
1662
|
-
]
|
|
1663
|
-
"type": "card"
|
|
1661
|
+
]
|
|
1664
1662
|
}
|
|
1665
|
-
]
|
|
1663
|
+
],
|
|
1664
|
+
"cols": 2.0
|
|
1666
1665
|
},
|
|
1667
1666
|
{
|
|
1668
|
-
"type": "line-chart",
|
|
1669
1667
|
"data": [
|
|
1670
1668
|
{
|
|
1671
|
-
"
|
|
1672
|
-
"
|
|
1669
|
+
"date": "Jan",
|
|
1670
|
+
"value": 12.0
|
|
1673
1671
|
},
|
|
1674
1672
|
{
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1673
|
+
"value": 19.0,
|
|
1674
|
+
"date": "Feb"
|
|
1677
1675
|
},
|
|
1678
1676
|
{
|
|
1679
1677
|
"date": "Mar",
|
|
@@ -1691,14 +1689,15 @@
|
|
|
1691
1689
|
"date": "Jun",
|
|
1692
1690
|
"value": 30.0
|
|
1693
1691
|
}
|
|
1694
|
-
]
|
|
1692
|
+
],
|
|
1693
|
+
"type": "line-chart"
|
|
1695
1694
|
},
|
|
1696
1695
|
{
|
|
1697
1696
|
"type": "chart-legend",
|
|
1698
1697
|
"items": [
|
|
1699
1698
|
{
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1699
|
+
"label": "Current",
|
|
1700
|
+
"color": "primary"
|
|
1702
1701
|
},
|
|
1703
1702
|
{
|
|
1704
1703
|
"label": "Previous",
|
|
@@ -1707,18 +1706,8 @@
|
|
|
1707
1706
|
]
|
|
1708
1707
|
},
|
|
1709
1708
|
{
|
|
1710
|
-
"width": 400.0,
|
|
1711
|
-
"edges": [
|
|
1712
|
-
{
|
|
1713
|
-
"source": "a",
|
|
1714
|
-
"target": "b"
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"source": "b",
|
|
1718
|
-
"target": "c"
|
|
1719
|
-
}
|
|
1720
|
-
],
|
|
1721
1709
|
"height": 200.0,
|
|
1710
|
+
"type": "graph-view",
|
|
1722
1711
|
"nodes": [
|
|
1723
1712
|
{
|
|
1724
1713
|
"id": "a",
|
|
@@ -1729,13 +1718,24 @@
|
|
|
1729
1718
|
"label": "Process"
|
|
1730
1719
|
},
|
|
1731
1720
|
{
|
|
1732
|
-
"
|
|
1733
|
-
"
|
|
1721
|
+
"id": "c",
|
|
1722
|
+
"label": "End"
|
|
1734
1723
|
}
|
|
1735
1724
|
],
|
|
1736
|
-
"
|
|
1725
|
+
"edges": [
|
|
1726
|
+
{
|
|
1727
|
+
"source": "a",
|
|
1728
|
+
"target": "b"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"target": "c",
|
|
1732
|
+
"source": "b"
|
|
1733
|
+
}
|
|
1734
|
+
],
|
|
1735
|
+
"width": 400.0
|
|
1737
1736
|
}
|
|
1738
|
-
]
|
|
1737
|
+
],
|
|
1738
|
+
"type": "stack"
|
|
1739
1739
|
}
|
|
1740
1740
|
],
|
|
1741
1741
|
"type": "scaled-diagram"
|
|
@@ -1765,22 +1765,24 @@
|
|
|
1765
1765
|
"render-ui",
|
|
1766
1766
|
"main",
|
|
1767
1767
|
{
|
|
1768
|
-
"type": "game-shell",
|
|
1769
1768
|
"appName": "STEM Lab",
|
|
1770
1769
|
"showTopBar": true,
|
|
1770
|
+
"type": "game-shell",
|
|
1771
1771
|
"children": [
|
|
1772
1772
|
{
|
|
1773
1773
|
"type": "scaled-diagram",
|
|
1774
1774
|
"children": [
|
|
1775
1775
|
{
|
|
1776
|
+
"direction": "vertical",
|
|
1776
1777
|
"gap": "lg",
|
|
1778
|
+
"type": "stack",
|
|
1777
1779
|
"children": [
|
|
1778
1780
|
{
|
|
1779
1781
|
"type": "breadcrumb",
|
|
1780
1782
|
"items": [
|
|
1781
1783
|
{
|
|
1782
|
-
"
|
|
1783
|
-
"
|
|
1784
|
+
"href": "/",
|
|
1785
|
+
"label": "Home"
|
|
1784
1786
|
},
|
|
1785
1787
|
{
|
|
1786
1788
|
"label": "Lab Results"
|
|
@@ -1788,56 +1790,55 @@
|
|
|
1788
1790
|
]
|
|
1789
1791
|
},
|
|
1790
1792
|
{
|
|
1791
|
-
"
|
|
1793
|
+
"type": "stack",
|
|
1794
|
+
"direction": "horizontal",
|
|
1795
|
+
"gap": "md",
|
|
1792
1796
|
"children": [
|
|
1793
1797
|
{
|
|
1798
|
+
"type": "stack",
|
|
1799
|
+
"gap": "md",
|
|
1800
|
+
"direction": "horizontal",
|
|
1794
1801
|
"children": [
|
|
1795
1802
|
{
|
|
1796
|
-
"
|
|
1797
|
-
"
|
|
1803
|
+
"name": "clipboard",
|
|
1804
|
+
"type": "icon"
|
|
1798
1805
|
},
|
|
1799
1806
|
{
|
|
1800
|
-
"
|
|
1807
|
+
"type": "typography",
|
|
1801
1808
|
"content": "Lab Results",
|
|
1802
|
-
"
|
|
1809
|
+
"variant": "h2"
|
|
1803
1810
|
}
|
|
1804
|
-
]
|
|
1805
|
-
"direction": "horizontal",
|
|
1806
|
-
"gap": "md",
|
|
1807
|
-
"type": "stack"
|
|
1811
|
+
]
|
|
1808
1812
|
},
|
|
1809
1813
|
{
|
|
1810
|
-
"type": "button",
|
|
1811
1814
|
"label": "Refresh",
|
|
1812
1815
|
"action": "REFRESH",
|
|
1816
|
+
"type": "button",
|
|
1813
1817
|
"variant": "secondary",
|
|
1814
1818
|
"icon": "refresh-cw"
|
|
1815
1819
|
}
|
|
1816
1820
|
],
|
|
1817
|
-
"
|
|
1818
|
-
"type": "stack",
|
|
1819
|
-
"direction": "horizontal"
|
|
1821
|
+
"justify": "between"
|
|
1820
1822
|
},
|
|
1821
1823
|
{
|
|
1822
1824
|
"type": "divider"
|
|
1823
1825
|
},
|
|
1824
1826
|
{
|
|
1825
1827
|
"type": "box",
|
|
1826
|
-
"padding": "md",
|
|
1827
1828
|
"children": [
|
|
1828
1829
|
{
|
|
1829
|
-
"cols": 3.0,
|
|
1830
1830
|
"type": "simple-grid",
|
|
1831
|
+
"cols": 3.0,
|
|
1831
1832
|
"children": [
|
|
1832
1833
|
{
|
|
1833
|
-
"value": "@entity.experimentCount",
|
|
1834
1834
|
"label": "ExperimentCount",
|
|
1835
|
+
"value": "@entity.experimentCount",
|
|
1835
1836
|
"type": "stat-display"
|
|
1836
1837
|
},
|
|
1837
1838
|
{
|
|
1838
|
-
"
|
|
1839
|
+
"value": "@entity.avgAccuracy",
|
|
1839
1840
|
"type": "stat-display",
|
|
1840
|
-
"
|
|
1841
|
+
"label": "AvgAccuracy"
|
|
1841
1842
|
},
|
|
1842
1843
|
{
|
|
1843
1844
|
"label": "TotalScore",
|
|
@@ -1851,14 +1852,14 @@
|
|
|
1851
1852
|
"gap": "sm",
|
|
1852
1853
|
"children": [
|
|
1853
1854
|
{
|
|
1854
|
-
"variant": "caption",
|
|
1855
1855
|
"type": "typography",
|
|
1856
|
+
"variant": "caption",
|
|
1856
1857
|
"content": "Grade"
|
|
1857
1858
|
},
|
|
1858
1859
|
{
|
|
1859
1860
|
"content": "@entity.grade",
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1861
|
+
"type": "typography",
|
|
1862
|
+
"variant": "h3"
|
|
1862
1863
|
}
|
|
1863
1864
|
],
|
|
1864
1865
|
"type": "stack"
|
|
@@ -1868,55 +1869,57 @@
|
|
|
1868
1869
|
}
|
|
1869
1870
|
]
|
|
1870
1871
|
}
|
|
1871
|
-
]
|
|
1872
|
+
],
|
|
1873
|
+
"padding": "md"
|
|
1872
1874
|
},
|
|
1873
1875
|
{
|
|
1874
1876
|
"type": "divider"
|
|
1875
1877
|
},
|
|
1876
1878
|
{
|
|
1877
1879
|
"cols": 2.0,
|
|
1880
|
+
"gap": "md",
|
|
1878
1881
|
"type": "grid",
|
|
1879
1882
|
"children": [
|
|
1880
1883
|
{
|
|
1881
|
-
"type": "card",
|
|
1882
1884
|
"children": [
|
|
1883
1885
|
{
|
|
1884
|
-
"
|
|
1886
|
+
"content": "Chart View",
|
|
1885
1887
|
"variant": "caption",
|
|
1886
|
-
"
|
|
1888
|
+
"type": "typography"
|
|
1887
1889
|
}
|
|
1888
|
-
]
|
|
1890
|
+
],
|
|
1891
|
+
"type": "card"
|
|
1889
1892
|
},
|
|
1890
1893
|
{
|
|
1894
|
+
"type": "card",
|
|
1891
1895
|
"children": [
|
|
1892
1896
|
{
|
|
1893
1897
|
"variant": "caption",
|
|
1894
1898
|
"content": "Graph View",
|
|
1895
1899
|
"type": "typography"
|
|
1896
1900
|
}
|
|
1897
|
-
]
|
|
1898
|
-
"type": "card"
|
|
1901
|
+
]
|
|
1899
1902
|
}
|
|
1900
|
-
]
|
|
1901
|
-
"gap": "md"
|
|
1903
|
+
]
|
|
1902
1904
|
},
|
|
1903
1905
|
{
|
|
1906
|
+
"type": "line-chart",
|
|
1904
1907
|
"data": [
|
|
1905
1908
|
{
|
|
1906
1909
|
"value": 12.0,
|
|
1907
1910
|
"date": "Jan"
|
|
1908
1911
|
},
|
|
1909
1912
|
{
|
|
1910
|
-
"
|
|
1911
|
-
"
|
|
1913
|
+
"date": "Feb",
|
|
1914
|
+
"value": 19.0
|
|
1912
1915
|
},
|
|
1913
1916
|
{
|
|
1914
1917
|
"date": "Mar",
|
|
1915
1918
|
"value": 15.0
|
|
1916
1919
|
},
|
|
1917
1920
|
{
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1921
|
+
"date": "Apr",
|
|
1922
|
+
"value": 25.0
|
|
1920
1923
|
},
|
|
1921
1924
|
{
|
|
1922
1925
|
"date": "May",
|
|
@@ -1926,34 +1929,22 @@
|
|
|
1926
1929
|
"value": 30.0,
|
|
1927
1930
|
"date": "Jun"
|
|
1928
1931
|
}
|
|
1929
|
-
]
|
|
1930
|
-
"type": "line-chart"
|
|
1932
|
+
]
|
|
1931
1933
|
},
|
|
1932
1934
|
{
|
|
1935
|
+
"type": "chart-legend",
|
|
1933
1936
|
"items": [
|
|
1934
1937
|
{
|
|
1935
|
-
"
|
|
1936
|
-
"
|
|
1938
|
+
"color": "primary",
|
|
1939
|
+
"label": "Current"
|
|
1937
1940
|
},
|
|
1938
1941
|
{
|
|
1939
1942
|
"label": "Previous",
|
|
1940
1943
|
"color": "muted"
|
|
1941
1944
|
}
|
|
1942
|
-
]
|
|
1943
|
-
"type": "chart-legend"
|
|
1945
|
+
]
|
|
1944
1946
|
},
|
|
1945
1947
|
{
|
|
1946
|
-
"edges": [
|
|
1947
|
-
{
|
|
1948
|
-
"source": "a",
|
|
1949
|
-
"target": "b"
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"target": "c",
|
|
1953
|
-
"source": "b"
|
|
1954
|
-
}
|
|
1955
|
-
],
|
|
1956
|
-
"height": 200.0,
|
|
1957
1948
|
"nodes": [
|
|
1958
1949
|
{
|
|
1959
1950
|
"id": "a",
|
|
@@ -1968,12 +1959,21 @@
|
|
|
1968
1959
|
"id": "c"
|
|
1969
1960
|
}
|
|
1970
1961
|
],
|
|
1962
|
+
"edges": [
|
|
1963
|
+
{
|
|
1964
|
+
"source": "a",
|
|
1965
|
+
"target": "b"
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"target": "c",
|
|
1969
|
+
"source": "b"
|
|
1970
|
+
}
|
|
1971
|
+
],
|
|
1972
|
+
"height": 200.0,
|
|
1971
1973
|
"type": "graph-view",
|
|
1972
1974
|
"width": 400.0
|
|
1973
1975
|
}
|
|
1974
|
-
]
|
|
1975
|
-
"direction": "vertical",
|
|
1976
|
-
"type": "stack"
|
|
1976
|
+
]
|
|
1977
1977
|
}
|
|
1978
1978
|
]
|
|
1979
1979
|
}
|
|
@@ -2000,4 +2000,4 @@
|
|
|
2000
2000
|
]
|
|
2001
2001
|
}
|
|
2002
2002
|
]
|
|
2003
|
-
}
|
|
2003
|
+
}
|