@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -195,14 +195,14 @@
|
|
|
195
195
|
"children": [
|
|
196
196
|
{
|
|
197
197
|
"type": "game-menu",
|
|
198
|
-
"title": "Sequencer Challenge",
|
|
199
198
|
"menuItems": [
|
|
200
199
|
{
|
|
201
|
-
"event": "START",
|
|
202
200
|
"variant": "primary",
|
|
203
|
-
"label": "Start"
|
|
201
|
+
"label": "Start",
|
|
202
|
+
"event": "START"
|
|
204
203
|
}
|
|
205
|
-
]
|
|
204
|
+
],
|
|
205
|
+
"title": "Sequencer Challenge"
|
|
206
206
|
}
|
|
207
207
|
]
|
|
208
208
|
}
|
|
@@ -218,24 +218,24 @@
|
|
|
218
218
|
"render-ui",
|
|
219
219
|
"main",
|
|
220
220
|
{
|
|
221
|
-
"
|
|
221
|
+
"appName": "Coding Academy",
|
|
222
222
|
"children": [
|
|
223
223
|
{
|
|
224
224
|
"type": "stack",
|
|
225
|
-
"
|
|
225
|
+
"gap": "md",
|
|
226
226
|
"children": [
|
|
227
227
|
{
|
|
228
|
+
"type": "game-hud",
|
|
228
229
|
"stats": [
|
|
229
230
|
{
|
|
230
|
-
"
|
|
231
|
-
"
|
|
231
|
+
"label": "Score",
|
|
232
|
+
"value": "@entity.score"
|
|
232
233
|
},
|
|
233
234
|
{
|
|
234
235
|
"value": "@entity.level",
|
|
235
236
|
"label": "Level"
|
|
236
237
|
}
|
|
237
|
-
]
|
|
238
|
-
"type": "game-hud"
|
|
238
|
+
]
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"type": "sequencer-board",
|
|
@@ -243,11 +243,11 @@
|
|
|
243
243
|
"completeEvent": "COMPLETE"
|
|
244
244
|
}
|
|
245
245
|
],
|
|
246
|
-
"
|
|
246
|
+
"direction": "vertical"
|
|
247
247
|
}
|
|
248
248
|
],
|
|
249
249
|
"type": "game-shell",
|
|
250
|
-
"
|
|
250
|
+
"showTopBar": true
|
|
251
251
|
}
|
|
252
252
|
]
|
|
253
253
|
]
|
|
@@ -266,22 +266,22 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"appName": "Coding Academy",
|
|
270
|
-
"showTopBar": true,
|
|
271
269
|
"type": "game-shell",
|
|
270
|
+
"appName": "Coding Academy",
|
|
272
271
|
"children": [
|
|
273
272
|
{
|
|
273
|
+
"type": "game-over-screen",
|
|
274
|
+
"title": "Well Done!",
|
|
274
275
|
"menuItems": [
|
|
275
276
|
{
|
|
277
|
+
"label": "Play Again",
|
|
276
278
|
"event": "RESTART",
|
|
277
|
-
"variant": "primary"
|
|
278
|
-
"label": "Play Again"
|
|
279
|
+
"variant": "primary"
|
|
279
280
|
}
|
|
280
|
-
]
|
|
281
|
-
"title": "Well Done!",
|
|
282
|
-
"type": "game-over-screen"
|
|
281
|
+
]
|
|
283
282
|
}
|
|
284
|
-
]
|
|
283
|
+
],
|
|
284
|
+
"showTopBar": true
|
|
285
285
|
}
|
|
286
286
|
]
|
|
287
287
|
]
|
|
@@ -295,22 +295,22 @@
|
|
|
295
295
|
"render-ui",
|
|
296
296
|
"main",
|
|
297
297
|
{
|
|
298
|
-
"type": "game-shell",
|
|
299
298
|
"showTopBar": true,
|
|
300
|
-
"appName": "Coding Academy",
|
|
301
299
|
"children": [
|
|
302
300
|
{
|
|
303
301
|
"type": "game-menu",
|
|
302
|
+
"title": "Sequencer Challenge",
|
|
304
303
|
"menuItems": [
|
|
305
304
|
{
|
|
306
305
|
"variant": "primary",
|
|
307
306
|
"label": "Start",
|
|
308
307
|
"event": "START"
|
|
309
308
|
}
|
|
310
|
-
]
|
|
311
|
-
"title": "Sequencer Challenge"
|
|
309
|
+
]
|
|
312
310
|
}
|
|
313
|
-
]
|
|
311
|
+
],
|
|
312
|
+
"type": "game-shell",
|
|
313
|
+
"appName": "Coding Academy"
|
|
314
314
|
}
|
|
315
315
|
]
|
|
316
316
|
]
|
|
@@ -518,22 +518,22 @@
|
|
|
518
518
|
"render-ui",
|
|
519
519
|
"main",
|
|
520
520
|
{
|
|
521
|
+
"type": "game-shell",
|
|
522
|
+
"showTopBar": true,
|
|
521
523
|
"appName": "Coding Academy",
|
|
522
524
|
"children": [
|
|
523
525
|
{
|
|
524
526
|
"menuItems": [
|
|
525
527
|
{
|
|
526
528
|
"event": "START",
|
|
527
|
-
"
|
|
528
|
-
"
|
|
529
|
+
"variant": "primary",
|
|
530
|
+
"label": "Start"
|
|
529
531
|
}
|
|
530
532
|
],
|
|
531
533
|
"title": "Builder Challenge",
|
|
532
534
|
"type": "game-menu"
|
|
533
535
|
}
|
|
534
|
-
]
|
|
535
|
-
"showTopBar": true,
|
|
536
|
-
"type": "game-shell"
|
|
536
|
+
]
|
|
537
537
|
}
|
|
538
538
|
]
|
|
539
539
|
]
|
|
@@ -547,34 +547,34 @@
|
|
|
547
547
|
"render-ui",
|
|
548
548
|
"main",
|
|
549
549
|
{
|
|
550
|
+
"appName": "Coding Academy",
|
|
550
551
|
"children": [
|
|
551
552
|
{
|
|
553
|
+
"type": "stack",
|
|
552
554
|
"children": [
|
|
553
555
|
{
|
|
556
|
+
"type": "game-hud",
|
|
554
557
|
"stats": [
|
|
555
558
|
{
|
|
556
|
-
"
|
|
557
|
-
"
|
|
559
|
+
"value": "@entity.score",
|
|
560
|
+
"label": "Score"
|
|
558
561
|
},
|
|
559
562
|
{
|
|
560
563
|
"label": "Level",
|
|
561
564
|
"value": "@entity.level"
|
|
562
565
|
}
|
|
563
|
-
]
|
|
564
|
-
"type": "game-hud"
|
|
566
|
+
]
|
|
565
567
|
},
|
|
566
568
|
{
|
|
567
569
|
"entity": "BuildChallenge",
|
|
568
|
-
"
|
|
569
|
-
"
|
|
570
|
+
"type": "builder-board",
|
|
571
|
+
"completeEvent": "COMPLETE"
|
|
570
572
|
}
|
|
571
573
|
],
|
|
572
|
-
"type": "stack",
|
|
573
574
|
"direction": "vertical",
|
|
574
575
|
"gap": "md"
|
|
575
576
|
}
|
|
576
577
|
],
|
|
577
|
-
"appName": "Coding Academy",
|
|
578
578
|
"type": "game-shell",
|
|
579
579
|
"showTopBar": true
|
|
580
580
|
}
|
|
@@ -595,22 +595,22 @@
|
|
|
595
595
|
"render-ui",
|
|
596
596
|
"main",
|
|
597
597
|
{
|
|
598
|
-
"appName": "Coding Academy",
|
|
599
598
|
"showTopBar": true,
|
|
599
|
+
"type": "game-shell",
|
|
600
|
+
"appName": "Coding Academy",
|
|
600
601
|
"children": [
|
|
601
602
|
{
|
|
602
603
|
"type": "game-over-screen",
|
|
603
604
|
"title": "Well Done!",
|
|
604
605
|
"menuItems": [
|
|
605
606
|
{
|
|
606
|
-
"
|
|
607
|
+
"label": "Play Again",
|
|
607
608
|
"variant": "primary",
|
|
608
|
-
"
|
|
609
|
+
"event": "RESTART"
|
|
609
610
|
}
|
|
610
611
|
]
|
|
611
612
|
}
|
|
612
|
-
]
|
|
613
|
-
"type": "game-shell"
|
|
613
|
+
]
|
|
614
614
|
}
|
|
615
615
|
]
|
|
616
616
|
]
|
|
@@ -628,15 +628,15 @@
|
|
|
628
628
|
"showTopBar": true,
|
|
629
629
|
"children": [
|
|
630
630
|
{
|
|
631
|
-
"type": "game-menu",
|
|
632
|
-
"title": "Builder Challenge",
|
|
633
631
|
"menuItems": [
|
|
634
632
|
{
|
|
635
633
|
"label": "Start",
|
|
636
|
-
"
|
|
637
|
-
"
|
|
634
|
+
"event": "START",
|
|
635
|
+
"variant": "primary"
|
|
638
636
|
}
|
|
639
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"title": "Builder Challenge",
|
|
639
|
+
"type": "game-menu"
|
|
640
640
|
}
|
|
641
641
|
],
|
|
642
642
|
"type": "game-shell"
|
|
@@ -838,8 +838,8 @@
|
|
|
838
838
|
"EventChallenge",
|
|
839
839
|
{
|
|
840
840
|
"emit": {
|
|
841
|
-
"
|
|
842
|
-
"
|
|
841
|
+
"success": "EventChallengeLoaded",
|
|
842
|
+
"failure": "EventChallengeLoadFailed"
|
|
843
843
|
}
|
|
844
844
|
}
|
|
845
845
|
],
|
|
@@ -847,22 +847,22 @@
|
|
|
847
847
|
"render-ui",
|
|
848
848
|
"main",
|
|
849
849
|
{
|
|
850
|
+
"showTopBar": true,
|
|
851
|
+
"appName": "Coding Academy",
|
|
852
|
+
"type": "game-shell",
|
|
850
853
|
"children": [
|
|
851
854
|
{
|
|
852
|
-
"type": "game-menu",
|
|
853
|
-
"title": "Event Handler Challenge",
|
|
854
855
|
"menuItems": [
|
|
855
856
|
{
|
|
856
857
|
"label": "Start",
|
|
857
858
|
"variant": "primary",
|
|
858
859
|
"event": "START"
|
|
859
860
|
}
|
|
860
|
-
]
|
|
861
|
+
],
|
|
862
|
+
"type": "game-menu",
|
|
863
|
+
"title": "Event Handler Challenge"
|
|
861
864
|
}
|
|
862
|
-
]
|
|
863
|
-
"appName": "Coding Academy",
|
|
864
|
-
"showTopBar": true,
|
|
865
|
-
"type": "game-shell"
|
|
865
|
+
]
|
|
866
866
|
}
|
|
867
867
|
]
|
|
868
868
|
]
|
|
@@ -877,14 +877,16 @@
|
|
|
877
877
|
"main",
|
|
878
878
|
{
|
|
879
879
|
"appName": "Coding Academy",
|
|
880
|
+
"type": "game-shell",
|
|
881
|
+
"showTopBar": true,
|
|
880
882
|
"children": [
|
|
881
883
|
{
|
|
882
884
|
"children": [
|
|
883
885
|
{
|
|
884
886
|
"stats": [
|
|
885
887
|
{
|
|
886
|
-
"
|
|
887
|
-
"
|
|
888
|
+
"value": "@entity.score",
|
|
889
|
+
"label": "Score"
|
|
888
890
|
},
|
|
889
891
|
{
|
|
890
892
|
"label": "Level",
|
|
@@ -894,18 +896,16 @@
|
|
|
894
896
|
"type": "game-hud"
|
|
895
897
|
},
|
|
896
898
|
{
|
|
899
|
+
"completeEvent": "COMPLETE",
|
|
897
900
|
"type": "event-handler-board",
|
|
898
|
-
"entity": "EventChallenge"
|
|
899
|
-
"completeEvent": "COMPLETE"
|
|
901
|
+
"entity": "EventChallenge"
|
|
900
902
|
}
|
|
901
903
|
],
|
|
904
|
+
"direction": "vertical",
|
|
902
905
|
"type": "stack",
|
|
903
|
-
"gap": "md"
|
|
904
|
-
"direction": "vertical"
|
|
906
|
+
"gap": "md"
|
|
905
907
|
}
|
|
906
|
-
]
|
|
907
|
-
"type": "game-shell",
|
|
908
|
-
"showTopBar": true
|
|
908
|
+
]
|
|
909
909
|
}
|
|
910
910
|
]
|
|
911
911
|
]
|
|
@@ -924,22 +924,22 @@
|
|
|
924
924
|
"render-ui",
|
|
925
925
|
"main",
|
|
926
926
|
{
|
|
927
|
-
"
|
|
927
|
+
"type": "game-shell",
|
|
928
928
|
"children": [
|
|
929
929
|
{
|
|
930
|
-
"type": "game-over-screen",
|
|
931
930
|
"title": "Well Done!",
|
|
931
|
+
"type": "game-over-screen",
|
|
932
932
|
"menuItems": [
|
|
933
933
|
{
|
|
934
|
-
"variant": "primary",
|
|
935
934
|
"event": "RESTART",
|
|
936
|
-
"label": "Play Again"
|
|
935
|
+
"label": "Play Again",
|
|
936
|
+
"variant": "primary"
|
|
937
937
|
}
|
|
938
938
|
]
|
|
939
939
|
}
|
|
940
940
|
],
|
|
941
|
-
"
|
|
942
|
-
"
|
|
941
|
+
"showTopBar": true,
|
|
942
|
+
"appName": "Coding Academy"
|
|
943
943
|
}
|
|
944
944
|
]
|
|
945
945
|
]
|
|
@@ -953,9 +953,9 @@
|
|
|
953
953
|
"render-ui",
|
|
954
954
|
"main",
|
|
955
955
|
{
|
|
956
|
+
"type": "game-shell",
|
|
956
957
|
"children": [
|
|
957
958
|
{
|
|
958
|
-
"type": "game-menu",
|
|
959
959
|
"menuItems": [
|
|
960
960
|
{
|
|
961
961
|
"variant": "primary",
|
|
@@ -963,11 +963,11 @@
|
|
|
963
963
|
"event": "START"
|
|
964
964
|
}
|
|
965
965
|
],
|
|
966
|
+
"type": "game-menu",
|
|
966
967
|
"title": "Event Handler Challenge"
|
|
967
968
|
}
|
|
968
969
|
],
|
|
969
970
|
"appName": "Coding Academy",
|
|
970
|
-
"type": "game-shell",
|
|
971
971
|
"showTopBar": true
|
|
972
972
|
}
|
|
973
973
|
]
|
|
@@ -1144,8 +1144,8 @@
|
|
|
1144
1144
|
"StudentProgress",
|
|
1145
1145
|
{
|
|
1146
1146
|
"emit": {
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1147
|
+
"failure": "StudentProgressLoadFailed",
|
|
1148
|
+
"success": "StudentProgressLoaded"
|
|
1149
1149
|
}
|
|
1150
1150
|
}
|
|
1151
1151
|
],
|
|
@@ -1153,18 +1153,17 @@
|
|
|
1153
1153
|
"render-ui",
|
|
1154
1154
|
"main",
|
|
1155
1155
|
{
|
|
1156
|
+
"type": "game-shell",
|
|
1156
1157
|
"appName": "Coding Academy",
|
|
1157
1158
|
"showTopBar": true,
|
|
1158
|
-
"type": "game-shell",
|
|
1159
1159
|
"children": [
|
|
1160
1160
|
{
|
|
1161
1161
|
"children": [
|
|
1162
1162
|
{
|
|
1163
1163
|
"direction": "vertical",
|
|
1164
|
-
"gap": "lg",
|
|
1165
|
-
"type": "stack",
|
|
1166
1164
|
"children": [
|
|
1167
1165
|
{
|
|
1166
|
+
"type": "breadcrumb",
|
|
1168
1167
|
"items": [
|
|
1169
1168
|
{
|
|
1170
1169
|
"label": "Home",
|
|
@@ -1173,53 +1172,54 @@
|
|
|
1173
1172
|
{
|
|
1174
1173
|
"label": "Progress"
|
|
1175
1174
|
}
|
|
1176
|
-
]
|
|
1177
|
-
"type": "breadcrumb"
|
|
1175
|
+
]
|
|
1178
1176
|
},
|
|
1179
1177
|
{
|
|
1180
|
-
"gap": "md",
|
|
1181
|
-
"type": "stack",
|
|
1182
|
-
"direction": "horizontal",
|
|
1183
1178
|
"children": [
|
|
1184
1179
|
{
|
|
1180
|
+
"direction": "horizontal",
|
|
1181
|
+
"type": "stack",
|
|
1185
1182
|
"children": [
|
|
1186
1183
|
{
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1184
|
+
"name": "trending-up",
|
|
1185
|
+
"type": "icon"
|
|
1189
1186
|
},
|
|
1190
1187
|
{
|
|
1191
|
-
"variant": "h2",
|
|
1192
1188
|
"type": "typography",
|
|
1193
|
-
"content": "Progress"
|
|
1189
|
+
"content": "Progress",
|
|
1190
|
+
"variant": "h2"
|
|
1194
1191
|
}
|
|
1195
1192
|
],
|
|
1196
|
-
"gap": "md"
|
|
1197
|
-
"type": "stack",
|
|
1198
|
-
"direction": "horizontal"
|
|
1193
|
+
"gap": "md"
|
|
1199
1194
|
},
|
|
1200
1195
|
{
|
|
1201
|
-
"action": "REFRESH",
|
|
1202
1196
|
"label": "Refresh",
|
|
1203
|
-
"type": "button",
|
|
1204
1197
|
"variant": "secondary",
|
|
1205
|
-
"
|
|
1198
|
+
"type": "button",
|
|
1199
|
+
"icon": "refresh-cw",
|
|
1200
|
+
"action": "REFRESH"
|
|
1206
1201
|
}
|
|
1207
1202
|
],
|
|
1203
|
+
"type": "stack",
|
|
1204
|
+
"gap": "md",
|
|
1205
|
+
"direction": "horizontal",
|
|
1208
1206
|
"justify": "between"
|
|
1209
1207
|
},
|
|
1210
1208
|
{
|
|
1211
1209
|
"type": "divider"
|
|
1212
1210
|
},
|
|
1213
1211
|
{
|
|
1214
|
-
"padding": "md",
|
|
1215
1212
|
"type": "box",
|
|
1213
|
+
"padding": "md",
|
|
1216
1214
|
"children": [
|
|
1217
1215
|
{
|
|
1216
|
+
"type": "simple-grid",
|
|
1217
|
+
"cols": 3.0,
|
|
1218
1218
|
"children": [
|
|
1219
1219
|
{
|
|
1220
|
+
"type": "stat-display",
|
|
1220
1221
|
"label": "TotalLessons",
|
|
1221
|
-
"value": "@entity.totalLessons"
|
|
1222
|
-
"type": "stat-display"
|
|
1222
|
+
"value": "@entity.totalLessons"
|
|
1223
1223
|
},
|
|
1224
1224
|
{
|
|
1225
1225
|
"value": "@entity.completedLessons",
|
|
@@ -1227,18 +1227,16 @@
|
|
|
1227
1227
|
"type": "stat-display"
|
|
1228
1228
|
},
|
|
1229
1229
|
{
|
|
1230
|
-
"
|
|
1230
|
+
"label": "AverageScore",
|
|
1231
1231
|
"value": "@entity.averageScore",
|
|
1232
|
-
"
|
|
1232
|
+
"type": "stat-display"
|
|
1233
1233
|
},
|
|
1234
1234
|
{
|
|
1235
|
-
"
|
|
1235
|
+
"type": "stat-display",
|
|
1236
1236
|
"label": "Streak",
|
|
1237
|
-
"
|
|
1237
|
+
"value": "@entity.streak"
|
|
1238
1238
|
}
|
|
1239
|
-
]
|
|
1240
|
-
"type": "simple-grid",
|
|
1241
|
-
"cols": 3.0
|
|
1239
|
+
]
|
|
1242
1240
|
}
|
|
1243
1241
|
]
|
|
1244
1242
|
},
|
|
@@ -1248,29 +1246,29 @@
|
|
|
1248
1246
|
{
|
|
1249
1247
|
"children": [
|
|
1250
1248
|
{
|
|
1251
|
-
"type": "card",
|
|
1252
1249
|
"children": [
|
|
1253
1250
|
{
|
|
1254
|
-
"variant": "caption",
|
|
1255
1251
|
"type": "typography",
|
|
1256
|
-
"content": "Chart View"
|
|
1252
|
+
"content": "Chart View",
|
|
1253
|
+
"variant": "caption"
|
|
1257
1254
|
}
|
|
1258
|
-
]
|
|
1255
|
+
],
|
|
1256
|
+
"type": "card"
|
|
1259
1257
|
},
|
|
1260
1258
|
{
|
|
1261
1259
|
"children": [
|
|
1262
1260
|
{
|
|
1263
|
-
"variant": "caption",
|
|
1264
1261
|
"content": "Graph View",
|
|
1265
|
-
"type": "typography"
|
|
1262
|
+
"type": "typography",
|
|
1263
|
+
"variant": "caption"
|
|
1266
1264
|
}
|
|
1267
1265
|
],
|
|
1268
1266
|
"type": "card"
|
|
1269
1267
|
}
|
|
1270
1268
|
],
|
|
1271
1269
|
"gap": "md",
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1270
|
+
"cols": 2.0,
|
|
1271
|
+
"type": "grid"
|
|
1274
1272
|
},
|
|
1275
1273
|
{
|
|
1276
1274
|
"data": [
|
|
@@ -1279,20 +1277,20 @@
|
|
|
1279
1277
|
"value": 12.0
|
|
1280
1278
|
},
|
|
1281
1279
|
{
|
|
1282
|
-
"
|
|
1283
|
-
"
|
|
1280
|
+
"value": 19.0,
|
|
1281
|
+
"date": "Feb"
|
|
1284
1282
|
},
|
|
1285
1283
|
{
|
|
1286
1284
|
"value": 15.0,
|
|
1287
1285
|
"date": "Mar"
|
|
1288
1286
|
},
|
|
1289
1287
|
{
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1288
|
+
"date": "Apr",
|
|
1289
|
+
"value": 25.0
|
|
1292
1290
|
},
|
|
1293
1291
|
{
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1292
|
+
"value": 22.0,
|
|
1293
|
+
"date": "May"
|
|
1296
1294
|
},
|
|
1297
1295
|
{
|
|
1298
1296
|
"value": 30.0,
|
|
@@ -1309,41 +1307,43 @@
|
|
|
1309
1307
|
"color": "primary"
|
|
1310
1308
|
},
|
|
1311
1309
|
{
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1310
|
+
"color": "muted",
|
|
1311
|
+
"label": "Previous"
|
|
1314
1312
|
}
|
|
1315
1313
|
]
|
|
1316
1314
|
},
|
|
1317
1315
|
{
|
|
1318
|
-
"height": 200.0,
|
|
1319
1316
|
"nodes": [
|
|
1320
1317
|
{
|
|
1321
1318
|
"id": "a",
|
|
1322
1319
|
"label": "Start"
|
|
1323
1320
|
},
|
|
1324
1321
|
{
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1322
|
+
"id": "b",
|
|
1323
|
+
"label": "Process"
|
|
1327
1324
|
},
|
|
1328
1325
|
{
|
|
1329
1326
|
"id": "c",
|
|
1330
1327
|
"label": "End"
|
|
1331
1328
|
}
|
|
1332
1329
|
],
|
|
1333
|
-
"type": "graph-view",
|
|
1334
|
-
"width": 400.0,
|
|
1335
1330
|
"edges": [
|
|
1336
1331
|
{
|
|
1337
1332
|
"target": "b",
|
|
1338
1333
|
"source": "a"
|
|
1339
1334
|
},
|
|
1340
1335
|
{
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1336
|
+
"target": "c",
|
|
1337
|
+
"source": "b"
|
|
1343
1338
|
}
|
|
1344
|
-
]
|
|
1339
|
+
],
|
|
1340
|
+
"type": "graph-view",
|
|
1341
|
+
"height": 200.0,
|
|
1342
|
+
"width": 400.0
|
|
1345
1343
|
}
|
|
1346
|
-
]
|
|
1344
|
+
],
|
|
1345
|
+
"type": "stack",
|
|
1346
|
+
"gap": "lg"
|
|
1347
1347
|
}
|
|
1348
1348
|
],
|
|
1349
1349
|
"type": "scaled-diagram"
|
|
@@ -1363,8 +1363,8 @@
|
|
|
1363
1363
|
"StudentProgress",
|
|
1364
1364
|
{
|
|
1365
1365
|
"emit": {
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1366
|
+
"success": "StudentProgressLoaded",
|
|
1367
|
+
"failure": "StudentProgressLoadFailed"
|
|
1368
1368
|
}
|
|
1369
1369
|
}
|
|
1370
1370
|
],
|
|
@@ -1373,14 +1373,18 @@
|
|
|
1373
1373
|
"main",
|
|
1374
1374
|
{
|
|
1375
1375
|
"type": "game-shell",
|
|
1376
|
-
"
|
|
1376
|
+
"appName": "Coding Academy",
|
|
1377
1377
|
"children": [
|
|
1378
1378
|
{
|
|
1379
1379
|
"type": "scaled-diagram",
|
|
1380
1380
|
"children": [
|
|
1381
1381
|
{
|
|
1382
|
+
"direction": "vertical",
|
|
1383
|
+
"gap": "lg",
|
|
1384
|
+
"type": "stack",
|
|
1382
1385
|
"children": [
|
|
1383
1386
|
{
|
|
1387
|
+
"type": "breadcrumb",
|
|
1384
1388
|
"items": [
|
|
1385
1389
|
{
|
|
1386
1390
|
"label": "Home",
|
|
@@ -1389,52 +1393,54 @@
|
|
|
1389
1393
|
{
|
|
1390
1394
|
"label": "Progress"
|
|
1391
1395
|
}
|
|
1392
|
-
]
|
|
1393
|
-
"type": "breadcrumb"
|
|
1396
|
+
]
|
|
1394
1397
|
},
|
|
1395
1398
|
{
|
|
1399
|
+
"direction": "horizontal",
|
|
1400
|
+
"type": "stack",
|
|
1396
1401
|
"justify": "between",
|
|
1397
|
-
"gap": "md",
|
|
1398
1402
|
"children": [
|
|
1399
1403
|
{
|
|
1404
|
+
"type": "stack",
|
|
1400
1405
|
"children": [
|
|
1401
1406
|
{
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1407
|
+
"name": "trending-up",
|
|
1408
|
+
"type": "icon"
|
|
1404
1409
|
},
|
|
1405
1410
|
{
|
|
1406
|
-
"
|
|
1411
|
+
"content": "Progress",
|
|
1407
1412
|
"type": "typography",
|
|
1408
|
-
"
|
|
1413
|
+
"variant": "h2"
|
|
1409
1414
|
}
|
|
1410
1415
|
],
|
|
1411
|
-
"type": "stack",
|
|
1412
1416
|
"direction": "horizontal",
|
|
1413
1417
|
"gap": "md"
|
|
1414
1418
|
},
|
|
1415
1419
|
{
|
|
1416
|
-
"icon": "refresh-cw",
|
|
1417
|
-
"label": "Refresh",
|
|
1418
1420
|
"action": "REFRESH",
|
|
1421
|
+
"label": "Refresh",
|
|
1422
|
+
"icon": "refresh-cw",
|
|
1419
1423
|
"type": "button",
|
|
1420
1424
|
"variant": "secondary"
|
|
1421
1425
|
}
|
|
1422
1426
|
],
|
|
1423
|
-
"
|
|
1424
|
-
"direction": "horizontal"
|
|
1427
|
+
"gap": "md"
|
|
1425
1428
|
},
|
|
1426
1429
|
{
|
|
1427
1430
|
"type": "divider"
|
|
1428
1431
|
},
|
|
1429
1432
|
{
|
|
1433
|
+
"type": "box",
|
|
1430
1434
|
"padding": "md",
|
|
1431
1435
|
"children": [
|
|
1432
1436
|
{
|
|
1437
|
+
"type": "simple-grid",
|
|
1438
|
+
"cols": 3.0,
|
|
1433
1439
|
"children": [
|
|
1434
1440
|
{
|
|
1435
1441
|
"value": "@entity.totalLessons",
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1442
|
+
"label": "TotalLessons",
|
|
1443
|
+
"type": "stat-display"
|
|
1438
1444
|
},
|
|
1439
1445
|
{
|
|
1440
1446
|
"value": "@entity.completedLessons",
|
|
@@ -1442,73 +1448,70 @@
|
|
|
1442
1448
|
"label": "CompletedLessons"
|
|
1443
1449
|
},
|
|
1444
1450
|
{
|
|
1451
|
+
"label": "AverageScore",
|
|
1445
1452
|
"value": "@entity.averageScore",
|
|
1446
|
-
"type": "stat-display"
|
|
1447
|
-
"label": "AverageScore"
|
|
1453
|
+
"type": "stat-display"
|
|
1448
1454
|
},
|
|
1449
1455
|
{
|
|
1450
|
-
"value": "@entity.streak",
|
|
1451
1456
|
"type": "stat-display",
|
|
1457
|
+
"value": "@entity.streak",
|
|
1452
1458
|
"label": "Streak"
|
|
1453
1459
|
}
|
|
1454
|
-
]
|
|
1455
|
-
"cols": 3.0,
|
|
1456
|
-
"type": "simple-grid"
|
|
1460
|
+
]
|
|
1457
1461
|
}
|
|
1458
|
-
]
|
|
1459
|
-
"type": "box"
|
|
1462
|
+
]
|
|
1460
1463
|
},
|
|
1461
1464
|
{
|
|
1462
1465
|
"type": "divider"
|
|
1463
1466
|
},
|
|
1464
1467
|
{
|
|
1468
|
+
"cols": 2.0,
|
|
1465
1469
|
"type": "grid",
|
|
1470
|
+
"gap": "md",
|
|
1466
1471
|
"children": [
|
|
1467
1472
|
{
|
|
1468
|
-
"type": "card",
|
|
1469
1473
|
"children": [
|
|
1470
1474
|
{
|
|
1475
|
+
"content": "Chart View",
|
|
1471
1476
|
"type": "typography",
|
|
1472
|
-
"variant": "caption"
|
|
1473
|
-
"content": "Chart View"
|
|
1477
|
+
"variant": "caption"
|
|
1474
1478
|
}
|
|
1475
|
-
]
|
|
1479
|
+
],
|
|
1480
|
+
"type": "card"
|
|
1476
1481
|
},
|
|
1477
1482
|
{
|
|
1478
|
-
"type": "card",
|
|
1479
1483
|
"children": [
|
|
1480
1484
|
{
|
|
1485
|
+
"variant": "caption",
|
|
1481
1486
|
"type": "typography",
|
|
1482
|
-
"content": "Graph View"
|
|
1483
|
-
"variant": "caption"
|
|
1487
|
+
"content": "Graph View"
|
|
1484
1488
|
}
|
|
1485
|
-
]
|
|
1489
|
+
],
|
|
1490
|
+
"type": "card"
|
|
1486
1491
|
}
|
|
1487
|
-
]
|
|
1488
|
-
"gap": "md",
|
|
1489
|
-
"cols": 2.0
|
|
1492
|
+
]
|
|
1490
1493
|
},
|
|
1491
1494
|
{
|
|
1492
1495
|
"data": [
|
|
1493
1496
|
{
|
|
1494
|
-
"
|
|
1495
|
-
"
|
|
1497
|
+
"value": 12.0,
|
|
1498
|
+
"date": "Jan"
|
|
1496
1499
|
},
|
|
1497
1500
|
{
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1501
|
+
"value": 19.0,
|
|
1502
|
+
"date": "Feb"
|
|
1500
1503
|
},
|
|
1501
1504
|
{
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1505
|
+
"value": 15.0,
|
|
1506
|
+
"date": "Mar"
|
|
1504
1507
|
},
|
|
1505
1508
|
{
|
|
1506
|
-
"
|
|
1507
|
-
"
|
|
1509
|
+
"date": "Apr",
|
|
1510
|
+
"value": 25.0
|
|
1508
1511
|
},
|
|
1509
1512
|
{
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
1513
|
+
"value": 22.0,
|
|
1514
|
+
"date": "May"
|
|
1512
1515
|
},
|
|
1513
1516
|
{
|
|
1514
1517
|
"date": "Jun",
|
|
@@ -1518,25 +1521,35 @@
|
|
|
1518
1521
|
"type": "line-chart"
|
|
1519
1522
|
},
|
|
1520
1523
|
{
|
|
1521
|
-
"type": "chart-legend",
|
|
1522
1524
|
"items": [
|
|
1523
1525
|
{
|
|
1524
|
-
"
|
|
1525
|
-
"
|
|
1526
|
+
"color": "primary",
|
|
1527
|
+
"label": "Current"
|
|
1526
1528
|
},
|
|
1527
1529
|
{
|
|
1528
1530
|
"label": "Previous",
|
|
1529
1531
|
"color": "muted"
|
|
1530
1532
|
}
|
|
1531
|
-
]
|
|
1533
|
+
],
|
|
1534
|
+
"type": "chart-legend"
|
|
1532
1535
|
},
|
|
1533
1536
|
{
|
|
1534
|
-
"
|
|
1537
|
+
"edges": [
|
|
1538
|
+
{
|
|
1539
|
+
"target": "b",
|
|
1540
|
+
"source": "a"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"source": "b",
|
|
1544
|
+
"target": "c"
|
|
1545
|
+
}
|
|
1546
|
+
],
|
|
1547
|
+
"height": 200.0,
|
|
1535
1548
|
"type": "graph-view",
|
|
1536
1549
|
"nodes": [
|
|
1537
1550
|
{
|
|
1538
|
-
"
|
|
1539
|
-
"
|
|
1551
|
+
"label": "Start",
|
|
1552
|
+
"id": "a"
|
|
1540
1553
|
},
|
|
1541
1554
|
{
|
|
1542
1555
|
"id": "b",
|
|
@@ -1547,27 +1560,14 @@
|
|
|
1547
1560
|
"id": "c"
|
|
1548
1561
|
}
|
|
1549
1562
|
],
|
|
1550
|
-
"
|
|
1551
|
-
{
|
|
1552
|
-
"target": "b",
|
|
1553
|
-
"source": "a"
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"target": "c",
|
|
1557
|
-
"source": "b"
|
|
1558
|
-
}
|
|
1559
|
-
],
|
|
1560
|
-
"height": 200.0
|
|
1563
|
+
"width": 400.0
|
|
1561
1564
|
}
|
|
1562
|
-
]
|
|
1563
|
-
"type": "stack",
|
|
1564
|
-
"gap": "lg",
|
|
1565
|
-
"direction": "vertical"
|
|
1565
|
+
]
|
|
1566
1566
|
}
|
|
1567
1567
|
]
|
|
1568
1568
|
}
|
|
1569
1569
|
],
|
|
1570
|
-
"
|
|
1570
|
+
"showTopBar": true
|
|
1571
1571
|
}
|
|
1572
1572
|
]
|
|
1573
1573
|
]
|
|
@@ -1582,8 +1582,8 @@
|
|
|
1582
1582
|
"StudentProgress",
|
|
1583
1583
|
{
|
|
1584
1584
|
"emit": {
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1585
|
+
"failure": "StudentProgressLoadFailed",
|
|
1586
|
+
"success": "StudentProgressLoaded"
|
|
1587
1587
|
}
|
|
1588
1588
|
}
|
|
1589
1589
|
],
|
|
@@ -1591,53 +1591,53 @@
|
|
|
1591
1591
|
"render-ui",
|
|
1592
1592
|
"main",
|
|
1593
1593
|
{
|
|
1594
|
-
"
|
|
1594
|
+
"showTopBar": true,
|
|
1595
1595
|
"children": [
|
|
1596
1596
|
{
|
|
1597
1597
|
"children": [
|
|
1598
1598
|
{
|
|
1599
|
-
"
|
|
1599
|
+
"gap": "lg",
|
|
1600
1600
|
"children": [
|
|
1601
1601
|
{
|
|
1602
|
-
"type": "breadcrumb",
|
|
1603
1602
|
"items": [
|
|
1604
1603
|
{
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1604
|
+
"href": "/",
|
|
1605
|
+
"label": "Home"
|
|
1607
1606
|
},
|
|
1608
1607
|
{
|
|
1609
1608
|
"label": "Progress"
|
|
1610
1609
|
}
|
|
1611
|
-
]
|
|
1610
|
+
],
|
|
1611
|
+
"type": "breadcrumb"
|
|
1612
1612
|
},
|
|
1613
1613
|
{
|
|
1614
|
+
"type": "stack",
|
|
1614
1615
|
"justify": "between",
|
|
1615
1616
|
"children": [
|
|
1616
1617
|
{
|
|
1617
|
-
"direction": "horizontal",
|
|
1618
|
-
"type": "stack",
|
|
1619
1618
|
"gap": "md",
|
|
1619
|
+
"type": "stack",
|
|
1620
|
+
"direction": "horizontal",
|
|
1620
1621
|
"children": [
|
|
1621
1622
|
{
|
|
1622
|
-
"
|
|
1623
|
-
"
|
|
1623
|
+
"name": "trending-up",
|
|
1624
|
+
"type": "icon"
|
|
1624
1625
|
},
|
|
1625
1626
|
{
|
|
1627
|
+
"content": "Progress",
|
|
1626
1628
|
"variant": "h2",
|
|
1627
|
-
"type": "typography"
|
|
1628
|
-
"content": "Progress"
|
|
1629
|
+
"type": "typography"
|
|
1629
1630
|
}
|
|
1630
1631
|
]
|
|
1631
1632
|
},
|
|
1632
1633
|
{
|
|
1634
|
+
"type": "button",
|
|
1633
1635
|
"action": "REFRESH",
|
|
1634
1636
|
"label": "Refresh",
|
|
1635
|
-
"icon": "refresh-cw",
|
|
1636
1637
|
"variant": "secondary",
|
|
1637
|
-
"
|
|
1638
|
+
"icon": "refresh-cw"
|
|
1638
1639
|
}
|
|
1639
1640
|
],
|
|
1640
|
-
"type": "stack",
|
|
1641
1641
|
"direction": "horizontal",
|
|
1642
1642
|
"gap": "md"
|
|
1643
1643
|
},
|
|
@@ -1645,64 +1645,64 @@
|
|
|
1645
1645
|
"type": "divider"
|
|
1646
1646
|
},
|
|
1647
1647
|
{
|
|
1648
|
-
"type": "box",
|
|
1649
|
-
"padding": "md",
|
|
1650
1648
|
"children": [
|
|
1651
1649
|
{
|
|
1652
|
-
"type": "simple-grid",
|
|
1653
|
-
"cols": 3.0,
|
|
1654
1650
|
"children": [
|
|
1655
1651
|
{
|
|
1656
|
-
"type": "stat-display",
|
|
1657
1652
|
"label": "TotalLessons",
|
|
1658
|
-
"value": "@entity.totalLessons"
|
|
1653
|
+
"value": "@entity.totalLessons",
|
|
1654
|
+
"type": "stat-display"
|
|
1659
1655
|
},
|
|
1660
1656
|
{
|
|
1661
|
-
"value": "@entity.completedLessons",
|
|
1662
1657
|
"type": "stat-display",
|
|
1658
|
+
"value": "@entity.completedLessons",
|
|
1663
1659
|
"label": "CompletedLessons"
|
|
1664
1660
|
},
|
|
1665
1661
|
{
|
|
1666
|
-
"
|
|
1662
|
+
"label": "AverageScore",
|
|
1667
1663
|
"type": "stat-display",
|
|
1668
|
-
"
|
|
1664
|
+
"value": "@entity.averageScore"
|
|
1669
1665
|
},
|
|
1670
1666
|
{
|
|
1671
|
-
"label": "Streak",
|
|
1672
1667
|
"type": "stat-display",
|
|
1668
|
+
"label": "Streak",
|
|
1673
1669
|
"value": "@entity.streak"
|
|
1674
1670
|
}
|
|
1675
|
-
]
|
|
1671
|
+
],
|
|
1672
|
+
"type": "simple-grid",
|
|
1673
|
+
"cols": 3.0
|
|
1676
1674
|
}
|
|
1677
|
-
]
|
|
1675
|
+
],
|
|
1676
|
+
"type": "box",
|
|
1677
|
+
"padding": "md"
|
|
1678
1678
|
},
|
|
1679
1679
|
{
|
|
1680
1680
|
"type": "divider"
|
|
1681
1681
|
},
|
|
1682
1682
|
{
|
|
1683
|
-
"cols": 2.0,
|
|
1684
1683
|
"type": "grid",
|
|
1685
1684
|
"gap": "md",
|
|
1685
|
+
"cols": 2.0,
|
|
1686
1686
|
"children": [
|
|
1687
1687
|
{
|
|
1688
|
-
"type": "card",
|
|
1689
1688
|
"children": [
|
|
1690
1689
|
{
|
|
1691
|
-
"
|
|
1690
|
+
"content": "Chart View",
|
|
1692
1691
|
"variant": "caption",
|
|
1693
|
-
"
|
|
1692
|
+
"type": "typography"
|
|
1694
1693
|
}
|
|
1695
|
-
]
|
|
1694
|
+
],
|
|
1695
|
+
"type": "card"
|
|
1696
1696
|
},
|
|
1697
1697
|
{
|
|
1698
|
+
"type": "card",
|
|
1698
1699
|
"children": [
|
|
1699
1700
|
{
|
|
1700
|
-
"type": "typography",
|
|
1701
1701
|
"variant": "caption",
|
|
1702
|
+
"type": "typography",
|
|
1702
1703
|
"content": "Graph View"
|
|
1703
1704
|
}
|
|
1704
|
-
]
|
|
1705
|
-
"type": "card"
|
|
1705
|
+
]
|
|
1706
1706
|
}
|
|
1707
1707
|
]
|
|
1708
1708
|
},
|
|
@@ -1710,36 +1710,36 @@
|
|
|
1710
1710
|
"type": "line-chart",
|
|
1711
1711
|
"data": [
|
|
1712
1712
|
{
|
|
1713
|
-
"
|
|
1714
|
-
"
|
|
1713
|
+
"value": 12.0,
|
|
1714
|
+
"date": "Jan"
|
|
1715
1715
|
},
|
|
1716
1716
|
{
|
|
1717
|
-
"
|
|
1718
|
-
"
|
|
1717
|
+
"value": 19.0,
|
|
1718
|
+
"date": "Feb"
|
|
1719
1719
|
},
|
|
1720
1720
|
{
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1721
|
+
"value": 15.0,
|
|
1722
|
+
"date": "Mar"
|
|
1723
1723
|
},
|
|
1724
1724
|
{
|
|
1725
1725
|
"date": "Apr",
|
|
1726
1726
|
"value": 25.0
|
|
1727
1727
|
},
|
|
1728
1728
|
{
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
1729
|
+
"date": "May",
|
|
1730
|
+
"value": 22.0
|
|
1731
1731
|
},
|
|
1732
1732
|
{
|
|
1733
|
-
"
|
|
1734
|
-
"
|
|
1733
|
+
"date": "Jun",
|
|
1734
|
+
"value": 30.0
|
|
1735
1735
|
}
|
|
1736
1736
|
]
|
|
1737
1737
|
},
|
|
1738
1738
|
{
|
|
1739
1739
|
"items": [
|
|
1740
1740
|
{
|
|
1741
|
-
"
|
|
1742
|
-
"
|
|
1741
|
+
"color": "primary",
|
|
1742
|
+
"label": "Current"
|
|
1743
1743
|
},
|
|
1744
1744
|
{
|
|
1745
1745
|
"color": "muted",
|
|
@@ -1759,10 +1759,12 @@
|
|
|
1759
1759
|
"id": "b"
|
|
1760
1760
|
},
|
|
1761
1761
|
{
|
|
1762
|
-
"
|
|
1763
|
-
"
|
|
1762
|
+
"id": "c",
|
|
1763
|
+
"label": "End"
|
|
1764
1764
|
}
|
|
1765
1765
|
],
|
|
1766
|
+
"width": 400.0,
|
|
1767
|
+
"height": 200.0,
|
|
1766
1768
|
"type": "graph-view",
|
|
1767
1769
|
"edges": [
|
|
1768
1770
|
{
|
|
@@ -1770,23 +1772,21 @@
|
|
|
1770
1772
|
"target": "b"
|
|
1771
1773
|
},
|
|
1772
1774
|
{
|
|
1773
|
-
"
|
|
1774
|
-
"
|
|
1775
|
+
"target": "c",
|
|
1776
|
+
"source": "b"
|
|
1775
1777
|
}
|
|
1776
|
-
]
|
|
1777
|
-
"height": 200.0,
|
|
1778
|
-
"width": 400.0
|
|
1778
|
+
]
|
|
1779
1779
|
}
|
|
1780
1780
|
],
|
|
1781
|
-
"
|
|
1782
|
-
"
|
|
1781
|
+
"type": "stack",
|
|
1782
|
+
"direction": "vertical"
|
|
1783
1783
|
}
|
|
1784
1784
|
],
|
|
1785
1785
|
"type": "scaled-diagram"
|
|
1786
1786
|
}
|
|
1787
1787
|
],
|
|
1788
|
-
"
|
|
1789
|
-
"
|
|
1788
|
+
"type": "game-shell",
|
|
1789
|
+
"appName": "Coding Academy"
|
|
1790
1790
|
}
|
|
1791
1791
|
]
|
|
1792
1792
|
]
|
|
@@ -1801,8 +1801,8 @@
|
|
|
1801
1801
|
"StudentProgress",
|
|
1802
1802
|
{
|
|
1803
1803
|
"emit": {
|
|
1804
|
-
"
|
|
1805
|
-
"
|
|
1804
|
+
"failure": "StudentProgressLoadFailed",
|
|
1805
|
+
"success": "StudentProgressLoaded"
|
|
1806
1806
|
}
|
|
1807
1807
|
}
|
|
1808
1808
|
],
|
|
@@ -1810,31 +1810,31 @@
|
|
|
1810
1810
|
"render-ui",
|
|
1811
1811
|
"main",
|
|
1812
1812
|
{
|
|
1813
|
+
"type": "game-shell",
|
|
1813
1814
|
"showTopBar": true,
|
|
1814
1815
|
"appName": "Coding Academy",
|
|
1815
1816
|
"children": [
|
|
1816
1817
|
{
|
|
1817
1818
|
"children": [
|
|
1818
1819
|
{
|
|
1819
|
-
"gap": "lg",
|
|
1820
|
-
"direction": "vertical",
|
|
1821
1820
|
"type": "stack",
|
|
1821
|
+
"direction": "vertical",
|
|
1822
|
+
"gap": "lg",
|
|
1822
1823
|
"children": [
|
|
1823
1824
|
{
|
|
1825
|
+
"type": "breadcrumb",
|
|
1824
1826
|
"items": [
|
|
1825
1827
|
{
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1828
|
+
"label": "Home",
|
|
1829
|
+
"href": "/"
|
|
1828
1830
|
},
|
|
1829
1831
|
{
|
|
1830
1832
|
"label": "Progress"
|
|
1831
1833
|
}
|
|
1832
|
-
]
|
|
1833
|
-
"type": "breadcrumb"
|
|
1834
|
+
]
|
|
1834
1835
|
},
|
|
1835
1836
|
{
|
|
1836
|
-
"
|
|
1837
|
-
"justify": "between",
|
|
1837
|
+
"direction": "horizontal",
|
|
1838
1838
|
"gap": "md",
|
|
1839
1839
|
"children": [
|
|
1840
1840
|
{
|
|
@@ -1854,64 +1854,64 @@
|
|
|
1854
1854
|
]
|
|
1855
1855
|
},
|
|
1856
1856
|
{
|
|
1857
|
-
"
|
|
1857
|
+
"variant": "secondary",
|
|
1858
1858
|
"icon": "refresh-cw",
|
|
1859
1859
|
"action": "REFRESH",
|
|
1860
|
-
"
|
|
1860
|
+
"type": "button",
|
|
1861
1861
|
"label": "Refresh"
|
|
1862
1862
|
}
|
|
1863
1863
|
],
|
|
1864
|
-
"
|
|
1864
|
+
"justify": "between",
|
|
1865
|
+
"type": "stack"
|
|
1865
1866
|
},
|
|
1866
1867
|
{
|
|
1867
1868
|
"type": "divider"
|
|
1868
1869
|
},
|
|
1869
1870
|
{
|
|
1871
|
+
"type": "box",
|
|
1872
|
+
"padding": "md",
|
|
1870
1873
|
"children": [
|
|
1871
1874
|
{
|
|
1872
1875
|
"type": "simple-grid",
|
|
1876
|
+
"cols": 3.0,
|
|
1873
1877
|
"children": [
|
|
1874
1878
|
{
|
|
1879
|
+
"label": "TotalLessons",
|
|
1875
1880
|
"value": "@entity.totalLessons",
|
|
1876
|
-
"type": "stat-display"
|
|
1877
|
-
"label": "TotalLessons"
|
|
1881
|
+
"type": "stat-display"
|
|
1878
1882
|
},
|
|
1879
1883
|
{
|
|
1880
|
-
"type": "stat-display",
|
|
1881
1884
|
"label": "CompletedLessons",
|
|
1885
|
+
"type": "stat-display",
|
|
1882
1886
|
"value": "@entity.completedLessons"
|
|
1883
1887
|
},
|
|
1884
1888
|
{
|
|
1885
1889
|
"type": "stat-display",
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1890
|
+
"value": "@entity.averageScore",
|
|
1891
|
+
"label": "AverageScore"
|
|
1888
1892
|
},
|
|
1889
1893
|
{
|
|
1890
|
-
"
|
|
1894
|
+
"value": "@entity.streak",
|
|
1891
1895
|
"type": "stat-display",
|
|
1892
|
-
"
|
|
1896
|
+
"label": "Streak"
|
|
1893
1897
|
}
|
|
1894
|
-
]
|
|
1895
|
-
"cols": 3.0
|
|
1898
|
+
]
|
|
1896
1899
|
}
|
|
1897
|
-
]
|
|
1898
|
-
"padding": "md",
|
|
1899
|
-
"type": "box"
|
|
1900
|
+
]
|
|
1900
1901
|
},
|
|
1901
1902
|
{
|
|
1902
1903
|
"type": "divider"
|
|
1903
1904
|
},
|
|
1904
1905
|
{
|
|
1905
1906
|
"gap": "md",
|
|
1906
|
-
"type": "grid",
|
|
1907
1907
|
"cols": 2.0,
|
|
1908
1908
|
"children": [
|
|
1909
1909
|
{
|
|
1910
1910
|
"children": [
|
|
1911
1911
|
{
|
|
1912
|
-
"
|
|
1912
|
+
"type": "typography",
|
|
1913
1913
|
"variant": "caption",
|
|
1914
|
-
"
|
|
1914
|
+
"content": "Chart View"
|
|
1915
1915
|
}
|
|
1916
1916
|
],
|
|
1917
1917
|
"type": "card"
|
|
@@ -1926,7 +1926,8 @@
|
|
|
1926
1926
|
}
|
|
1927
1927
|
]
|
|
1928
1928
|
}
|
|
1929
|
-
]
|
|
1929
|
+
],
|
|
1930
|
+
"type": "grid"
|
|
1930
1931
|
},
|
|
1931
1932
|
{
|
|
1932
1933
|
"type": "line-chart",
|
|
@@ -1936,8 +1937,8 @@
|
|
|
1936
1937
|
"value": 12.0
|
|
1937
1938
|
},
|
|
1938
1939
|
{
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1940
|
+
"value": 19.0,
|
|
1941
|
+
"date": "Feb"
|
|
1941
1942
|
},
|
|
1942
1943
|
{
|
|
1943
1944
|
"date": "Mar",
|
|
@@ -1948,8 +1949,8 @@
|
|
|
1948
1949
|
"value": 25.0
|
|
1949
1950
|
},
|
|
1950
1951
|
{
|
|
1951
|
-
"
|
|
1952
|
-
"
|
|
1952
|
+
"value": 22.0,
|
|
1953
|
+
"date": "May"
|
|
1953
1954
|
},
|
|
1954
1955
|
{
|
|
1955
1956
|
"value": 30.0,
|
|
@@ -1958,17 +1959,17 @@
|
|
|
1958
1959
|
]
|
|
1959
1960
|
},
|
|
1960
1961
|
{
|
|
1961
|
-
"type": "chart-legend",
|
|
1962
1962
|
"items": [
|
|
1963
1963
|
{
|
|
1964
1964
|
"color": "primary",
|
|
1965
1965
|
"label": "Current"
|
|
1966
1966
|
},
|
|
1967
1967
|
{
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
1968
|
+
"label": "Previous",
|
|
1969
|
+
"color": "muted"
|
|
1970
1970
|
}
|
|
1971
|
-
]
|
|
1971
|
+
],
|
|
1972
|
+
"type": "chart-legend"
|
|
1972
1973
|
},
|
|
1973
1974
|
{
|
|
1974
1975
|
"edges": [
|
|
@@ -1981,31 +1982,30 @@
|
|
|
1981
1982
|
"source": "b"
|
|
1982
1983
|
}
|
|
1983
1984
|
],
|
|
1985
|
+
"height": 200.0,
|
|
1984
1986
|
"nodes": [
|
|
1985
1987
|
{
|
|
1986
1988
|
"id": "a",
|
|
1987
1989
|
"label": "Start"
|
|
1988
1990
|
},
|
|
1989
1991
|
{
|
|
1990
|
-
"
|
|
1991
|
-
"
|
|
1992
|
+
"id": "b",
|
|
1993
|
+
"label": "Process"
|
|
1992
1994
|
},
|
|
1993
1995
|
{
|
|
1994
|
-
"
|
|
1995
|
-
"
|
|
1996
|
+
"id": "c",
|
|
1997
|
+
"label": "End"
|
|
1996
1998
|
}
|
|
1997
1999
|
],
|
|
1998
2000
|
"type": "graph-view",
|
|
1999
|
-
"width": 400.0
|
|
2000
|
-
"height": 200.0
|
|
2001
|
+
"width": 400.0
|
|
2001
2002
|
}
|
|
2002
2003
|
]
|
|
2003
2004
|
}
|
|
2004
2005
|
],
|
|
2005
2006
|
"type": "scaled-diagram"
|
|
2006
2007
|
}
|
|
2007
|
-
]
|
|
2008
|
-
"type": "game-shell"
|
|
2008
|
+
]
|
|
2009
2009
|
}
|
|
2010
2010
|
]
|
|
2011
2011
|
]
|
|
@@ -2020,8 +2020,8 @@
|
|
|
2020
2020
|
"StudentProgress",
|
|
2021
2021
|
{
|
|
2022
2022
|
"emit": {
|
|
2023
|
-
"
|
|
2024
|
-
"
|
|
2023
|
+
"success": "StudentProgressLoaded",
|
|
2024
|
+
"failure": "StudentProgressLoadFailed"
|
|
2025
2025
|
}
|
|
2026
2026
|
}
|
|
2027
2027
|
],
|
|
@@ -2029,96 +2029,98 @@
|
|
|
2029
2029
|
"render-ui",
|
|
2030
2030
|
"main",
|
|
2031
2031
|
{
|
|
2032
|
+
"appName": "Coding Academy",
|
|
2033
|
+
"showTopBar": true,
|
|
2034
|
+
"type": "game-shell",
|
|
2032
2035
|
"children": [
|
|
2033
2036
|
{
|
|
2034
2037
|
"type": "scaled-diagram",
|
|
2035
2038
|
"children": [
|
|
2036
2039
|
{
|
|
2040
|
+
"type": "stack",
|
|
2037
2041
|
"children": [
|
|
2038
2042
|
{
|
|
2043
|
+
"type": "breadcrumb",
|
|
2039
2044
|
"items": [
|
|
2040
2045
|
{
|
|
2041
|
-
"
|
|
2042
|
-
"
|
|
2046
|
+
"label": "Home",
|
|
2047
|
+
"href": "/"
|
|
2043
2048
|
},
|
|
2044
2049
|
{
|
|
2045
2050
|
"label": "Progress"
|
|
2046
2051
|
}
|
|
2047
|
-
]
|
|
2048
|
-
"type": "breadcrumb"
|
|
2052
|
+
]
|
|
2049
2053
|
},
|
|
2050
2054
|
{
|
|
2051
|
-
"gap": "md",
|
|
2052
|
-
"type": "stack",
|
|
2053
|
-
"direction": "horizontal",
|
|
2054
2055
|
"children": [
|
|
2055
2056
|
{
|
|
2056
|
-
"direction": "horizontal",
|
|
2057
2057
|
"type": "stack",
|
|
2058
|
-
"gap": "md",
|
|
2059
2058
|
"children": [
|
|
2060
2059
|
{
|
|
2061
2060
|
"type": "icon",
|
|
2062
2061
|
"name": "trending-up"
|
|
2063
2062
|
},
|
|
2064
2063
|
{
|
|
2065
|
-
"
|
|
2064
|
+
"content": "Progress",
|
|
2066
2065
|
"type": "typography",
|
|
2067
|
-
"
|
|
2066
|
+
"variant": "h2"
|
|
2068
2067
|
}
|
|
2069
|
-
]
|
|
2068
|
+
],
|
|
2069
|
+
"direction": "horizontal",
|
|
2070
|
+
"gap": "md"
|
|
2070
2071
|
},
|
|
2071
2072
|
{
|
|
2072
|
-
"icon": "refresh-cw",
|
|
2073
|
-
"variant": "secondary",
|
|
2074
|
-
"label": "Refresh",
|
|
2075
2073
|
"action": "REFRESH",
|
|
2076
|
-
"
|
|
2074
|
+
"variant": "secondary",
|
|
2075
|
+
"icon": "refresh-cw",
|
|
2076
|
+
"type": "button",
|
|
2077
|
+
"label": "Refresh"
|
|
2077
2078
|
}
|
|
2078
2079
|
],
|
|
2079
|
-
"justify": "between"
|
|
2080
|
+
"justify": "between",
|
|
2081
|
+
"gap": "md",
|
|
2082
|
+
"direction": "horizontal",
|
|
2083
|
+
"type": "stack"
|
|
2080
2084
|
},
|
|
2081
2085
|
{
|
|
2082
2086
|
"type": "divider"
|
|
2083
2087
|
},
|
|
2084
2088
|
{
|
|
2089
|
+
"type": "box",
|
|
2085
2090
|
"padding": "md",
|
|
2086
2091
|
"children": [
|
|
2087
2092
|
{
|
|
2088
2093
|
"type": "simple-grid",
|
|
2094
|
+
"cols": 3.0,
|
|
2089
2095
|
"children": [
|
|
2090
2096
|
{
|
|
2091
|
-
"value": "@entity.totalLessons",
|
|
2092
2097
|
"type": "stat-display",
|
|
2093
|
-
"label": "TotalLessons"
|
|
2098
|
+
"label": "TotalLessons",
|
|
2099
|
+
"value": "@entity.totalLessons"
|
|
2094
2100
|
},
|
|
2095
2101
|
{
|
|
2096
|
-
"label": "CompletedLessons",
|
|
2097
2102
|
"value": "@entity.completedLessons",
|
|
2098
|
-
"type": "stat-display"
|
|
2103
|
+
"type": "stat-display",
|
|
2104
|
+
"label": "CompletedLessons"
|
|
2099
2105
|
},
|
|
2100
2106
|
{
|
|
2107
|
+
"value": "@entity.averageScore",
|
|
2101
2108
|
"type": "stat-display",
|
|
2102
|
-
"label": "AverageScore"
|
|
2103
|
-
"value": "@entity.averageScore"
|
|
2109
|
+
"label": "AverageScore"
|
|
2104
2110
|
},
|
|
2105
2111
|
{
|
|
2106
|
-
"value": "@entity.streak",
|
|
2107
2112
|
"type": "stat-display",
|
|
2108
|
-
"label": "Streak"
|
|
2113
|
+
"label": "Streak",
|
|
2114
|
+
"value": "@entity.streak"
|
|
2109
2115
|
}
|
|
2110
|
-
]
|
|
2111
|
-
"cols": 3.0
|
|
2116
|
+
]
|
|
2112
2117
|
}
|
|
2113
|
-
]
|
|
2114
|
-
"type": "box"
|
|
2118
|
+
]
|
|
2115
2119
|
},
|
|
2116
2120
|
{
|
|
2117
2121
|
"type": "divider"
|
|
2118
2122
|
},
|
|
2119
2123
|
{
|
|
2120
|
-
"cols": 2.0,
|
|
2121
|
-
"gap": "md",
|
|
2122
2124
|
"type": "grid",
|
|
2123
2125
|
"children": [
|
|
2124
2126
|
{
|
|
@@ -2132,16 +2134,18 @@
|
|
|
2132
2134
|
]
|
|
2133
2135
|
},
|
|
2134
2136
|
{
|
|
2137
|
+
"type": "card",
|
|
2135
2138
|
"children": [
|
|
2136
2139
|
{
|
|
2137
|
-
"type": "typography",
|
|
2138
2140
|
"variant": "caption",
|
|
2141
|
+
"type": "typography",
|
|
2139
2142
|
"content": "Graph View"
|
|
2140
2143
|
}
|
|
2141
|
-
]
|
|
2142
|
-
"type": "card"
|
|
2144
|
+
]
|
|
2143
2145
|
}
|
|
2144
|
-
]
|
|
2146
|
+
],
|
|
2147
|
+
"gap": "md",
|
|
2148
|
+
"cols": 2.0
|
|
2145
2149
|
},
|
|
2146
2150
|
{
|
|
2147
2151
|
"type": "line-chart",
|
|
@@ -2151,8 +2155,8 @@
|
|
|
2151
2155
|
"date": "Jan"
|
|
2152
2156
|
},
|
|
2153
2157
|
{
|
|
2154
|
-
"
|
|
2155
|
-
"
|
|
2158
|
+
"date": "Feb",
|
|
2159
|
+
"value": 19.0
|
|
2156
2160
|
},
|
|
2157
2161
|
{
|
|
2158
2162
|
"date": "Mar",
|
|
@@ -2163,8 +2167,8 @@
|
|
|
2163
2167
|
"value": 25.0
|
|
2164
2168
|
},
|
|
2165
2169
|
{
|
|
2166
|
-
"
|
|
2167
|
-
"
|
|
2170
|
+
"date": "May",
|
|
2171
|
+
"value": 22.0
|
|
2168
2172
|
},
|
|
2169
2173
|
{
|
|
2170
2174
|
"value": 30.0,
|
|
@@ -2186,45 +2190,41 @@
|
|
|
2186
2190
|
"type": "chart-legend"
|
|
2187
2191
|
},
|
|
2188
2192
|
{
|
|
2189
|
-
"edges": [
|
|
2190
|
-
{
|
|
2191
|
-
"source": "a",
|
|
2192
|
-
"target": "b"
|
|
2193
|
-
},
|
|
2194
|
-
{
|
|
2195
|
-
"target": "c",
|
|
2196
|
-
"source": "b"
|
|
2197
|
-
}
|
|
2198
|
-
],
|
|
2199
2193
|
"width": 400.0,
|
|
2200
2194
|
"type": "graph-view",
|
|
2201
|
-
"height": 200.0,
|
|
2202
2195
|
"nodes": [
|
|
2203
2196
|
{
|
|
2204
|
-
"
|
|
2205
|
-
"
|
|
2197
|
+
"label": "Start",
|
|
2198
|
+
"id": "a"
|
|
2206
2199
|
},
|
|
2207
2200
|
{
|
|
2208
|
-
"
|
|
2209
|
-
"
|
|
2201
|
+
"label": "Process",
|
|
2202
|
+
"id": "b"
|
|
2210
2203
|
},
|
|
2211
2204
|
{
|
|
2212
2205
|
"id": "c",
|
|
2213
2206
|
"label": "End"
|
|
2214
2207
|
}
|
|
2215
|
-
]
|
|
2208
|
+
],
|
|
2209
|
+
"edges": [
|
|
2210
|
+
{
|
|
2211
|
+
"source": "a",
|
|
2212
|
+
"target": "b"
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"source": "b",
|
|
2216
|
+
"target": "c"
|
|
2217
|
+
}
|
|
2218
|
+
],
|
|
2219
|
+
"height": 200.0
|
|
2216
2220
|
}
|
|
2217
2221
|
],
|
|
2218
|
-
"
|
|
2219
|
-
"direction": "vertical"
|
|
2220
|
-
"gap": "lg"
|
|
2222
|
+
"gap": "lg",
|
|
2223
|
+
"direction": "vertical"
|
|
2221
2224
|
}
|
|
2222
2225
|
]
|
|
2223
2226
|
}
|
|
2224
|
-
]
|
|
2225
|
-
"showTopBar": true,
|
|
2226
|
-
"appName": "Coding Academy",
|
|
2227
|
-
"type": "game-shell"
|
|
2227
|
+
]
|
|
2228
2228
|
}
|
|
2229
2229
|
]
|
|
2230
2230
|
]
|
|
@@ -2247,4 +2247,4 @@
|
|
|
2247
2247
|
]
|
|
2248
2248
|
}
|
|
2249
2249
|
]
|
|
2250
|
-
}
|
|
2250
|
+
}
|