@almadar/std 9.0.0 → 11.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
"Experiment",
|
|
180
180
|
{
|
|
181
181
|
"emit": {
|
|
182
|
-
"
|
|
183
|
-
"
|
|
182
|
+
"success": "ExperimentLoaded",
|
|
183
|
+
"failure": "ExperimentLoadFailed"
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
],
|
|
@@ -188,22 +188,22 @@
|
|
|
188
188
|
"render-ui",
|
|
189
189
|
"main",
|
|
190
190
|
{
|
|
191
|
+
"appName": "STEM Lab",
|
|
192
|
+
"showTopBar": true,
|
|
191
193
|
"type": "game-shell",
|
|
192
194
|
"children": [
|
|
193
195
|
{
|
|
194
196
|
"menuItems": [
|
|
195
197
|
{
|
|
196
|
-
"variant": "primary",
|
|
197
198
|
"label": "Start",
|
|
199
|
+
"variant": "primary",
|
|
198
200
|
"event": "START"
|
|
199
201
|
}
|
|
200
202
|
],
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
+
"title": "Experiment Simulator",
|
|
204
|
+
"type": "game-menu"
|
|
203
205
|
}
|
|
204
|
-
]
|
|
205
|
-
"showTopBar": true,
|
|
206
|
-
"appName": "STEM Lab"
|
|
206
|
+
]
|
|
207
207
|
}
|
|
208
208
|
]
|
|
209
209
|
]
|
|
@@ -217,17 +217,16 @@
|
|
|
217
217
|
"render-ui",
|
|
218
218
|
"main",
|
|
219
219
|
{
|
|
220
|
-
"showTopBar": true,
|
|
221
|
-
"type": "game-shell",
|
|
222
220
|
"appName": "STEM Lab",
|
|
223
221
|
"children": [
|
|
224
222
|
{
|
|
223
|
+
"direction": "vertical",
|
|
225
224
|
"children": [
|
|
226
225
|
{
|
|
227
226
|
"stats": [
|
|
228
227
|
{
|
|
229
|
-
"
|
|
230
|
-
"
|
|
228
|
+
"label": "Score",
|
|
229
|
+
"value": "@entity.score"
|
|
231
230
|
},
|
|
232
231
|
{
|
|
233
232
|
"value": "@entity.level",
|
|
@@ -238,15 +237,16 @@
|
|
|
238
237
|
},
|
|
239
238
|
{
|
|
240
239
|
"type": "simulator-board",
|
|
241
|
-
"
|
|
242
|
-
"
|
|
240
|
+
"completeEvent": "COMPLETE",
|
|
241
|
+
"entity": "Experiment"
|
|
243
242
|
}
|
|
244
243
|
],
|
|
245
244
|
"type": "stack",
|
|
246
|
-
"direction": "vertical",
|
|
247
245
|
"gap": "md"
|
|
248
246
|
}
|
|
249
|
-
]
|
|
247
|
+
],
|
|
248
|
+
"type": "game-shell",
|
|
249
|
+
"showTopBar": true
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
]
|
|
@@ -267,20 +267,20 @@
|
|
|
267
267
|
{
|
|
268
268
|
"showTopBar": true,
|
|
269
269
|
"appName": "STEM Lab",
|
|
270
|
+
"type": "game-shell",
|
|
270
271
|
"children": [
|
|
271
272
|
{
|
|
272
|
-
"type": "game-over-screen",
|
|
273
|
-
"title": "Well Done!",
|
|
274
273
|
"menuItems": [
|
|
275
274
|
{
|
|
276
275
|
"event": "RESTART",
|
|
277
276
|
"label": "Play Again",
|
|
278
277
|
"variant": "primary"
|
|
279
278
|
}
|
|
280
|
-
]
|
|
279
|
+
],
|
|
280
|
+
"title": "Well Done!",
|
|
281
|
+
"type": "game-over-screen"
|
|
281
282
|
}
|
|
282
|
-
]
|
|
283
|
-
"type": "game-shell"
|
|
283
|
+
]
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -294,22 +294,22 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
-
"type": "game-shell",
|
|
298
|
-
"showTopBar": true,
|
|
299
297
|
"children": [
|
|
300
298
|
{
|
|
301
299
|
"menuItems": [
|
|
302
300
|
{
|
|
303
|
-
"label": "Start",
|
|
304
301
|
"variant": "primary",
|
|
302
|
+
"label": "Start",
|
|
305
303
|
"event": "START"
|
|
306
304
|
}
|
|
307
305
|
],
|
|
308
|
-
"
|
|
309
|
-
"
|
|
306
|
+
"type": "game-menu",
|
|
307
|
+
"title": "Experiment Simulator"
|
|
310
308
|
}
|
|
311
309
|
],
|
|
312
|
-
"
|
|
310
|
+
"type": "game-shell",
|
|
311
|
+
"appName": "STEM Lab",
|
|
312
|
+
"showTopBar": true
|
|
313
313
|
}
|
|
314
314
|
]
|
|
315
315
|
]
|
|
@@ -506,8 +506,8 @@
|
|
|
506
506
|
"Classification",
|
|
507
507
|
{
|
|
508
508
|
"emit": {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
509
|
+
"failure": "ClassificationLoadFailed",
|
|
510
|
+
"success": "ClassificationLoaded"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
],
|
|
@@ -515,22 +515,22 @@
|
|
|
515
515
|
"render-ui",
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
|
-
"type": "game-shell",
|
|
519
518
|
"showTopBar": true,
|
|
520
519
|
"appName": "STEM Lab",
|
|
521
520
|
"children": [
|
|
522
521
|
{
|
|
523
522
|
"type": "game-menu",
|
|
523
|
+
"title": "Classification Lab",
|
|
524
524
|
"menuItems": [
|
|
525
525
|
{
|
|
526
|
-
"event": "START",
|
|
527
526
|
"label": "Start",
|
|
527
|
+
"event": "START",
|
|
528
528
|
"variant": "primary"
|
|
529
529
|
}
|
|
530
|
-
]
|
|
531
|
-
"title": "Classification Lab"
|
|
530
|
+
]
|
|
532
531
|
}
|
|
533
|
-
]
|
|
532
|
+
],
|
|
533
|
+
"type": "game-shell"
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -544,36 +544,36 @@
|
|
|
544
544
|
"render-ui",
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
|
-
"type": "game-shell",
|
|
548
|
-
"showTopBar": true,
|
|
549
|
-
"appName": "STEM Lab",
|
|
550
547
|
"children": [
|
|
551
548
|
{
|
|
549
|
+
"direction": "vertical",
|
|
550
|
+
"gap": "md",
|
|
551
|
+
"type": "stack",
|
|
552
552
|
"children": [
|
|
553
553
|
{
|
|
554
|
-
"type": "game-hud",
|
|
555
554
|
"stats": [
|
|
556
555
|
{
|
|
557
556
|
"value": "@entity.score",
|
|
558
557
|
"label": "Score"
|
|
559
558
|
},
|
|
560
559
|
{
|
|
561
|
-
"
|
|
562
|
-
"
|
|
560
|
+
"label": "Level",
|
|
561
|
+
"value": "@entity.level"
|
|
563
562
|
}
|
|
564
|
-
]
|
|
563
|
+
],
|
|
564
|
+
"type": "game-hud"
|
|
565
565
|
},
|
|
566
566
|
{
|
|
567
|
-
"
|
|
567
|
+
"entity": "Classification",
|
|
568
568
|
"type": "classifier-board",
|
|
569
|
-
"
|
|
569
|
+
"completeEvent": "COMPLETE"
|
|
570
570
|
}
|
|
571
|
-
]
|
|
572
|
-
"type": "stack",
|
|
573
|
-
"direction": "vertical",
|
|
574
|
-
"gap": "md"
|
|
571
|
+
]
|
|
575
572
|
}
|
|
576
|
-
]
|
|
573
|
+
],
|
|
574
|
+
"showTopBar": true,
|
|
575
|
+
"type": "game-shell",
|
|
576
|
+
"appName": "STEM Lab"
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -592,22 +592,22 @@
|
|
|
592
592
|
"render-ui",
|
|
593
593
|
"main",
|
|
594
594
|
{
|
|
595
|
-
"
|
|
595
|
+
"showTopBar": true,
|
|
596
596
|
"type": "game-shell",
|
|
597
|
+
"appName": "STEM Lab",
|
|
597
598
|
"children": [
|
|
598
599
|
{
|
|
599
600
|
"menuItems": [
|
|
600
601
|
{
|
|
602
|
+
"variant": "primary",
|
|
601
603
|
"label": "Play Again",
|
|
602
|
-
"event": "RESTART"
|
|
603
|
-
"variant": "primary"
|
|
604
|
+
"event": "RESTART"
|
|
604
605
|
}
|
|
605
606
|
],
|
|
606
|
-
"
|
|
607
|
-
"
|
|
607
|
+
"title": "Well Done!",
|
|
608
|
+
"type": "game-over-screen"
|
|
608
609
|
}
|
|
609
|
-
]
|
|
610
|
-
"showTopBar": true
|
|
610
|
+
]
|
|
611
611
|
}
|
|
612
612
|
]
|
|
613
613
|
]
|
|
@@ -621,18 +621,18 @@
|
|
|
621
621
|
"render-ui",
|
|
622
622
|
"main",
|
|
623
623
|
{
|
|
624
|
-
"showTopBar": true,
|
|
625
624
|
"type": "game-shell",
|
|
625
|
+
"showTopBar": true,
|
|
626
626
|
"appName": "STEM Lab",
|
|
627
627
|
"children": [
|
|
628
628
|
{
|
|
629
|
-
"title": "Classification Lab",
|
|
630
629
|
"type": "game-menu",
|
|
630
|
+
"title": "Classification Lab",
|
|
631
631
|
"menuItems": [
|
|
632
632
|
{
|
|
633
|
-
"
|
|
633
|
+
"label": "Start",
|
|
634
634
|
"variant": "primary",
|
|
635
|
-
"
|
|
635
|
+
"event": "START"
|
|
636
636
|
}
|
|
637
637
|
]
|
|
638
638
|
}
|
|
@@ -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,22 +821,23 @@
|
|
|
821
821
|
"render-ui",
|
|
822
822
|
"main",
|
|
823
823
|
{
|
|
824
|
+
"showTopBar": true,
|
|
825
|
+
"appName": "STEM Lab",
|
|
824
826
|
"type": "game-shell",
|
|
825
827
|
"children": [
|
|
826
828
|
{
|
|
827
829
|
"type": "scaled-diagram",
|
|
828
830
|
"children": [
|
|
829
831
|
{
|
|
830
|
-
"type": "stack",
|
|
831
|
-
"gap": "lg",
|
|
832
832
|
"direction": "vertical",
|
|
833
|
+
"type": "stack",
|
|
833
834
|
"children": [
|
|
834
835
|
{
|
|
835
836
|
"type": "breadcrumb",
|
|
836
837
|
"items": [
|
|
837
838
|
{
|
|
838
|
-
"
|
|
839
|
-
"
|
|
839
|
+
"href": "/",
|
|
840
|
+
"label": "Home"
|
|
840
841
|
},
|
|
841
842
|
{
|
|
842
843
|
"label": "Lab Results"
|
|
@@ -844,55 +845,54 @@
|
|
|
844
845
|
]
|
|
845
846
|
},
|
|
846
847
|
{
|
|
847
|
-
"type": "stack",
|
|
848
|
-
"direction": "horizontal",
|
|
849
|
-
"justify": "between",
|
|
850
848
|
"gap": "md",
|
|
851
849
|
"children": [
|
|
852
850
|
{
|
|
851
|
+
"gap": "md",
|
|
852
|
+
"type": "stack",
|
|
853
853
|
"children": [
|
|
854
854
|
{
|
|
855
|
-
"
|
|
856
|
-
"
|
|
855
|
+
"name": "clipboard",
|
|
856
|
+
"type": "icon"
|
|
857
857
|
},
|
|
858
858
|
{
|
|
859
|
+
"variant": "h2",
|
|
859
860
|
"type": "typography",
|
|
860
|
-
"content": "Lab Results"
|
|
861
|
-
"variant": "h2"
|
|
861
|
+
"content": "Lab Results"
|
|
862
862
|
}
|
|
863
863
|
],
|
|
864
|
-
"gap": "md",
|
|
865
|
-
"type": "stack",
|
|
866
864
|
"direction": "horizontal"
|
|
867
865
|
},
|
|
868
866
|
{
|
|
869
867
|
"variant": "secondary",
|
|
870
|
-
"
|
|
868
|
+
"label": "Refresh",
|
|
871
869
|
"action": "REFRESH",
|
|
872
870
|
"icon": "refresh-cw",
|
|
873
|
-
"
|
|
871
|
+
"type": "button"
|
|
874
872
|
}
|
|
875
|
-
]
|
|
873
|
+
],
|
|
874
|
+
"justify": "between",
|
|
875
|
+
"type": "stack",
|
|
876
|
+
"direction": "horizontal"
|
|
876
877
|
},
|
|
877
878
|
{
|
|
878
879
|
"type": "divider"
|
|
879
880
|
},
|
|
880
881
|
{
|
|
881
|
-
"
|
|
882
|
+
"type": "box",
|
|
882
883
|
"children": [
|
|
883
884
|
{
|
|
884
885
|
"cols": 3.0,
|
|
885
|
-
"type": "simple-grid",
|
|
886
886
|
"children": [
|
|
887
887
|
{
|
|
888
|
-
"label": "ExperimentCount",
|
|
889
888
|
"type": "stat-display",
|
|
889
|
+
"label": "ExperimentCount",
|
|
890
890
|
"value": "@entity.experimentCount"
|
|
891
891
|
},
|
|
892
892
|
{
|
|
893
|
+
"value": "@entity.avgAccuracy",
|
|
893
894
|
"type": "stat-display",
|
|
894
|
-
"label": "AvgAccuracy"
|
|
895
|
-
"value": "@entity.avgAccuracy"
|
|
895
|
+
"label": "AvgAccuracy"
|
|
896
896
|
},
|
|
897
897
|
{
|
|
898
898
|
"label": "TotalScore",
|
|
@@ -903,11 +903,12 @@
|
|
|
903
903
|
"children": [
|
|
904
904
|
{
|
|
905
905
|
"type": "stack",
|
|
906
|
+
"direction": "vertical",
|
|
906
907
|
"children": [
|
|
907
908
|
{
|
|
908
|
-
"type": "typography",
|
|
909
909
|
"variant": "caption",
|
|
910
|
-
"content": "Grade"
|
|
910
|
+
"content": "Grade",
|
|
911
|
+
"type": "typography"
|
|
911
912
|
},
|
|
912
913
|
{
|
|
913
914
|
"variant": "h3",
|
|
@@ -915,61 +916,60 @@
|
|
|
915
916
|
"content": "@entity.grade"
|
|
916
917
|
}
|
|
917
918
|
],
|
|
918
|
-
"gap": "sm"
|
|
919
|
-
"direction": "vertical"
|
|
919
|
+
"gap": "sm"
|
|
920
920
|
}
|
|
921
921
|
],
|
|
922
922
|
"type": "card"
|
|
923
923
|
}
|
|
924
|
-
]
|
|
924
|
+
],
|
|
925
|
+
"type": "simple-grid"
|
|
925
926
|
}
|
|
926
927
|
],
|
|
927
|
-
"
|
|
928
|
+
"padding": "md"
|
|
928
929
|
},
|
|
929
930
|
{
|
|
930
931
|
"type": "divider"
|
|
931
932
|
},
|
|
932
933
|
{
|
|
933
|
-
"
|
|
934
|
+
"type": "grid",
|
|
934
935
|
"children": [
|
|
935
936
|
{
|
|
937
|
+
"type": "card",
|
|
936
938
|
"children": [
|
|
937
939
|
{
|
|
938
940
|
"variant": "caption",
|
|
939
|
-
"
|
|
940
|
-
"
|
|
941
|
+
"type": "typography",
|
|
942
|
+
"content": "Chart View"
|
|
941
943
|
}
|
|
942
|
-
]
|
|
943
|
-
"type": "card"
|
|
944
|
+
]
|
|
944
945
|
},
|
|
945
946
|
{
|
|
946
|
-
"type": "card",
|
|
947
947
|
"children": [
|
|
948
948
|
{
|
|
949
949
|
"type": "typography",
|
|
950
950
|
"variant": "caption",
|
|
951
951
|
"content": "Graph View"
|
|
952
952
|
}
|
|
953
|
-
]
|
|
953
|
+
],
|
|
954
|
+
"type": "card"
|
|
954
955
|
}
|
|
955
956
|
],
|
|
956
957
|
"cols": 2.0,
|
|
957
|
-
"
|
|
958
|
+
"gap": "md"
|
|
958
959
|
},
|
|
959
960
|
{
|
|
960
|
-
"type": "line-chart",
|
|
961
961
|
"data": [
|
|
962
962
|
{
|
|
963
963
|
"date": "Jan",
|
|
964
964
|
"value": 12.0
|
|
965
965
|
},
|
|
966
966
|
{
|
|
967
|
-
"
|
|
968
|
-
"
|
|
967
|
+
"date": "Feb",
|
|
968
|
+
"value": 19.0
|
|
969
969
|
},
|
|
970
970
|
{
|
|
971
|
-
"
|
|
972
|
-
"
|
|
971
|
+
"date": "Mar",
|
|
972
|
+
"value": 15.0
|
|
973
973
|
},
|
|
974
974
|
{
|
|
975
975
|
"date": "Apr",
|
|
@@ -980,10 +980,11 @@
|
|
|
980
980
|
"date": "May"
|
|
981
981
|
},
|
|
982
982
|
{
|
|
983
|
-
"
|
|
984
|
-
"
|
|
983
|
+
"value": 30.0,
|
|
984
|
+
"date": "Jun"
|
|
985
985
|
}
|
|
986
|
-
]
|
|
986
|
+
],
|
|
987
|
+
"type": "line-chart"
|
|
987
988
|
},
|
|
988
989
|
{
|
|
989
990
|
"items": [
|
|
@@ -1000,14 +1001,15 @@
|
|
|
1000
1001
|
},
|
|
1001
1002
|
{
|
|
1002
1003
|
"width": 400.0,
|
|
1004
|
+
"type": "graph-view",
|
|
1003
1005
|
"nodes": [
|
|
1004
1006
|
{
|
|
1005
1007
|
"id": "a",
|
|
1006
1008
|
"label": "Start"
|
|
1007
1009
|
},
|
|
1008
1010
|
{
|
|
1009
|
-
"
|
|
1010
|
-
"
|
|
1011
|
+
"label": "Process",
|
|
1012
|
+
"id": "b"
|
|
1011
1013
|
},
|
|
1012
1014
|
{
|
|
1013
1015
|
"id": "c",
|
|
@@ -1015,7 +1017,6 @@
|
|
|
1015
1017
|
}
|
|
1016
1018
|
],
|
|
1017
1019
|
"height": 200.0,
|
|
1018
|
-
"type": "graph-view",
|
|
1019
1020
|
"edges": [
|
|
1020
1021
|
{
|
|
1021
1022
|
"source": "a",
|
|
@@ -1027,13 +1028,12 @@
|
|
|
1027
1028
|
}
|
|
1028
1029
|
]
|
|
1029
1030
|
}
|
|
1030
|
-
]
|
|
1031
|
+
],
|
|
1032
|
+
"gap": "lg"
|
|
1031
1033
|
}
|
|
1032
1034
|
]
|
|
1033
1035
|
}
|
|
1034
|
-
]
|
|
1035
|
-
"showTopBar": true,
|
|
1036
|
-
"appName": "STEM Lab"
|
|
1036
|
+
]
|
|
1037
1037
|
}
|
|
1038
1038
|
]
|
|
1039
1039
|
]
|
|
@@ -1058,15 +1058,17 @@
|
|
|
1058
1058
|
"main",
|
|
1059
1059
|
{
|
|
1060
1060
|
"showTopBar": true,
|
|
1061
|
+
"type": "game-shell",
|
|
1062
|
+
"appName": "STEM Lab",
|
|
1061
1063
|
"children": [
|
|
1062
1064
|
{
|
|
1063
1065
|
"type": "scaled-diagram",
|
|
1064
1066
|
"children": [
|
|
1065
1067
|
{
|
|
1066
1068
|
"type": "stack",
|
|
1069
|
+
"direction": "vertical",
|
|
1067
1070
|
"children": [
|
|
1068
1071
|
{
|
|
1069
|
-
"type": "breadcrumb",
|
|
1070
1072
|
"items": [
|
|
1071
1073
|
{
|
|
1072
1074
|
"label": "Home",
|
|
@@ -1075,38 +1077,39 @@
|
|
|
1075
1077
|
{
|
|
1076
1078
|
"label": "Lab Results"
|
|
1077
1079
|
}
|
|
1078
|
-
]
|
|
1080
|
+
],
|
|
1081
|
+
"type": "breadcrumb"
|
|
1079
1082
|
},
|
|
1080
1083
|
{
|
|
1084
|
+
"gap": "md",
|
|
1081
1085
|
"direction": "horizontal",
|
|
1082
|
-
"
|
|
1086
|
+
"justify": "between",
|
|
1083
1087
|
"children": [
|
|
1084
1088
|
{
|
|
1085
1089
|
"type": "stack",
|
|
1086
|
-
"direction": "horizontal",
|
|
1087
1090
|
"children": [
|
|
1088
1091
|
{
|
|
1089
1092
|
"name": "clipboard",
|
|
1090
1093
|
"type": "icon"
|
|
1091
1094
|
},
|
|
1092
1095
|
{
|
|
1096
|
+
"type": "typography",
|
|
1093
1097
|
"content": "Lab Results",
|
|
1094
|
-
"variant": "h2"
|
|
1095
|
-
"type": "typography"
|
|
1098
|
+
"variant": "h2"
|
|
1096
1099
|
}
|
|
1097
1100
|
],
|
|
1098
|
-
"gap": "md"
|
|
1101
|
+
"gap": "md",
|
|
1102
|
+
"direction": "horizontal"
|
|
1099
1103
|
},
|
|
1100
1104
|
{
|
|
1101
|
-
"
|
|
1102
|
-
"icon": "refresh-cw",
|
|
1103
|
-
"label": "Refresh",
|
|
1105
|
+
"type": "button",
|
|
1104
1106
|
"action": "REFRESH",
|
|
1105
|
-
"
|
|
1107
|
+
"label": "Refresh",
|
|
1108
|
+
"variant": "secondary",
|
|
1109
|
+
"icon": "refresh-cw"
|
|
1106
1110
|
}
|
|
1107
1111
|
],
|
|
1108
|
-
"
|
|
1109
|
-
"gap": "md"
|
|
1112
|
+
"type": "stack"
|
|
1110
1113
|
},
|
|
1111
1114
|
{
|
|
1112
1115
|
"type": "divider"
|
|
@@ -1116,47 +1119,47 @@
|
|
|
1116
1119
|
"padding": "md",
|
|
1117
1120
|
"children": [
|
|
1118
1121
|
{
|
|
1119
|
-
"type": "simple-grid",
|
|
1120
|
-
"cols": 3.0,
|
|
1121
1122
|
"children": [
|
|
1122
1123
|
{
|
|
1123
|
-
"
|
|
1124
|
+
"type": "stat-display",
|
|
1124
1125
|
"label": "ExperimentCount",
|
|
1125
|
-
"
|
|
1126
|
+
"value": "@entity.experimentCount"
|
|
1126
1127
|
},
|
|
1127
1128
|
{
|
|
1128
|
-
"value": "@entity.avgAccuracy",
|
|
1129
1129
|
"label": "AvgAccuracy",
|
|
1130
|
-
"type": "stat-display"
|
|
1130
|
+
"type": "stat-display",
|
|
1131
|
+
"value": "@entity.avgAccuracy"
|
|
1131
1132
|
},
|
|
1132
1133
|
{
|
|
1133
|
-
"type": "stat-display",
|
|
1134
1134
|
"label": "TotalScore",
|
|
1135
|
-
"value": "@entity.totalScore"
|
|
1135
|
+
"value": "@entity.totalScore",
|
|
1136
|
+
"type": "stat-display"
|
|
1136
1137
|
},
|
|
1137
1138
|
{
|
|
1139
|
+
"type": "card",
|
|
1138
1140
|
"children": [
|
|
1139
1141
|
{
|
|
1140
|
-
"direction": "vertical",
|
|
1141
|
-
"type": "stack",
|
|
1142
1142
|
"children": [
|
|
1143
1143
|
{
|
|
1144
1144
|
"variant": "caption",
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1145
|
+
"type": "typography",
|
|
1146
|
+
"content": "Grade"
|
|
1147
1147
|
},
|
|
1148
1148
|
{
|
|
1149
|
-
"content": "@entity.grade",
|
|
1150
1149
|
"type": "typography",
|
|
1150
|
+
"content": "@entity.grade",
|
|
1151
1151
|
"variant": "h3"
|
|
1152
1152
|
}
|
|
1153
1153
|
],
|
|
1154
|
-
"
|
|
1154
|
+
"type": "stack",
|
|
1155
|
+
"gap": "sm",
|
|
1156
|
+
"direction": "vertical"
|
|
1155
1157
|
}
|
|
1156
|
-
]
|
|
1157
|
-
"type": "card"
|
|
1158
|
+
]
|
|
1158
1159
|
}
|
|
1159
|
-
]
|
|
1160
|
+
],
|
|
1161
|
+
"cols": 3.0,
|
|
1162
|
+
"type": "simple-grid"
|
|
1160
1163
|
}
|
|
1161
1164
|
]
|
|
1162
1165
|
},
|
|
@@ -1166,52 +1169,52 @@
|
|
|
1166
1169
|
{
|
|
1167
1170
|
"children": [
|
|
1168
1171
|
{
|
|
1172
|
+
"type": "card",
|
|
1169
1173
|
"children": [
|
|
1170
1174
|
{
|
|
1171
1175
|
"type": "typography",
|
|
1172
1176
|
"content": "Chart View",
|
|
1173
1177
|
"variant": "caption"
|
|
1174
1178
|
}
|
|
1175
|
-
]
|
|
1176
|
-
"type": "card"
|
|
1179
|
+
]
|
|
1177
1180
|
},
|
|
1178
1181
|
{
|
|
1182
|
+
"type": "card",
|
|
1179
1183
|
"children": [
|
|
1180
1184
|
{
|
|
1185
|
+
"type": "typography",
|
|
1181
1186
|
"variant": "caption",
|
|
1182
|
-
"content": "Graph View"
|
|
1183
|
-
"type": "typography"
|
|
1187
|
+
"content": "Graph View"
|
|
1184
1188
|
}
|
|
1185
|
-
]
|
|
1186
|
-
"type": "card"
|
|
1189
|
+
]
|
|
1187
1190
|
}
|
|
1188
1191
|
],
|
|
1189
1192
|
"gap": "md",
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1193
|
+
"cols": 2.0,
|
|
1194
|
+
"type": "grid"
|
|
1192
1195
|
},
|
|
1193
1196
|
{
|
|
1194
1197
|
"type": "line-chart",
|
|
1195
1198
|
"data": [
|
|
1196
1199
|
{
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1200
|
+
"value": 12.0,
|
|
1201
|
+
"date": "Jan"
|
|
1199
1202
|
},
|
|
1200
1203
|
{
|
|
1201
1204
|
"value": 19.0,
|
|
1202
1205
|
"date": "Feb"
|
|
1203
1206
|
},
|
|
1204
1207
|
{
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1208
|
+
"date": "Mar",
|
|
1209
|
+
"value": 15.0
|
|
1207
1210
|
},
|
|
1208
1211
|
{
|
|
1209
|
-
"
|
|
1210
|
-
"
|
|
1212
|
+
"date": "Apr",
|
|
1213
|
+
"value": 25.0
|
|
1211
1214
|
},
|
|
1212
1215
|
{
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1216
|
+
"date": "May",
|
|
1217
|
+
"value": 22.0
|
|
1215
1218
|
},
|
|
1216
1219
|
{
|
|
1217
1220
|
"date": "Jun",
|
|
@@ -1223,17 +1226,16 @@
|
|
|
1223
1226
|
"type": "chart-legend",
|
|
1224
1227
|
"items": [
|
|
1225
1228
|
{
|
|
1226
|
-
"
|
|
1227
|
-
"
|
|
1229
|
+
"color": "primary",
|
|
1230
|
+
"label": "Current"
|
|
1228
1231
|
},
|
|
1229
1232
|
{
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1233
|
+
"label": "Previous",
|
|
1234
|
+
"color": "muted"
|
|
1232
1235
|
}
|
|
1233
1236
|
]
|
|
1234
1237
|
},
|
|
1235
1238
|
{
|
|
1236
|
-
"type": "graph-view",
|
|
1237
1239
|
"height": 200.0,
|
|
1238
1240
|
"edges": [
|
|
1239
1241
|
{
|
|
@@ -1245,31 +1247,29 @@
|
|
|
1245
1247
|
"target": "c"
|
|
1246
1248
|
}
|
|
1247
1249
|
],
|
|
1250
|
+
"type": "graph-view",
|
|
1248
1251
|
"width": 400.0,
|
|
1249
1252
|
"nodes": [
|
|
1250
1253
|
{
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1254
|
+
"id": "a",
|
|
1255
|
+
"label": "Start"
|
|
1253
1256
|
},
|
|
1254
1257
|
{
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1258
|
+
"label": "Process",
|
|
1259
|
+
"id": "b"
|
|
1257
1260
|
},
|
|
1258
1261
|
{
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1262
|
+
"label": "End",
|
|
1263
|
+
"id": "c"
|
|
1261
1264
|
}
|
|
1262
1265
|
]
|
|
1263
1266
|
}
|
|
1264
1267
|
],
|
|
1265
|
-
"gap": "lg"
|
|
1266
|
-
"direction": "vertical"
|
|
1268
|
+
"gap": "lg"
|
|
1267
1269
|
}
|
|
1268
1270
|
]
|
|
1269
1271
|
}
|
|
1270
|
-
]
|
|
1271
|
-
"appName": "STEM Lab",
|
|
1272
|
-
"type": "game-shell"
|
|
1272
|
+
]
|
|
1273
1273
|
}
|
|
1274
1274
|
]
|
|
1275
1275
|
]
|
|
@@ -1293,14 +1293,13 @@
|
|
|
1293
1293
|
"render-ui",
|
|
1294
1294
|
"main",
|
|
1295
1295
|
{
|
|
1296
|
-
"appName": "STEM Lab",
|
|
1297
|
-
"type": "game-shell",
|
|
1298
1296
|
"children": [
|
|
1299
1297
|
{
|
|
1300
|
-
"type": "scaled-diagram",
|
|
1301
1298
|
"children": [
|
|
1302
1299
|
{
|
|
1303
1300
|
"direction": "vertical",
|
|
1301
|
+
"type": "stack",
|
|
1302
|
+
"gap": "lg",
|
|
1304
1303
|
"children": [
|
|
1305
1304
|
{
|
|
1306
1305
|
"items": [
|
|
@@ -1315,44 +1314,44 @@
|
|
|
1315
1314
|
"type": "breadcrumb"
|
|
1316
1315
|
},
|
|
1317
1316
|
{
|
|
1318
|
-
"
|
|
1319
|
-
"direction": "horizontal",
|
|
1317
|
+
"justify": "between",
|
|
1320
1318
|
"children": [
|
|
1321
1319
|
{
|
|
1322
|
-
"type": "stack",
|
|
1323
|
-
"direction": "horizontal",
|
|
1324
|
-
"gap": "md",
|
|
1325
1320
|
"children": [
|
|
1326
1321
|
{
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1322
|
+
"type": "icon",
|
|
1323
|
+
"name": "clipboard"
|
|
1329
1324
|
},
|
|
1330
1325
|
{
|
|
1331
|
-
"variant": "h2",
|
|
1332
1326
|
"type": "typography",
|
|
1327
|
+
"variant": "h2",
|
|
1333
1328
|
"content": "Lab Results"
|
|
1334
1329
|
}
|
|
1335
|
-
]
|
|
1330
|
+
],
|
|
1331
|
+
"gap": "md",
|
|
1332
|
+
"type": "stack",
|
|
1333
|
+
"direction": "horizontal"
|
|
1336
1334
|
},
|
|
1337
1335
|
{
|
|
1338
|
-
"type": "button",
|
|
1339
|
-
"label": "Refresh",
|
|
1340
|
-
"icon": "refresh-cw",
|
|
1341
1336
|
"variant": "secondary",
|
|
1342
|
-
"
|
|
1337
|
+
"icon": "refresh-cw",
|
|
1338
|
+
"action": "REFRESH",
|
|
1339
|
+
"type": "button",
|
|
1340
|
+
"label": "Refresh"
|
|
1343
1341
|
}
|
|
1344
1342
|
],
|
|
1345
|
-
"
|
|
1346
|
-
"gap": "md"
|
|
1343
|
+
"direction": "horizontal",
|
|
1344
|
+
"gap": "md",
|
|
1345
|
+
"type": "stack"
|
|
1347
1346
|
},
|
|
1348
1347
|
{
|
|
1349
1348
|
"type": "divider"
|
|
1350
1349
|
},
|
|
1351
1350
|
{
|
|
1352
1351
|
"padding": "md",
|
|
1352
|
+
"type": "box",
|
|
1353
1353
|
"children": [
|
|
1354
1354
|
{
|
|
1355
|
-
"cols": 3.0,
|
|
1356
1355
|
"children": [
|
|
1357
1356
|
{
|
|
1358
1357
|
"type": "stat-display",
|
|
@@ -1360,75 +1359,74 @@
|
|
|
1360
1359
|
"value": "@entity.experimentCount"
|
|
1361
1360
|
},
|
|
1362
1361
|
{
|
|
1363
|
-
"
|
|
1362
|
+
"label": "AvgAccuracy",
|
|
1364
1363
|
"type": "stat-display",
|
|
1365
|
-
"
|
|
1364
|
+
"value": "@entity.avgAccuracy"
|
|
1366
1365
|
},
|
|
1367
1366
|
{
|
|
1368
|
-
"
|
|
1367
|
+
"value": "@entity.totalScore",
|
|
1369
1368
|
"type": "stat-display",
|
|
1370
|
-
"
|
|
1369
|
+
"label": "TotalScore"
|
|
1371
1370
|
},
|
|
1372
1371
|
{
|
|
1373
|
-
"type": "card",
|
|
1374
1372
|
"children": [
|
|
1375
1373
|
{
|
|
1376
1374
|
"type": "stack",
|
|
1377
|
-
"gap": "sm",
|
|
1378
1375
|
"direction": "vertical",
|
|
1376
|
+
"gap": "sm",
|
|
1379
1377
|
"children": [
|
|
1380
1378
|
{
|
|
1381
|
-
"type": "typography",
|
|
1382
1379
|
"variant": "caption",
|
|
1380
|
+
"type": "typography",
|
|
1383
1381
|
"content": "Grade"
|
|
1384
1382
|
},
|
|
1385
1383
|
{
|
|
1386
|
-
"
|
|
1384
|
+
"variant": "h3",
|
|
1387
1385
|
"type": "typography",
|
|
1388
|
-
"
|
|
1386
|
+
"content": "@entity.grade"
|
|
1389
1387
|
}
|
|
1390
1388
|
]
|
|
1391
1389
|
}
|
|
1392
|
-
]
|
|
1390
|
+
],
|
|
1391
|
+
"type": "card"
|
|
1393
1392
|
}
|
|
1394
1393
|
],
|
|
1394
|
+
"cols": 3.0,
|
|
1395
1395
|
"type": "simple-grid"
|
|
1396
1396
|
}
|
|
1397
|
-
]
|
|
1398
|
-
"type": "box"
|
|
1397
|
+
]
|
|
1399
1398
|
},
|
|
1400
1399
|
{
|
|
1401
1400
|
"type": "divider"
|
|
1402
1401
|
},
|
|
1403
1402
|
{
|
|
1404
1403
|
"type": "grid",
|
|
1405
|
-
"cols": 2.0,
|
|
1406
1404
|
"gap": "md",
|
|
1405
|
+
"cols": 2.0,
|
|
1407
1406
|
"children": [
|
|
1408
1407
|
{
|
|
1408
|
+
"type": "card",
|
|
1409
1409
|
"children": [
|
|
1410
1410
|
{
|
|
1411
|
-
"variant": "caption",
|
|
1412
1411
|
"content": "Chart View",
|
|
1412
|
+
"variant": "caption",
|
|
1413
1413
|
"type": "typography"
|
|
1414
1414
|
}
|
|
1415
|
-
]
|
|
1416
|
-
"type": "card"
|
|
1415
|
+
]
|
|
1417
1416
|
},
|
|
1418
1417
|
{
|
|
1418
|
+
"type": "card",
|
|
1419
1419
|
"children": [
|
|
1420
1420
|
{
|
|
1421
|
-
"variant": "caption",
|
|
1422
1421
|
"type": "typography",
|
|
1423
|
-
"content": "Graph View"
|
|
1422
|
+
"content": "Graph View",
|
|
1423
|
+
"variant": "caption"
|
|
1424
1424
|
}
|
|
1425
|
-
]
|
|
1426
|
-
"type": "card"
|
|
1425
|
+
]
|
|
1427
1426
|
}
|
|
1428
1427
|
]
|
|
1429
1428
|
},
|
|
1430
1429
|
{
|
|
1431
|
-
"type": "line-chart",
|
|
1432
1430
|
"data": [
|
|
1433
1431
|
{
|
|
1434
1432
|
"value": 12.0,
|
|
@@ -1443,69 +1441,71 @@
|
|
|
1443
1441
|
"date": "Mar"
|
|
1444
1442
|
},
|
|
1445
1443
|
{
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1444
|
+
"date": "Apr",
|
|
1445
|
+
"value": 25.0
|
|
1448
1446
|
},
|
|
1449
1447
|
{
|
|
1450
|
-
"
|
|
1451
|
-
"
|
|
1448
|
+
"value": 22.0,
|
|
1449
|
+
"date": "May"
|
|
1452
1450
|
},
|
|
1453
1451
|
{
|
|
1454
1452
|
"date": "Jun",
|
|
1455
1453
|
"value": 30.0
|
|
1456
1454
|
}
|
|
1457
|
-
]
|
|
1455
|
+
],
|
|
1456
|
+
"type": "line-chart"
|
|
1458
1457
|
},
|
|
1459
1458
|
{
|
|
1460
1459
|
"type": "chart-legend",
|
|
1461
1460
|
"items": [
|
|
1462
1461
|
{
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1462
|
+
"label": "Current",
|
|
1463
|
+
"color": "primary"
|
|
1465
1464
|
},
|
|
1466
1465
|
{
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1466
|
+
"label": "Previous",
|
|
1467
|
+
"color": "muted"
|
|
1469
1468
|
}
|
|
1470
1469
|
]
|
|
1471
1470
|
},
|
|
1472
1471
|
{
|
|
1473
|
-
"
|
|
1474
|
-
{
|
|
1475
|
-
"label": "Start",
|
|
1476
|
-
"id": "a"
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"id": "b",
|
|
1480
|
-
"label": "Process"
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"label": "End",
|
|
1484
|
-
"id": "c"
|
|
1485
|
-
}
|
|
1486
|
-
],
|
|
1472
|
+
"width": 400.0,
|
|
1487
1473
|
"edges": [
|
|
1488
1474
|
{
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1475
|
+
"source": "a",
|
|
1476
|
+
"target": "b"
|
|
1491
1477
|
},
|
|
1492
1478
|
{
|
|
1493
1479
|
"target": "c",
|
|
1494
1480
|
"source": "b"
|
|
1495
1481
|
}
|
|
1496
1482
|
],
|
|
1497
|
-
"
|
|
1483
|
+
"type": "graph-view",
|
|
1498
1484
|
"height": 200.0,
|
|
1499
|
-
"
|
|
1485
|
+
"nodes": [
|
|
1486
|
+
{
|
|
1487
|
+
"label": "Start",
|
|
1488
|
+
"id": "a"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"label": "Process",
|
|
1492
|
+
"id": "b"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"id": "c",
|
|
1496
|
+
"label": "End"
|
|
1497
|
+
}
|
|
1498
|
+
]
|
|
1500
1499
|
}
|
|
1501
|
-
]
|
|
1502
|
-
"type": "stack",
|
|
1503
|
-
"gap": "lg"
|
|
1500
|
+
]
|
|
1504
1501
|
}
|
|
1505
|
-
]
|
|
1502
|
+
],
|
|
1503
|
+
"type": "scaled-diagram"
|
|
1506
1504
|
}
|
|
1507
1505
|
],
|
|
1508
|
-
"showTopBar": true
|
|
1506
|
+
"showTopBar": true,
|
|
1507
|
+
"type": "game-shell",
|
|
1508
|
+
"appName": "STEM Lab"
|
|
1509
1509
|
}
|
|
1510
1510
|
]
|
|
1511
1511
|
]
|
|
@@ -1520,8 +1520,8 @@
|
|
|
1520
1520
|
"LabResult",
|
|
1521
1521
|
{
|
|
1522
1522
|
"emit": {
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1523
|
+
"failure": "LabResultLoadFailed",
|
|
1524
|
+
"success": "LabResultLoaded"
|
|
1525
1525
|
}
|
|
1526
1526
|
}
|
|
1527
1527
|
],
|
|
@@ -1529,17 +1529,13 @@
|
|
|
1529
1529
|
"render-ui",
|
|
1530
1530
|
"main",
|
|
1531
1531
|
{
|
|
1532
|
-
"type": "game-shell",
|
|
1533
1532
|
"appName": "STEM Lab",
|
|
1534
1533
|
"children": [
|
|
1535
1534
|
{
|
|
1536
1535
|
"children": [
|
|
1537
1536
|
{
|
|
1538
|
-
"gap": "lg",
|
|
1539
|
-
"direction": "vertical",
|
|
1540
1537
|
"children": [
|
|
1541
1538
|
{
|
|
1542
|
-
"type": "breadcrumb",
|
|
1543
1539
|
"items": [
|
|
1544
1540
|
{
|
|
1545
1541
|
"href": "/",
|
|
@@ -1548,105 +1544,107 @@
|
|
|
1548
1544
|
{
|
|
1549
1545
|
"label": "Lab Results"
|
|
1550
1546
|
}
|
|
1551
|
-
]
|
|
1547
|
+
],
|
|
1548
|
+
"type": "breadcrumb"
|
|
1552
1549
|
},
|
|
1553
1550
|
{
|
|
1554
|
-
"type": "stack",
|
|
1555
|
-
"gap": "md",
|
|
1556
1551
|
"children": [
|
|
1557
1552
|
{
|
|
1558
|
-
"gap": "md",
|
|
1559
|
-
"type": "stack",
|
|
1560
1553
|
"children": [
|
|
1561
1554
|
{
|
|
1562
|
-
"
|
|
1563
|
-
"
|
|
1555
|
+
"type": "icon",
|
|
1556
|
+
"name": "clipboard"
|
|
1564
1557
|
},
|
|
1565
1558
|
{
|
|
1566
|
-
"variant": "h2",
|
|
1567
1559
|
"type": "typography",
|
|
1568
|
-
"content": "Lab Results"
|
|
1560
|
+
"content": "Lab Results",
|
|
1561
|
+
"variant": "h2"
|
|
1569
1562
|
}
|
|
1570
1563
|
],
|
|
1564
|
+
"gap": "md",
|
|
1565
|
+
"type": "stack",
|
|
1571
1566
|
"direction": "horizontal"
|
|
1572
1567
|
},
|
|
1573
1568
|
{
|
|
1574
|
-
"
|
|
1575
|
-
"label": "Refresh",
|
|
1569
|
+
"icon": "refresh-cw",
|
|
1576
1570
|
"type": "button",
|
|
1571
|
+
"label": "Refresh",
|
|
1577
1572
|
"action": "REFRESH",
|
|
1578
|
-
"
|
|
1573
|
+
"variant": "secondary"
|
|
1579
1574
|
}
|
|
1580
1575
|
],
|
|
1581
|
-
"
|
|
1582
|
-
"
|
|
1576
|
+
"type": "stack",
|
|
1577
|
+
"gap": "md",
|
|
1578
|
+
"direction": "horizontal",
|
|
1579
|
+
"justify": "between"
|
|
1583
1580
|
},
|
|
1584
1581
|
{
|
|
1585
1582
|
"type": "divider"
|
|
1586
1583
|
},
|
|
1587
1584
|
{
|
|
1588
|
-
"type": "box",
|
|
1589
|
-
"padding": "md",
|
|
1590
1585
|
"children": [
|
|
1591
1586
|
{
|
|
1592
|
-
"type": "simple-grid",
|
|
1593
1587
|
"cols": 3.0,
|
|
1588
|
+
"type": "simple-grid",
|
|
1594
1589
|
"children": [
|
|
1595
1590
|
{
|
|
1596
|
-
"
|
|
1591
|
+
"value": "@entity.experimentCount",
|
|
1597
1592
|
"label": "ExperimentCount",
|
|
1598
|
-
"
|
|
1593
|
+
"type": "stat-display"
|
|
1599
1594
|
},
|
|
1600
1595
|
{
|
|
1601
1596
|
"label": "AvgAccuracy",
|
|
1602
|
-
"
|
|
1603
|
-
"
|
|
1597
|
+
"type": "stat-display",
|
|
1598
|
+
"value": "@entity.avgAccuracy"
|
|
1604
1599
|
},
|
|
1605
1600
|
{
|
|
1606
1601
|
"type": "stat-display",
|
|
1607
|
-
"
|
|
1608
|
-
"
|
|
1602
|
+
"value": "@entity.totalScore",
|
|
1603
|
+
"label": "TotalScore"
|
|
1609
1604
|
},
|
|
1610
1605
|
{
|
|
1611
|
-
"type": "card",
|
|
1612
1606
|
"children": [
|
|
1613
1607
|
{
|
|
1608
|
+
"type": "stack",
|
|
1609
|
+
"direction": "vertical",
|
|
1610
|
+
"gap": "sm",
|
|
1614
1611
|
"children": [
|
|
1615
1612
|
{
|
|
1613
|
+
"type": "typography",
|
|
1616
1614
|
"content": "Grade",
|
|
1617
|
-
"variant": "caption"
|
|
1618
|
-
"type": "typography"
|
|
1615
|
+
"variant": "caption"
|
|
1619
1616
|
},
|
|
1620
1617
|
{
|
|
1621
1618
|
"variant": "h3",
|
|
1622
1619
|
"content": "@entity.grade",
|
|
1623
1620
|
"type": "typography"
|
|
1624
1621
|
}
|
|
1625
|
-
]
|
|
1626
|
-
"type": "stack",
|
|
1627
|
-
"direction": "vertical",
|
|
1628
|
-
"gap": "sm"
|
|
1622
|
+
]
|
|
1629
1623
|
}
|
|
1630
|
-
]
|
|
1624
|
+
],
|
|
1625
|
+
"type": "card"
|
|
1631
1626
|
}
|
|
1632
1627
|
]
|
|
1633
1628
|
}
|
|
1634
|
-
]
|
|
1629
|
+
],
|
|
1630
|
+
"padding": "md",
|
|
1631
|
+
"type": "box"
|
|
1635
1632
|
},
|
|
1636
1633
|
{
|
|
1637
1634
|
"type": "divider"
|
|
1638
1635
|
},
|
|
1639
1636
|
{
|
|
1640
|
-
"
|
|
1637
|
+
"cols": 2.0,
|
|
1641
1638
|
"type": "grid",
|
|
1639
|
+
"gap": "md",
|
|
1642
1640
|
"children": [
|
|
1643
1641
|
{
|
|
1644
1642
|
"type": "card",
|
|
1645
1643
|
"children": [
|
|
1646
1644
|
{
|
|
1647
|
-
"variant": "caption",
|
|
1648
1645
|
"type": "typography",
|
|
1649
|
-
"content": "Chart View"
|
|
1646
|
+
"content": "Chart View",
|
|
1647
|
+
"variant": "caption"
|
|
1650
1648
|
}
|
|
1651
1649
|
]
|
|
1652
1650
|
},
|
|
@@ -1660,14 +1658,14 @@
|
|
|
1660
1658
|
}
|
|
1661
1659
|
]
|
|
1662
1660
|
}
|
|
1663
|
-
]
|
|
1664
|
-
"cols": 2.0
|
|
1661
|
+
]
|
|
1665
1662
|
},
|
|
1666
1663
|
{
|
|
1664
|
+
"type": "line-chart",
|
|
1667
1665
|
"data": [
|
|
1668
1666
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"
|
|
1667
|
+
"value": 12.0,
|
|
1668
|
+
"date": "Jan"
|
|
1671
1669
|
},
|
|
1672
1670
|
{
|
|
1673
1671
|
"value": 19.0,
|
|
@@ -1689,25 +1687,24 @@
|
|
|
1689
1687
|
"date": "Jun",
|
|
1690
1688
|
"value": 30.0
|
|
1691
1689
|
}
|
|
1692
|
-
]
|
|
1693
|
-
"type": "line-chart"
|
|
1690
|
+
]
|
|
1694
1691
|
},
|
|
1695
1692
|
{
|
|
1696
|
-
"type": "chart-legend",
|
|
1697
1693
|
"items": [
|
|
1698
1694
|
{
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1695
|
+
"color": "primary",
|
|
1696
|
+
"label": "Current"
|
|
1701
1697
|
},
|
|
1702
1698
|
{
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1699
|
+
"color": "muted",
|
|
1700
|
+
"label": "Previous"
|
|
1705
1701
|
}
|
|
1706
|
-
]
|
|
1702
|
+
],
|
|
1703
|
+
"type": "chart-legend"
|
|
1707
1704
|
},
|
|
1708
1705
|
{
|
|
1709
1706
|
"height": 200.0,
|
|
1710
|
-
"
|
|
1707
|
+
"width": 400.0,
|
|
1711
1708
|
"nodes": [
|
|
1712
1709
|
{
|
|
1713
1710
|
"id": "a",
|
|
@@ -1718,8 +1715,8 @@
|
|
|
1718
1715
|
"label": "Process"
|
|
1719
1716
|
},
|
|
1720
1717
|
{
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1718
|
+
"label": "End",
|
|
1719
|
+
"id": "c"
|
|
1723
1720
|
}
|
|
1724
1721
|
],
|
|
1725
1722
|
"edges": [
|
|
@@ -1728,20 +1725,23 @@
|
|
|
1728
1725
|
"target": "b"
|
|
1729
1726
|
},
|
|
1730
1727
|
{
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1728
|
+
"source": "b",
|
|
1729
|
+
"target": "c"
|
|
1733
1730
|
}
|
|
1734
1731
|
],
|
|
1735
|
-
"
|
|
1732
|
+
"type": "graph-view"
|
|
1736
1733
|
}
|
|
1737
1734
|
],
|
|
1738
|
-
"type": "stack"
|
|
1735
|
+
"type": "stack",
|
|
1736
|
+
"direction": "vertical",
|
|
1737
|
+
"gap": "lg"
|
|
1739
1738
|
}
|
|
1740
1739
|
],
|
|
1741
1740
|
"type": "scaled-diagram"
|
|
1742
1741
|
}
|
|
1743
1742
|
],
|
|
1744
|
-
"showTopBar": true
|
|
1743
|
+
"showTopBar": true,
|
|
1744
|
+
"type": "game-shell"
|
|
1745
1745
|
}
|
|
1746
1746
|
]
|
|
1747
1747
|
]
|
|
@@ -1765,75 +1765,68 @@
|
|
|
1765
1765
|
"render-ui",
|
|
1766
1766
|
"main",
|
|
1767
1767
|
{
|
|
1768
|
-
"appName": "STEM Lab",
|
|
1769
|
-
"showTopBar": true,
|
|
1770
|
-
"type": "game-shell",
|
|
1771
1768
|
"children": [
|
|
1772
1769
|
{
|
|
1773
|
-
"type": "scaled-diagram",
|
|
1774
1770
|
"children": [
|
|
1775
1771
|
{
|
|
1776
|
-
"direction": "vertical",
|
|
1777
|
-
"gap": "lg",
|
|
1778
|
-
"type": "stack",
|
|
1779
1772
|
"children": [
|
|
1780
1773
|
{
|
|
1781
|
-
"type": "breadcrumb",
|
|
1782
1774
|
"items": [
|
|
1783
1775
|
{
|
|
1784
|
-
"
|
|
1785
|
-
"
|
|
1776
|
+
"label": "Home",
|
|
1777
|
+
"href": "/"
|
|
1786
1778
|
},
|
|
1787
1779
|
{
|
|
1788
1780
|
"label": "Lab Results"
|
|
1789
1781
|
}
|
|
1790
|
-
]
|
|
1782
|
+
],
|
|
1783
|
+
"type": "breadcrumb"
|
|
1791
1784
|
},
|
|
1792
1785
|
{
|
|
1793
1786
|
"type": "stack",
|
|
1794
1787
|
"direction": "horizontal",
|
|
1795
1788
|
"gap": "md",
|
|
1789
|
+
"justify": "between",
|
|
1796
1790
|
"children": [
|
|
1797
1791
|
{
|
|
1798
1792
|
"type": "stack",
|
|
1799
|
-
"gap": "md",
|
|
1800
1793
|
"direction": "horizontal",
|
|
1794
|
+
"gap": "md",
|
|
1801
1795
|
"children": [
|
|
1802
1796
|
{
|
|
1803
|
-
"
|
|
1804
|
-
"
|
|
1797
|
+
"type": "icon",
|
|
1798
|
+
"name": "clipboard"
|
|
1805
1799
|
},
|
|
1806
1800
|
{
|
|
1807
|
-
"type": "typography",
|
|
1808
1801
|
"content": "Lab Results",
|
|
1809
|
-
"variant": "h2"
|
|
1802
|
+
"variant": "h2",
|
|
1803
|
+
"type": "typography"
|
|
1810
1804
|
}
|
|
1811
1805
|
]
|
|
1812
1806
|
},
|
|
1813
1807
|
{
|
|
1814
|
-
"label": "Refresh",
|
|
1815
1808
|
"action": "REFRESH",
|
|
1816
|
-
"type": "button",
|
|
1817
1809
|
"variant": "secondary",
|
|
1810
|
+
"type": "button",
|
|
1811
|
+
"label": "Refresh",
|
|
1818
1812
|
"icon": "refresh-cw"
|
|
1819
1813
|
}
|
|
1820
|
-
]
|
|
1821
|
-
"justify": "between"
|
|
1814
|
+
]
|
|
1822
1815
|
},
|
|
1823
1816
|
{
|
|
1824
1817
|
"type": "divider"
|
|
1825
1818
|
},
|
|
1826
1819
|
{
|
|
1827
1820
|
"type": "box",
|
|
1821
|
+
"padding": "md",
|
|
1828
1822
|
"children": [
|
|
1829
1823
|
{
|
|
1830
|
-
"type": "simple-grid",
|
|
1831
1824
|
"cols": 3.0,
|
|
1832
1825
|
"children": [
|
|
1833
1826
|
{
|
|
1827
|
+
"type": "stat-display",
|
|
1834
1828
|
"label": "ExperimentCount",
|
|
1835
|
-
"value": "@entity.experimentCount"
|
|
1836
|
-
"type": "stat-display"
|
|
1829
|
+
"value": "@entity.experimentCount"
|
|
1837
1830
|
},
|
|
1838
1831
|
{
|
|
1839
1832
|
"value": "@entity.avgAccuracy",
|
|
@@ -1841,15 +1834,15 @@
|
|
|
1841
1834
|
"label": "AvgAccuracy"
|
|
1842
1835
|
},
|
|
1843
1836
|
{
|
|
1844
|
-
"label": "TotalScore",
|
|
1845
1837
|
"type": "stat-display",
|
|
1838
|
+
"label": "TotalScore",
|
|
1846
1839
|
"value": "@entity.totalScore"
|
|
1847
1840
|
},
|
|
1848
1841
|
{
|
|
1842
|
+
"type": "card",
|
|
1849
1843
|
"children": [
|
|
1850
1844
|
{
|
|
1851
|
-
"
|
|
1852
|
-
"gap": "sm",
|
|
1845
|
+
"type": "stack",
|
|
1853
1846
|
"children": [
|
|
1854
1847
|
{
|
|
1855
1848
|
"type": "typography",
|
|
@@ -1857,35 +1850,33 @@
|
|
|
1857
1850
|
"content": "Grade"
|
|
1858
1851
|
},
|
|
1859
1852
|
{
|
|
1860
|
-
"
|
|
1853
|
+
"variant": "h3",
|
|
1861
1854
|
"type": "typography",
|
|
1862
|
-
"
|
|
1855
|
+
"content": "@entity.grade"
|
|
1863
1856
|
}
|
|
1864
1857
|
],
|
|
1865
|
-
"
|
|
1858
|
+
"gap": "sm",
|
|
1859
|
+
"direction": "vertical"
|
|
1866
1860
|
}
|
|
1867
|
-
]
|
|
1868
|
-
"type": "card"
|
|
1861
|
+
]
|
|
1869
1862
|
}
|
|
1870
|
-
]
|
|
1863
|
+
],
|
|
1864
|
+
"type": "simple-grid"
|
|
1871
1865
|
}
|
|
1872
|
-
]
|
|
1873
|
-
"padding": "md"
|
|
1866
|
+
]
|
|
1874
1867
|
},
|
|
1875
1868
|
{
|
|
1876
1869
|
"type": "divider"
|
|
1877
1870
|
},
|
|
1878
1871
|
{
|
|
1879
|
-
"cols": 2.0,
|
|
1880
|
-
"gap": "md",
|
|
1881
1872
|
"type": "grid",
|
|
1882
1873
|
"children": [
|
|
1883
1874
|
{
|
|
1884
1875
|
"children": [
|
|
1885
1876
|
{
|
|
1886
1877
|
"content": "Chart View",
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
1878
|
+
"type": "typography",
|
|
1879
|
+
"variant": "caption"
|
|
1889
1880
|
}
|
|
1890
1881
|
],
|
|
1891
1882
|
"type": "card"
|
|
@@ -1894,24 +1885,25 @@
|
|
|
1894
1885
|
"type": "card",
|
|
1895
1886
|
"children": [
|
|
1896
1887
|
{
|
|
1888
|
+
"type": "typography",
|
|
1897
1889
|
"variant": "caption",
|
|
1898
|
-
"content": "Graph View"
|
|
1899
|
-
"type": "typography"
|
|
1890
|
+
"content": "Graph View"
|
|
1900
1891
|
}
|
|
1901
1892
|
]
|
|
1902
1893
|
}
|
|
1903
|
-
]
|
|
1894
|
+
],
|
|
1895
|
+
"cols": 2.0,
|
|
1896
|
+
"gap": "md"
|
|
1904
1897
|
},
|
|
1905
1898
|
{
|
|
1906
|
-
"type": "line-chart",
|
|
1907
1899
|
"data": [
|
|
1908
1900
|
{
|
|
1909
|
-
"
|
|
1910
|
-
"
|
|
1901
|
+
"date": "Jan",
|
|
1902
|
+
"value": 12.0
|
|
1911
1903
|
},
|
|
1912
1904
|
{
|
|
1913
|
-
"
|
|
1914
|
-
"
|
|
1905
|
+
"value": 19.0,
|
|
1906
|
+
"date": "Feb"
|
|
1915
1907
|
},
|
|
1916
1908
|
{
|
|
1917
1909
|
"date": "Mar",
|
|
@@ -1922,29 +1914,43 @@
|
|
|
1922
1914
|
"value": 25.0
|
|
1923
1915
|
},
|
|
1924
1916
|
{
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1917
|
+
"value": 22.0,
|
|
1918
|
+
"date": "May"
|
|
1927
1919
|
},
|
|
1928
1920
|
{
|
|
1929
|
-
"
|
|
1930
|
-
"
|
|
1921
|
+
"date": "Jun",
|
|
1922
|
+
"value": 30.0
|
|
1931
1923
|
}
|
|
1932
|
-
]
|
|
1924
|
+
],
|
|
1925
|
+
"type": "line-chart"
|
|
1933
1926
|
},
|
|
1934
1927
|
{
|
|
1935
1928
|
"type": "chart-legend",
|
|
1936
1929
|
"items": [
|
|
1937
1930
|
{
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
1931
|
+
"label": "Current",
|
|
1932
|
+
"color": "primary"
|
|
1940
1933
|
},
|
|
1941
1934
|
{
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
1935
|
+
"color": "muted",
|
|
1936
|
+
"label": "Previous"
|
|
1944
1937
|
}
|
|
1945
1938
|
]
|
|
1946
1939
|
},
|
|
1947
1940
|
{
|
|
1941
|
+
"height": 200.0,
|
|
1942
|
+
"width": 400.0,
|
|
1943
|
+
"edges": [
|
|
1944
|
+
{
|
|
1945
|
+
"source": "a",
|
|
1946
|
+
"target": "b"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"source": "b",
|
|
1950
|
+
"target": "c"
|
|
1951
|
+
}
|
|
1952
|
+
],
|
|
1953
|
+
"type": "graph-view",
|
|
1948
1954
|
"nodes": [
|
|
1949
1955
|
{
|
|
1950
1956
|
"id": "a",
|
|
@@ -1958,26 +1964,20 @@
|
|
|
1958
1964
|
"label": "End",
|
|
1959
1965
|
"id": "c"
|
|
1960
1966
|
}
|
|
1961
|
-
]
|
|
1962
|
-
"edges": [
|
|
1963
|
-
{
|
|
1964
|
-
"source": "a",
|
|
1965
|
-
"target": "b"
|
|
1966
|
-
},
|
|
1967
|
-
{
|
|
1968
|
-
"target": "c",
|
|
1969
|
-
"source": "b"
|
|
1970
|
-
}
|
|
1971
|
-
],
|
|
1972
|
-
"height": 200.0,
|
|
1973
|
-
"type": "graph-view",
|
|
1974
|
-
"width": 400.0
|
|
1967
|
+
]
|
|
1975
1968
|
}
|
|
1976
|
-
]
|
|
1969
|
+
],
|
|
1970
|
+
"direction": "vertical",
|
|
1971
|
+
"type": "stack",
|
|
1972
|
+
"gap": "lg"
|
|
1977
1973
|
}
|
|
1978
|
-
]
|
|
1974
|
+
],
|
|
1975
|
+
"type": "scaled-diagram"
|
|
1979
1976
|
}
|
|
1980
|
-
]
|
|
1977
|
+
],
|
|
1978
|
+
"type": "game-shell",
|
|
1979
|
+
"appName": "STEM Lab",
|
|
1980
|
+
"showTopBar": true
|
|
1981
1981
|
}
|
|
1982
1982
|
]
|
|
1983
1983
|
]
|