@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -352,6 +352,23 @@
|
|
|
352
352
|
"render-ui",
|
|
353
353
|
"main",
|
|
354
354
|
{
|
|
355
|
+
"navItems": [
|
|
356
|
+
{
|
|
357
|
+
"label": "Teach",
|
|
358
|
+
"icon": "book-open",
|
|
359
|
+
"href": "/teach"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"label": "Quiz",
|
|
363
|
+
"icon": "help-circle",
|
|
364
|
+
"href": "/quiz"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"label": "Concepts",
|
|
368
|
+
"href": "/concepts",
|
|
369
|
+
"icon": "brain"
|
|
370
|
+
}
|
|
371
|
+
],
|
|
355
372
|
"type": "dashboard-layout",
|
|
356
373
|
"children": [
|
|
357
374
|
{
|
|
@@ -361,6 +378,9 @@
|
|
|
361
378
|
"children": [
|
|
362
379
|
{
|
|
363
380
|
"align": "center",
|
|
381
|
+
"direction": "horizontal",
|
|
382
|
+
"type": "stack",
|
|
383
|
+
"gap": "sm",
|
|
364
384
|
"children": [
|
|
365
385
|
{
|
|
366
386
|
"type": "icon",
|
|
@@ -371,10 +391,7 @@
|
|
|
371
391
|
"type": "typography",
|
|
372
392
|
"content": "Tutor"
|
|
373
393
|
}
|
|
374
|
-
]
|
|
375
|
-
"direction": "horizontal",
|
|
376
|
-
"gap": "sm",
|
|
377
|
-
"type": "stack"
|
|
394
|
+
]
|
|
378
395
|
},
|
|
379
396
|
{
|
|
380
397
|
"type": "divider"
|
|
@@ -383,7 +400,6 @@
|
|
|
383
400
|
"children": [
|
|
384
401
|
{
|
|
385
402
|
"type": "stack",
|
|
386
|
-
"direction": "vertical",
|
|
387
403
|
"gap": "md",
|
|
388
404
|
"children": [
|
|
389
405
|
{
|
|
@@ -392,15 +408,16 @@
|
|
|
392
408
|
"type": "typography"
|
|
393
409
|
},
|
|
394
410
|
{
|
|
395
|
-
"
|
|
411
|
+
"type": "form-section",
|
|
396
412
|
"fields": [
|
|
397
413
|
"topic"
|
|
398
414
|
],
|
|
399
|
-
"entity": "@entity",
|
|
400
415
|
"mode": "edit",
|
|
401
|
-
"
|
|
416
|
+
"entity": "@entity",
|
|
417
|
+
"submitEvent": "START_SESSION"
|
|
402
418
|
}
|
|
403
|
-
]
|
|
419
|
+
],
|
|
420
|
+
"direction": "vertical"
|
|
404
421
|
}
|
|
405
422
|
],
|
|
406
423
|
"type": "card"
|
|
@@ -408,24 +425,7 @@
|
|
|
408
425
|
]
|
|
409
426
|
}
|
|
410
427
|
],
|
|
411
|
-
"appName": "AI Tutor"
|
|
412
|
-
"navItems": [
|
|
413
|
-
{
|
|
414
|
-
"href": "/teach",
|
|
415
|
-
"icon": "book-open",
|
|
416
|
-
"label": "Teach"
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"label": "Quiz",
|
|
420
|
-
"icon": "help-circle",
|
|
421
|
-
"href": "/quiz"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"label": "Concepts",
|
|
425
|
-
"icon": "brain",
|
|
426
|
-
"href": "/concepts"
|
|
427
|
-
}
|
|
428
|
-
]
|
|
428
|
+
"appName": "AI Tutor"
|
|
429
429
|
}
|
|
430
430
|
]
|
|
431
431
|
]
|
|
@@ -458,21 +458,18 @@
|
|
|
458
458
|
"main",
|
|
459
459
|
{
|
|
460
460
|
"type": "dashboard-layout",
|
|
461
|
+
"appName": "AI Tutor",
|
|
461
462
|
"children": [
|
|
462
463
|
{
|
|
463
|
-
"direction": "vertical",
|
|
464
|
-
"align": "center",
|
|
465
|
-
"type": "stack",
|
|
466
|
-
"gap": "lg",
|
|
467
464
|
"children": [
|
|
468
465
|
{
|
|
469
|
-
"
|
|
470
|
-
"
|
|
466
|
+
"type": "icon",
|
|
467
|
+
"name": "search"
|
|
471
468
|
},
|
|
472
469
|
{
|
|
470
|
+
"type": "typography",
|
|
473
471
|
"content": "Assessing your level...",
|
|
474
|
-
"variant": "h3"
|
|
475
|
-
"type": "typography"
|
|
472
|
+
"variant": "h3"
|
|
476
473
|
},
|
|
477
474
|
{
|
|
478
475
|
"type": "spinner"
|
|
@@ -482,20 +479,23 @@
|
|
|
482
479
|
"type": "typography",
|
|
483
480
|
"content": "Recalling prior learning and classifying skill level"
|
|
484
481
|
}
|
|
485
|
-
]
|
|
482
|
+
],
|
|
483
|
+
"type": "stack",
|
|
484
|
+
"align": "center",
|
|
485
|
+
"gap": "lg",
|
|
486
|
+
"direction": "vertical"
|
|
486
487
|
}
|
|
487
488
|
],
|
|
488
|
-
"appName": "AI Tutor",
|
|
489
489
|
"navItems": [
|
|
490
490
|
{
|
|
491
|
-
"href": "/teach",
|
|
492
491
|
"icon": "book-open",
|
|
493
|
-
"label": "Teach"
|
|
492
|
+
"label": "Teach",
|
|
493
|
+
"href": "/teach"
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
496
|
"icon": "help-circle",
|
|
497
|
-
"
|
|
498
|
-
"
|
|
497
|
+
"href": "/quiz",
|
|
498
|
+
"label": "Quiz"
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
501
|
"label": "Concepts",
|
|
@@ -530,33 +530,21 @@
|
|
|
530
530
|
"render-ui",
|
|
531
531
|
"main",
|
|
532
532
|
{
|
|
533
|
-
"type": "dashboard-layout",
|
|
534
|
-
"navItems": [
|
|
535
|
-
{
|
|
536
|
-
"href": "/teach",
|
|
537
|
-
"label": "Teach",
|
|
538
|
-
"icon": "book-open"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"label": "Quiz",
|
|
542
|
-
"href": "/quiz",
|
|
543
|
-
"icon": "help-circle"
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"href": "/concepts",
|
|
547
|
-
"label": "Concepts",
|
|
548
|
-
"icon": "brain"
|
|
549
|
-
}
|
|
550
|
-
],
|
|
551
533
|
"appName": "AI Tutor",
|
|
552
534
|
"children": [
|
|
553
535
|
{
|
|
554
|
-
"gap": "lg",
|
|
555
536
|
"children": [
|
|
556
537
|
{
|
|
538
|
+
"type": "stack",
|
|
539
|
+
"direction": "horizontal",
|
|
540
|
+
"align": "center",
|
|
557
541
|
"justify": "between",
|
|
542
|
+
"gap": "sm",
|
|
558
543
|
"children": [
|
|
559
544
|
{
|
|
545
|
+
"type": "stack",
|
|
546
|
+
"direction": "horizontal",
|
|
547
|
+
"gap": "sm",
|
|
560
548
|
"children": [
|
|
561
549
|
{
|
|
562
550
|
"type": "icon",
|
|
@@ -568,20 +556,13 @@
|
|
|
568
556
|
"type": "typography"
|
|
569
557
|
}
|
|
570
558
|
],
|
|
571
|
-
"
|
|
572
|
-
"align": "center",
|
|
573
|
-
"direction": "horizontal",
|
|
574
|
-
"type": "stack"
|
|
559
|
+
"align": "center"
|
|
575
560
|
},
|
|
576
561
|
{
|
|
577
|
-
"
|
|
578
|
-
"
|
|
562
|
+
"label": "@entity.studentLevel",
|
|
563
|
+
"type": "badge"
|
|
579
564
|
}
|
|
580
|
-
]
|
|
581
|
-
"direction": "horizontal",
|
|
582
|
-
"type": "stack",
|
|
583
|
-
"gap": "sm",
|
|
584
|
-
"align": "center"
|
|
565
|
+
]
|
|
585
566
|
},
|
|
586
567
|
{
|
|
587
568
|
"type": "divider"
|
|
@@ -590,13 +571,13 @@
|
|
|
590
571
|
"type": "card",
|
|
591
572
|
"children": [
|
|
592
573
|
{
|
|
593
|
-
"type": "stack",
|
|
594
574
|
"gap": "md",
|
|
575
|
+
"type": "stack",
|
|
595
576
|
"direction": "vertical",
|
|
596
577
|
"children": [
|
|
597
578
|
{
|
|
598
|
-
"content": "@entity.explanation",
|
|
599
579
|
"variant": "body",
|
|
580
|
+
"content": "@entity.explanation",
|
|
600
581
|
"type": "typography"
|
|
601
582
|
}
|
|
602
583
|
]
|
|
@@ -604,34 +585,36 @@
|
|
|
604
585
|
]
|
|
605
586
|
},
|
|
606
587
|
{
|
|
607
|
-
"gap": "sm",
|
|
608
588
|
"type": "stack",
|
|
609
589
|
"direction": "horizontal",
|
|
610
590
|
"children": [
|
|
611
591
|
{
|
|
612
|
-
"
|
|
592
|
+
"label": "Quiz Me",
|
|
613
593
|
"action": "START_QUIZ",
|
|
614
|
-
"variant": "primary",
|
|
615
594
|
"type": "button",
|
|
616
|
-
"
|
|
595
|
+
"variant": "primary",
|
|
596
|
+
"icon": "help-circle"
|
|
617
597
|
},
|
|
618
598
|
{
|
|
619
|
-
"
|
|
599
|
+
"variant": "secondary",
|
|
620
600
|
"type": "button",
|
|
621
|
-
"action": "EXPLAIN_MORE",
|
|
622
601
|
"icon": "book-open",
|
|
623
|
-
"
|
|
602
|
+
"label": "Explain More",
|
|
603
|
+
"action": "EXPLAIN_MORE"
|
|
624
604
|
},
|
|
625
605
|
{
|
|
626
|
-
"variant": "ghost",
|
|
627
606
|
"type": "button",
|
|
628
|
-
"label": "New Topic",
|
|
629
607
|
"action": "RESET",
|
|
630
|
-
"icon": "rotate-ccw"
|
|
608
|
+
"icon": "rotate-ccw",
|
|
609
|
+
"variant": "ghost",
|
|
610
|
+
"label": "New Topic"
|
|
631
611
|
}
|
|
632
|
-
]
|
|
612
|
+
],
|
|
613
|
+
"gap": "sm"
|
|
633
614
|
},
|
|
634
615
|
{
|
|
616
|
+
"type": "stack",
|
|
617
|
+
"direction": "horizontal",
|
|
635
618
|
"gap": "xs",
|
|
636
619
|
"children": [
|
|
637
620
|
{
|
|
@@ -642,14 +625,31 @@
|
|
|
642
625
|
"type": "badge",
|
|
643
626
|
"label": "@entity.correctAnswers"
|
|
644
627
|
}
|
|
645
|
-
]
|
|
646
|
-
"type": "stack",
|
|
647
|
-
"direction": "horizontal"
|
|
628
|
+
]
|
|
648
629
|
}
|
|
649
630
|
],
|
|
650
631
|
"type": "stack",
|
|
632
|
+
"gap": "lg",
|
|
651
633
|
"direction": "vertical"
|
|
652
634
|
}
|
|
635
|
+
],
|
|
636
|
+
"type": "dashboard-layout",
|
|
637
|
+
"navItems": [
|
|
638
|
+
{
|
|
639
|
+
"label": "Teach",
|
|
640
|
+
"href": "/teach",
|
|
641
|
+
"icon": "book-open"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"href": "/quiz",
|
|
645
|
+
"label": "Quiz",
|
|
646
|
+
"icon": "help-circle"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"href": "/concepts",
|
|
650
|
+
"label": "Concepts",
|
|
651
|
+
"icon": "brain"
|
|
652
|
+
}
|
|
653
653
|
]
|
|
654
654
|
}
|
|
655
655
|
]
|
|
@@ -668,7 +668,6 @@
|
|
|
668
668
|
"render-ui",
|
|
669
669
|
"main",
|
|
670
670
|
{
|
|
671
|
-
"appName": "AI Tutor",
|
|
672
671
|
"navItems": [
|
|
673
672
|
{
|
|
674
673
|
"href": "/teach",
|
|
@@ -676,50 +675,50 @@
|
|
|
676
675
|
"icon": "book-open"
|
|
677
676
|
},
|
|
678
677
|
{
|
|
679
|
-
"
|
|
678
|
+
"icon": "help-circle",
|
|
680
679
|
"href": "/quiz",
|
|
681
|
-
"
|
|
680
|
+
"label": "Quiz"
|
|
682
681
|
},
|
|
683
682
|
{
|
|
684
683
|
"label": "Concepts",
|
|
685
|
-
"
|
|
686
|
-
"
|
|
684
|
+
"href": "/concepts",
|
|
685
|
+
"icon": "brain"
|
|
687
686
|
}
|
|
688
687
|
],
|
|
688
|
+
"appName": "AI Tutor",
|
|
689
689
|
"children": [
|
|
690
690
|
{
|
|
691
|
-
"
|
|
692
|
-
"gap": "lg",
|
|
691
|
+
"direction": "vertical",
|
|
693
692
|
"children": [
|
|
694
693
|
{
|
|
695
|
-
"justify": "between",
|
|
696
|
-
"align": "center",
|
|
697
|
-
"gap": "sm",
|
|
698
|
-
"direction": "horizontal",
|
|
699
|
-
"type": "stack",
|
|
700
694
|
"children": [
|
|
701
695
|
{
|
|
702
696
|
"type": "stack",
|
|
697
|
+
"align": "center",
|
|
698
|
+
"direction": "horizontal",
|
|
703
699
|
"children": [
|
|
704
700
|
{
|
|
705
701
|
"type": "icon",
|
|
706
702
|
"name": "book-open"
|
|
707
703
|
},
|
|
708
704
|
{
|
|
705
|
+
"type": "typography",
|
|
709
706
|
"content": "Lesson: @entity.topic",
|
|
710
|
-
"variant": "h2"
|
|
711
|
-
"type": "typography"
|
|
707
|
+
"variant": "h2"
|
|
712
708
|
}
|
|
713
709
|
],
|
|
714
|
-
"
|
|
715
|
-
"gap": "sm",
|
|
716
|
-
"align": "center"
|
|
710
|
+
"gap": "sm"
|
|
717
711
|
},
|
|
718
712
|
{
|
|
719
713
|
"type": "badge",
|
|
720
714
|
"label": "@entity.studentLevel"
|
|
721
715
|
}
|
|
722
|
-
]
|
|
716
|
+
],
|
|
717
|
+
"type": "stack",
|
|
718
|
+
"justify": "between",
|
|
719
|
+
"direction": "horizontal",
|
|
720
|
+
"align": "center",
|
|
721
|
+
"gap": "sm"
|
|
723
722
|
},
|
|
724
723
|
{
|
|
725
724
|
"type": "divider"
|
|
@@ -729,20 +728,21 @@
|
|
|
729
728
|
"children": [
|
|
730
729
|
{
|
|
731
730
|
"gap": "md",
|
|
731
|
+
"type": "stack",
|
|
732
732
|
"direction": "vertical",
|
|
733
733
|
"children": [
|
|
734
734
|
{
|
|
735
|
-
"
|
|
735
|
+
"content": "@entity.explanation",
|
|
736
736
|
"type": "typography",
|
|
737
|
-
"
|
|
737
|
+
"variant": "body"
|
|
738
738
|
}
|
|
739
|
-
]
|
|
740
|
-
"type": "stack"
|
|
739
|
+
]
|
|
741
740
|
}
|
|
742
741
|
]
|
|
743
742
|
},
|
|
744
743
|
{
|
|
745
744
|
"type": "stack",
|
|
745
|
+
"direction": "horizontal",
|
|
746
746
|
"gap": "sm",
|
|
747
747
|
"children": [
|
|
748
748
|
{
|
|
@@ -753,39 +753,39 @@
|
|
|
753
753
|
"variant": "primary"
|
|
754
754
|
},
|
|
755
755
|
{
|
|
756
|
+
"action": "EXPLAIN_MORE",
|
|
756
757
|
"type": "button",
|
|
757
758
|
"label": "Explain More",
|
|
758
|
-
"
|
|
759
|
-
"icon": "book-open"
|
|
760
|
-
"variant": "secondary"
|
|
759
|
+
"variant": "secondary",
|
|
760
|
+
"icon": "book-open"
|
|
761
761
|
},
|
|
762
762
|
{
|
|
763
|
-
"icon": "rotate-ccw",
|
|
764
763
|
"action": "RESET",
|
|
765
764
|
"variant": "ghost",
|
|
765
|
+
"icon": "rotate-ccw",
|
|
766
766
|
"type": "button",
|
|
767
767
|
"label": "New Topic"
|
|
768
768
|
}
|
|
769
|
-
]
|
|
770
|
-
"direction": "horizontal"
|
|
769
|
+
]
|
|
771
770
|
},
|
|
772
771
|
{
|
|
773
772
|
"gap": "xs",
|
|
774
|
-
"type": "stack",
|
|
775
|
-
"direction": "horizontal",
|
|
776
773
|
"children": [
|
|
777
774
|
{
|
|
778
|
-
"
|
|
779
|
-
"
|
|
775
|
+
"type": "badge",
|
|
776
|
+
"label": "@entity.questionsAsked"
|
|
780
777
|
},
|
|
781
778
|
{
|
|
782
|
-
"
|
|
783
|
-
"
|
|
779
|
+
"label": "@entity.correctAnswers",
|
|
780
|
+
"type": "badge"
|
|
784
781
|
}
|
|
785
|
-
]
|
|
782
|
+
],
|
|
783
|
+
"type": "stack",
|
|
784
|
+
"direction": "horizontal"
|
|
786
785
|
}
|
|
787
786
|
],
|
|
788
|
-
"
|
|
787
|
+
"type": "stack",
|
|
788
|
+
"gap": "lg"
|
|
789
789
|
}
|
|
790
790
|
],
|
|
791
791
|
"type": "dashboard-layout"
|
|
@@ -806,20 +806,22 @@
|
|
|
806
806
|
"render-ui",
|
|
807
807
|
"main",
|
|
808
808
|
{
|
|
809
|
+
"appName": "AI Tutor",
|
|
810
|
+
"type": "dashboard-layout",
|
|
809
811
|
"navItems": [
|
|
810
812
|
{
|
|
811
|
-
"href": "/teach",
|
|
812
813
|
"icon": "book-open",
|
|
814
|
+
"href": "/teach",
|
|
813
815
|
"label": "Teach"
|
|
814
816
|
},
|
|
815
817
|
{
|
|
816
818
|
"label": "Quiz",
|
|
817
|
-
"
|
|
818
|
-
"
|
|
819
|
+
"icon": "help-circle",
|
|
820
|
+
"href": "/quiz"
|
|
819
821
|
},
|
|
820
822
|
{
|
|
821
|
-
"label": "Concepts",
|
|
822
823
|
"icon": "brain",
|
|
824
|
+
"label": "Concepts",
|
|
823
825
|
"href": "/concepts"
|
|
824
826
|
}
|
|
825
827
|
],
|
|
@@ -829,34 +831,34 @@
|
|
|
829
831
|
"direction": "vertical",
|
|
830
832
|
"children": [
|
|
831
833
|
{
|
|
834
|
+
"type": "stack",
|
|
832
835
|
"direction": "horizontal",
|
|
833
|
-
"
|
|
836
|
+
"align": "center",
|
|
837
|
+
"justify": "between",
|
|
834
838
|
"children": [
|
|
835
839
|
{
|
|
836
|
-
"type": "stack",
|
|
837
|
-
"direction": "horizontal",
|
|
838
|
-
"align": "center",
|
|
839
|
-
"gap": "sm",
|
|
840
840
|
"children": [
|
|
841
841
|
{
|
|
842
|
-
"
|
|
843
|
-
"
|
|
842
|
+
"type": "icon",
|
|
843
|
+
"name": "book-open"
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
|
+
"content": "Lesson: @entity.topic",
|
|
846
847
|
"type": "typography",
|
|
847
|
-
"variant": "h2"
|
|
848
|
-
"content": "Lesson: @entity.topic"
|
|
848
|
+
"variant": "h2"
|
|
849
849
|
}
|
|
850
|
-
]
|
|
850
|
+
],
|
|
851
|
+
"direction": "horizontal",
|
|
852
|
+
"type": "stack",
|
|
853
|
+
"gap": "sm",
|
|
854
|
+
"align": "center"
|
|
851
855
|
},
|
|
852
856
|
{
|
|
853
857
|
"type": "badge",
|
|
854
858
|
"label": "@entity.studentLevel"
|
|
855
859
|
}
|
|
856
860
|
],
|
|
857
|
-
"
|
|
858
|
-
"align": "center",
|
|
859
|
-
"justify": "between"
|
|
861
|
+
"gap": "sm"
|
|
860
862
|
},
|
|
861
863
|
{
|
|
862
864
|
"type": "divider"
|
|
@@ -867,66 +869,64 @@
|
|
|
867
869
|
{
|
|
868
870
|
"direction": "vertical",
|
|
869
871
|
"gap": "md",
|
|
870
|
-
"type": "stack",
|
|
871
872
|
"children": [
|
|
872
873
|
{
|
|
873
874
|
"type": "typography",
|
|
874
875
|
"content": "@entity.explanation",
|
|
875
876
|
"variant": "body"
|
|
876
877
|
}
|
|
877
|
-
]
|
|
878
|
+
],
|
|
879
|
+
"type": "stack"
|
|
878
880
|
}
|
|
879
881
|
]
|
|
880
882
|
},
|
|
881
883
|
{
|
|
884
|
+
"gap": "sm",
|
|
885
|
+
"type": "stack",
|
|
882
886
|
"children": [
|
|
883
887
|
{
|
|
884
|
-
"type": "button",
|
|
885
888
|
"action": "START_QUIZ",
|
|
886
|
-
"variant": "primary",
|
|
887
889
|
"icon": "help-circle",
|
|
890
|
+
"type": "button",
|
|
891
|
+
"variant": "primary",
|
|
888
892
|
"label": "Quiz Me"
|
|
889
893
|
},
|
|
890
894
|
{
|
|
891
|
-
"
|
|
895
|
+
"label": "Explain More",
|
|
892
896
|
"type": "button",
|
|
897
|
+
"icon": "book-open",
|
|
893
898
|
"action": "EXPLAIN_MORE",
|
|
894
|
-
"variant": "secondary"
|
|
895
|
-
"label": "Explain More"
|
|
899
|
+
"variant": "secondary"
|
|
896
900
|
},
|
|
897
901
|
{
|
|
898
|
-
"label": "New Topic",
|
|
899
|
-
"type": "button",
|
|
900
|
-
"variant": "ghost",
|
|
901
902
|
"action": "RESET",
|
|
902
|
-
"
|
|
903
|
+
"variant": "ghost",
|
|
904
|
+
"type": "button",
|
|
905
|
+
"icon": "rotate-ccw",
|
|
906
|
+
"label": "New Topic"
|
|
903
907
|
}
|
|
904
908
|
],
|
|
905
|
-
"direction": "horizontal"
|
|
906
|
-
"gap": "sm",
|
|
907
|
-
"type": "stack"
|
|
909
|
+
"direction": "horizontal"
|
|
908
910
|
},
|
|
909
911
|
{
|
|
910
|
-
"gap": "xs",
|
|
911
912
|
"type": "stack",
|
|
912
|
-
"direction": "horizontal",
|
|
913
913
|
"children": [
|
|
914
914
|
{
|
|
915
915
|
"type": "badge",
|
|
916
916
|
"label": "@entity.questionsAsked"
|
|
917
917
|
},
|
|
918
918
|
{
|
|
919
|
-
"
|
|
920
|
-
"
|
|
919
|
+
"type": "badge",
|
|
920
|
+
"label": "@entity.correctAnswers"
|
|
921
921
|
}
|
|
922
|
-
]
|
|
922
|
+
],
|
|
923
|
+
"direction": "horizontal",
|
|
924
|
+
"gap": "xs"
|
|
923
925
|
}
|
|
924
926
|
],
|
|
925
927
|
"type": "stack"
|
|
926
928
|
}
|
|
927
|
-
]
|
|
928
|
-
"type": "dashboard-layout",
|
|
929
|
-
"appName": "AI Tutor"
|
|
929
|
+
]
|
|
930
930
|
}
|
|
931
931
|
]
|
|
932
932
|
]
|
|
@@ -965,27 +965,26 @@
|
|
|
965
965
|
"render-ui",
|
|
966
966
|
"main",
|
|
967
967
|
{
|
|
968
|
-
"type": "dashboard-layout",
|
|
969
968
|
"children": [
|
|
970
969
|
{
|
|
971
|
-
"
|
|
970
|
+
"gap": "lg",
|
|
972
971
|
"children": [
|
|
973
972
|
{
|
|
974
|
-
"align": "center",
|
|
975
973
|
"type": "stack",
|
|
976
974
|
"gap": "sm",
|
|
977
|
-
"
|
|
975
|
+
"align": "center",
|
|
978
976
|
"children": [
|
|
979
977
|
{
|
|
980
|
-
"
|
|
981
|
-
"
|
|
978
|
+
"name": "graduation-cap",
|
|
979
|
+
"type": "icon"
|
|
982
980
|
},
|
|
983
981
|
{
|
|
984
|
-
"
|
|
982
|
+
"content": "Tutor",
|
|
985
983
|
"variant": "h2",
|
|
986
|
-
"
|
|
984
|
+
"type": "typography"
|
|
987
985
|
}
|
|
988
|
-
]
|
|
986
|
+
],
|
|
987
|
+
"direction": "horizontal"
|
|
989
988
|
},
|
|
990
989
|
{
|
|
991
990
|
"type": "divider"
|
|
@@ -994,34 +993,35 @@
|
|
|
994
993
|
"type": "card",
|
|
995
994
|
"children": [
|
|
996
995
|
{
|
|
996
|
+
"gap": "md",
|
|
997
997
|
"children": [
|
|
998
998
|
{
|
|
999
|
-
"type": "typography",
|
|
1000
999
|
"content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
|
|
1000
|
+
"type": "typography",
|
|
1001
1001
|
"variant": "body"
|
|
1002
1002
|
},
|
|
1003
1003
|
{
|
|
1004
|
-
"mode": "edit",
|
|
1005
1004
|
"type": "form-section",
|
|
1006
1005
|
"submitEvent": "START_SESSION",
|
|
1007
1006
|
"fields": [
|
|
1008
1007
|
"topic"
|
|
1009
1008
|
],
|
|
1010
|
-
"entity": "@entity"
|
|
1009
|
+
"entity": "@entity",
|
|
1010
|
+
"mode": "edit"
|
|
1011
1011
|
}
|
|
1012
1012
|
],
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1015
|
-
"direction": "vertical"
|
|
1013
|
+
"direction": "vertical",
|
|
1014
|
+
"type": "stack"
|
|
1016
1015
|
}
|
|
1017
1016
|
]
|
|
1018
1017
|
}
|
|
1019
1018
|
],
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1019
|
+
"type": "stack",
|
|
1020
|
+
"direction": "vertical"
|
|
1022
1021
|
}
|
|
1023
1022
|
],
|
|
1024
1023
|
"appName": "AI Tutor",
|
|
1024
|
+
"type": "dashboard-layout",
|
|
1025
1025
|
"navItems": [
|
|
1026
1026
|
{
|
|
1027
1027
|
"label": "Teach",
|
|
@@ -1034,9 +1034,9 @@
|
|
|
1034
1034
|
"href": "/quiz"
|
|
1035
1035
|
},
|
|
1036
1036
|
{
|
|
1037
|
-
"href": "/concepts",
|
|
1038
1037
|
"icon": "brain",
|
|
1039
|
-
"label": "Concepts"
|
|
1038
|
+
"label": "Concepts",
|
|
1039
|
+
"href": "/concepts"
|
|
1040
1040
|
}
|
|
1041
1041
|
]
|
|
1042
1042
|
}
|
|
@@ -1257,15 +1257,16 @@
|
|
|
1257
1257
|
"main",
|
|
1258
1258
|
{
|
|
1259
1259
|
"type": "dashboard-layout",
|
|
1260
|
+
"appName": "AI Tutor",
|
|
1260
1261
|
"navItems": [
|
|
1261
1262
|
{
|
|
1263
|
+
"href": "/teach",
|
|
1262
1264
|
"icon": "book-open",
|
|
1263
|
-
"label": "Teach"
|
|
1264
|
-
"href": "/teach"
|
|
1265
|
+
"label": "Teach"
|
|
1265
1266
|
},
|
|
1266
1267
|
{
|
|
1267
|
-
"label": "Quiz",
|
|
1268
1268
|
"href": "/quiz",
|
|
1269
|
+
"label": "Quiz",
|
|
1269
1270
|
"icon": "help-circle"
|
|
1270
1271
|
},
|
|
1271
1272
|
{
|
|
@@ -1276,14 +1277,10 @@
|
|
|
1276
1277
|
],
|
|
1277
1278
|
"children": [
|
|
1278
1279
|
{
|
|
1279
|
-
"direction": "vertical",
|
|
1280
|
-
"type": "stack",
|
|
1281
|
-
"gap": "lg",
|
|
1282
1280
|
"children": [
|
|
1283
1281
|
{
|
|
1284
|
-
"direction": "horizontal",
|
|
1285
|
-
"gap": "sm",
|
|
1286
1282
|
"type": "stack",
|
|
1283
|
+
"direction": "horizontal",
|
|
1287
1284
|
"align": "center",
|
|
1288
1285
|
"children": [
|
|
1289
1286
|
{
|
|
@@ -1291,11 +1288,12 @@
|
|
|
1291
1288
|
"name": "help-circle"
|
|
1292
1289
|
},
|
|
1293
1290
|
{
|
|
1294
|
-
"content": "Quiz",
|
|
1295
1291
|
"variant": "h2",
|
|
1292
|
+
"content": "Quiz",
|
|
1296
1293
|
"type": "typography"
|
|
1297
1294
|
}
|
|
1298
|
-
]
|
|
1295
|
+
],
|
|
1296
|
+
"gap": "sm"
|
|
1299
1297
|
},
|
|
1300
1298
|
{
|
|
1301
1299
|
"type": "divider"
|
|
@@ -1305,10 +1303,12 @@
|
|
|
1305
1303
|
"type": "typography",
|
|
1306
1304
|
"variant": "body"
|
|
1307
1305
|
}
|
|
1308
|
-
]
|
|
1306
|
+
],
|
|
1307
|
+
"type": "stack",
|
|
1308
|
+
"direction": "vertical",
|
|
1309
|
+
"gap": "lg"
|
|
1309
1310
|
}
|
|
1310
|
-
]
|
|
1311
|
-
"appName": "AI Tutor"
|
|
1311
|
+
]
|
|
1312
1312
|
}
|
|
1313
1313
|
]
|
|
1314
1314
|
]
|
|
@@ -1331,26 +1331,45 @@
|
|
|
1331
1331
|
"render-ui",
|
|
1332
1332
|
"main",
|
|
1333
1333
|
{
|
|
1334
|
+
"appName": "AI Tutor",
|
|
1335
|
+
"type": "dashboard-layout",
|
|
1336
|
+
"navItems": [
|
|
1337
|
+
{
|
|
1338
|
+
"icon": "book-open",
|
|
1339
|
+
"label": "Teach",
|
|
1340
|
+
"href": "/teach"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"href": "/quiz",
|
|
1344
|
+
"icon": "help-circle",
|
|
1345
|
+
"label": "Quiz"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"icon": "brain",
|
|
1349
|
+
"href": "/concepts",
|
|
1350
|
+
"label": "Concepts"
|
|
1351
|
+
}
|
|
1352
|
+
],
|
|
1334
1353
|
"children": [
|
|
1335
1354
|
{
|
|
1336
|
-
"
|
|
1355
|
+
"gap": "lg",
|
|
1337
1356
|
"children": [
|
|
1338
1357
|
{
|
|
1358
|
+
"gap": "sm",
|
|
1359
|
+
"type": "stack",
|
|
1360
|
+
"direction": "horizontal",
|
|
1339
1361
|
"children": [
|
|
1340
1362
|
{
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1363
|
+
"type": "icon",
|
|
1364
|
+
"name": "help-circle"
|
|
1343
1365
|
},
|
|
1344
1366
|
{
|
|
1367
|
+
"type": "typography",
|
|
1345
1368
|
"variant": "h2",
|
|
1346
|
-
"content": "Quiz Question"
|
|
1347
|
-
"type": "typography"
|
|
1369
|
+
"content": "Quiz Question"
|
|
1348
1370
|
}
|
|
1349
1371
|
],
|
|
1350
|
-
"align": "center"
|
|
1351
|
-
"direction": "horizontal",
|
|
1352
|
-
"type": "stack",
|
|
1353
|
-
"gap": "sm"
|
|
1372
|
+
"align": "center"
|
|
1354
1373
|
},
|
|
1355
1374
|
{
|
|
1356
1375
|
"type": "divider"
|
|
@@ -1358,9 +1377,8 @@
|
|
|
1358
1377
|
{
|
|
1359
1378
|
"children": [
|
|
1360
1379
|
{
|
|
1361
|
-
"direction": "vertical",
|
|
1362
|
-
"gap": "md",
|
|
1363
1380
|
"type": "stack",
|
|
1381
|
+
"gap": "md",
|
|
1364
1382
|
"children": [
|
|
1365
1383
|
{
|
|
1366
1384
|
"content": "@entity.question",
|
|
@@ -1368,48 +1386,30 @@
|
|
|
1368
1386
|
"type": "typography"
|
|
1369
1387
|
},
|
|
1370
1388
|
{
|
|
1371
|
-
"type": "typography",
|
|
1372
1389
|
"content": "@entity.options",
|
|
1390
|
+
"type": "typography",
|
|
1373
1391
|
"variant": "body"
|
|
1374
1392
|
},
|
|
1375
1393
|
{
|
|
1376
|
-
"
|
|
1394
|
+
"submitEvent": "SUBMIT_ANSWER",
|
|
1377
1395
|
"type": "form-section",
|
|
1378
|
-
"entity": "@entity",
|
|
1379
1396
|
"fields": [
|
|
1380
1397
|
"studentAnswer"
|
|
1381
1398
|
],
|
|
1382
|
-
"
|
|
1399
|
+
"entity": "@entity",
|
|
1400
|
+
"mode": "edit"
|
|
1383
1401
|
}
|
|
1384
|
-
]
|
|
1402
|
+
],
|
|
1403
|
+
"direction": "vertical"
|
|
1385
1404
|
}
|
|
1386
1405
|
],
|
|
1387
1406
|
"type": "card"
|
|
1388
1407
|
}
|
|
1389
1408
|
],
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1392
|
-
}
|
|
1393
|
-
],
|
|
1394
|
-
"type": "dashboard-layout",
|
|
1395
|
-
"navItems": [
|
|
1396
|
-
{
|
|
1397
|
-
"label": "Teach",
|
|
1398
|
-
"href": "/teach",
|
|
1399
|
-
"icon": "book-open"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"label": "Quiz",
|
|
1403
|
-
"href": "/quiz",
|
|
1404
|
-
"icon": "help-circle"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"href": "/concepts",
|
|
1408
|
-
"label": "Concepts",
|
|
1409
|
-
"icon": "brain"
|
|
1409
|
+
"type": "stack",
|
|
1410
|
+
"direction": "vertical"
|
|
1410
1411
|
}
|
|
1411
|
-
]
|
|
1412
|
-
"appName": "AI Tutor"
|
|
1412
|
+
]
|
|
1413
1413
|
}
|
|
1414
1414
|
]
|
|
1415
1415
|
]
|
|
@@ -1428,27 +1428,47 @@
|
|
|
1428
1428
|
"render-ui",
|
|
1429
1429
|
"main",
|
|
1430
1430
|
{
|
|
1431
|
+
"type": "dashboard-layout",
|
|
1432
|
+
"navItems": [
|
|
1433
|
+
{
|
|
1434
|
+
"icon": "book-open",
|
|
1435
|
+
"label": "Teach",
|
|
1436
|
+
"href": "/teach"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"label": "Quiz",
|
|
1440
|
+
"icon": "help-circle",
|
|
1441
|
+
"href": "/quiz"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"href": "/concepts",
|
|
1445
|
+
"icon": "brain",
|
|
1446
|
+
"label": "Concepts"
|
|
1447
|
+
}
|
|
1448
|
+
],
|
|
1449
|
+
"appName": "AI Tutor",
|
|
1431
1450
|
"children": [
|
|
1432
1451
|
{
|
|
1433
|
-
"
|
|
1452
|
+
"direction": "vertical",
|
|
1434
1453
|
"gap": "lg",
|
|
1454
|
+
"type": "stack",
|
|
1435
1455
|
"children": [
|
|
1436
1456
|
{
|
|
1457
|
+
"direction": "horizontal",
|
|
1437
1458
|
"type": "stack",
|
|
1438
1459
|
"gap": "sm",
|
|
1460
|
+
"align": "center",
|
|
1439
1461
|
"children": [
|
|
1440
1462
|
{
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1463
|
+
"name": "help-circle",
|
|
1464
|
+
"type": "icon"
|
|
1443
1465
|
},
|
|
1444
1466
|
{
|
|
1445
|
-
"type": "typography",
|
|
1446
1467
|
"variant": "h2",
|
|
1468
|
+
"type": "typography",
|
|
1447
1469
|
"content": "Quiz Question"
|
|
1448
1470
|
}
|
|
1449
|
-
]
|
|
1450
|
-
"direction": "horizontal",
|
|
1451
|
-
"align": "center"
|
|
1471
|
+
]
|
|
1452
1472
|
},
|
|
1453
1473
|
{
|
|
1454
1474
|
"type": "divider"
|
|
@@ -1457,56 +1477,36 @@
|
|
|
1457
1477
|
"type": "card",
|
|
1458
1478
|
"children": [
|
|
1459
1479
|
{
|
|
1460
|
-
"gap": "md",
|
|
1461
|
-
"type": "stack",
|
|
1462
1480
|
"direction": "vertical",
|
|
1481
|
+
"type": "stack",
|
|
1482
|
+
"gap": "md",
|
|
1463
1483
|
"children": [
|
|
1464
1484
|
{
|
|
1465
|
-
"content": "@entity.question",
|
|
1466
1485
|
"type": "typography",
|
|
1486
|
+
"content": "@entity.question",
|
|
1467
1487
|
"variant": "h3"
|
|
1468
1488
|
},
|
|
1469
1489
|
{
|
|
1470
|
-
"content": "@entity.options",
|
|
1471
1490
|
"variant": "body",
|
|
1472
|
-
"type": "typography"
|
|
1491
|
+
"type": "typography",
|
|
1492
|
+
"content": "@entity.options"
|
|
1473
1493
|
},
|
|
1474
1494
|
{
|
|
1475
|
-
"
|
|
1495
|
+
"type": "form-section",
|
|
1476
1496
|
"fields": [
|
|
1477
1497
|
"studentAnswer"
|
|
1478
1498
|
],
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1499
|
+
"submitEvent": "SUBMIT_ANSWER",
|
|
1500
|
+
"mode": "edit",
|
|
1501
|
+
"entity": "@entity"
|
|
1482
1502
|
}
|
|
1483
1503
|
]
|
|
1484
1504
|
}
|
|
1485
1505
|
]
|
|
1486
1506
|
}
|
|
1487
|
-
]
|
|
1488
|
-
"direction": "vertical"
|
|
1489
|
-
}
|
|
1490
|
-
],
|
|
1491
|
-
"navItems": [
|
|
1492
|
-
{
|
|
1493
|
-
"icon": "book-open",
|
|
1494
|
-
"label": "Teach",
|
|
1495
|
-
"href": "/teach"
|
|
1496
|
-
},
|
|
1497
|
-
{
|
|
1498
|
-
"label": "Quiz",
|
|
1499
|
-
"icon": "help-circle",
|
|
1500
|
-
"href": "/quiz"
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"label": "Concepts",
|
|
1504
|
-
"icon": "brain",
|
|
1505
|
-
"href": "/concepts"
|
|
1507
|
+
]
|
|
1506
1508
|
}
|
|
1507
|
-
]
|
|
1508
|
-
"appName": "AI Tutor",
|
|
1509
|
-
"type": "dashboard-layout"
|
|
1509
|
+
]
|
|
1510
1510
|
}
|
|
1511
1511
|
]
|
|
1512
1512
|
]
|
|
@@ -1538,16 +1538,32 @@
|
|
|
1538
1538
|
"render-ui",
|
|
1539
1539
|
"main",
|
|
1540
1540
|
{
|
|
1541
|
+
"type": "dashboard-layout",
|
|
1542
|
+
"navItems": [
|
|
1543
|
+
{
|
|
1544
|
+
"label": "Teach",
|
|
1545
|
+
"href": "/teach",
|
|
1546
|
+
"icon": "book-open"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"href": "/quiz",
|
|
1550
|
+
"icon": "help-circle",
|
|
1551
|
+
"label": "Quiz"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"label": "Concepts",
|
|
1555
|
+
"href": "/concepts",
|
|
1556
|
+
"icon": "brain"
|
|
1557
|
+
}
|
|
1558
|
+
],
|
|
1559
|
+
"appName": "AI Tutor",
|
|
1541
1560
|
"children": [
|
|
1542
1561
|
{
|
|
1543
|
-
"direction": "vertical",
|
|
1544
|
-
"gap": "lg",
|
|
1545
|
-
"type": "stack",
|
|
1546
1562
|
"children": [
|
|
1547
1563
|
{
|
|
1548
|
-
"type": "stack",
|
|
1549
1564
|
"direction": "horizontal",
|
|
1550
1565
|
"gap": "sm",
|
|
1566
|
+
"type": "stack",
|
|
1551
1567
|
"align": "center",
|
|
1552
1568
|
"children": [
|
|
1553
1569
|
{
|
|
@@ -1555,9 +1571,9 @@
|
|
|
1555
1571
|
"type": "icon"
|
|
1556
1572
|
},
|
|
1557
1573
|
{
|
|
1558
|
-
"content": "Answer Review",
|
|
1559
1574
|
"variant": "h2",
|
|
1560
|
-
"type": "typography"
|
|
1575
|
+
"type": "typography",
|
|
1576
|
+
"content": "Answer Review"
|
|
1561
1577
|
}
|
|
1562
1578
|
]
|
|
1563
1579
|
},
|
|
@@ -1568,18 +1584,20 @@
|
|
|
1568
1584
|
"type": "card",
|
|
1569
1585
|
"children": [
|
|
1570
1586
|
{
|
|
1587
|
+
"gap": "md",
|
|
1571
1588
|
"direction": "vertical",
|
|
1589
|
+
"type": "stack",
|
|
1572
1590
|
"children": [
|
|
1573
1591
|
{
|
|
1592
|
+
"type": "stack",
|
|
1593
|
+
"direction": "horizontal",
|
|
1594
|
+
"gap": "sm",
|
|
1574
1595
|
"children": [
|
|
1575
1596
|
{
|
|
1576
|
-
"
|
|
1577
|
-
"
|
|
1597
|
+
"label": "@entity.isCorrect",
|
|
1598
|
+
"type": "badge"
|
|
1578
1599
|
}
|
|
1579
|
-
]
|
|
1580
|
-
"direction": "horizontal",
|
|
1581
|
-
"type": "stack",
|
|
1582
|
-
"gap": "sm"
|
|
1600
|
+
]
|
|
1583
1601
|
},
|
|
1584
1602
|
{
|
|
1585
1603
|
"type": "typography",
|
|
@@ -1588,63 +1606,45 @@
|
|
|
1588
1606
|
},
|
|
1589
1607
|
{
|
|
1590
1608
|
"variant": "caption",
|
|
1591
|
-
"
|
|
1592
|
-
"
|
|
1609
|
+
"content": "Correct answer",
|
|
1610
|
+
"type": "typography"
|
|
1593
1611
|
},
|
|
1594
1612
|
{
|
|
1595
1613
|
"content": "@entity.correctAnswer",
|
|
1596
|
-
"
|
|
1597
|
-
"
|
|
1614
|
+
"variant": "body",
|
|
1615
|
+
"type": "typography"
|
|
1598
1616
|
}
|
|
1599
|
-
]
|
|
1600
|
-
"gap": "md",
|
|
1601
|
-
"type": "stack"
|
|
1617
|
+
]
|
|
1602
1618
|
}
|
|
1603
1619
|
]
|
|
1604
1620
|
},
|
|
1605
1621
|
{
|
|
1622
|
+
"type": "stack",
|
|
1623
|
+
"gap": "sm",
|
|
1624
|
+
"direction": "horizontal",
|
|
1606
1625
|
"children": [
|
|
1607
1626
|
{
|
|
1627
|
+
"type": "button",
|
|
1608
1628
|
"label": "Next Question",
|
|
1609
|
-
"action": "NEXT_QUESTION",
|
|
1610
|
-
"variant": "primary",
|
|
1611
1629
|
"icon": "arrow-right",
|
|
1612
|
-
"
|
|
1630
|
+
"variant": "primary",
|
|
1631
|
+
"action": "NEXT_QUESTION"
|
|
1613
1632
|
},
|
|
1614
1633
|
{
|
|
1615
|
-
"variant": "ghost",
|
|
1616
|
-
"icon": "book-open",
|
|
1617
1634
|
"label": "Back to Lesson",
|
|
1618
|
-
"
|
|
1619
|
-
"action": "BACK_TO_LESSON"
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
"type": "dashboard-layout",
|
|
1630
|
-
"navItems": [
|
|
1631
|
-
{
|
|
1632
|
-
"label": "Teach",
|
|
1633
|
-
"href": "/teach",
|
|
1634
|
-
"icon": "book-open"
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"href": "/quiz",
|
|
1638
|
-
"icon": "help-circle",
|
|
1639
|
-
"label": "Quiz"
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"label": "Concepts",
|
|
1643
|
-
"href": "/concepts",
|
|
1644
|
-
"icon": "brain"
|
|
1635
|
+
"variant": "ghost",
|
|
1636
|
+
"action": "BACK_TO_LESSON",
|
|
1637
|
+
"type": "button",
|
|
1638
|
+
"icon": "book-open"
|
|
1639
|
+
}
|
|
1640
|
+
]
|
|
1641
|
+
}
|
|
1642
|
+
],
|
|
1643
|
+
"type": "stack",
|
|
1644
|
+
"gap": "lg",
|
|
1645
|
+
"direction": "vertical"
|
|
1645
1646
|
}
|
|
1646
|
-
]
|
|
1647
|
-
"appName": "AI Tutor"
|
|
1647
|
+
]
|
|
1648
1648
|
}
|
|
1649
1649
|
]
|
|
1650
1650
|
]
|
|
@@ -1679,62 +1679,62 @@
|
|
|
1679
1679
|
{
|
|
1680
1680
|
"children": [
|
|
1681
1681
|
{
|
|
1682
|
+
"gap": "lg",
|
|
1682
1683
|
"type": "stack",
|
|
1684
|
+
"direction": "vertical",
|
|
1683
1685
|
"children": [
|
|
1684
1686
|
{
|
|
1685
|
-
"gap": "sm",
|
|
1686
|
-
"direction": "horizontal",
|
|
1687
1687
|
"type": "stack",
|
|
1688
|
-
"align": "center",
|
|
1689
1688
|
"children": [
|
|
1690
1689
|
{
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1690
|
+
"name": "help-circle",
|
|
1691
|
+
"type": "icon"
|
|
1693
1692
|
},
|
|
1694
1693
|
{
|
|
1695
1694
|
"variant": "h2",
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
1695
|
+
"type": "typography",
|
|
1696
|
+
"content": "Quiz Question"
|
|
1698
1697
|
}
|
|
1699
|
-
]
|
|
1698
|
+
],
|
|
1699
|
+
"gap": "sm",
|
|
1700
|
+
"direction": "horizontal",
|
|
1701
|
+
"align": "center"
|
|
1700
1702
|
},
|
|
1701
1703
|
{
|
|
1702
1704
|
"type": "divider"
|
|
1703
1705
|
},
|
|
1704
1706
|
{
|
|
1705
|
-
"type": "card",
|
|
1706
1707
|
"children": [
|
|
1707
1708
|
{
|
|
1708
|
-
"gap": "md",
|
|
1709
|
-
"type": "stack",
|
|
1710
|
-
"direction": "vertical",
|
|
1711
1709
|
"children": [
|
|
1712
1710
|
{
|
|
1713
|
-
"type": "typography",
|
|
1714
1711
|
"content": "@entity.question",
|
|
1712
|
+
"type": "typography",
|
|
1715
1713
|
"variant": "h3"
|
|
1716
1714
|
},
|
|
1717
1715
|
{
|
|
1718
|
-
"type": "typography",
|
|
1719
1716
|
"variant": "body",
|
|
1717
|
+
"type": "typography",
|
|
1720
1718
|
"content": "@entity.options"
|
|
1721
1719
|
},
|
|
1722
1720
|
{
|
|
1721
|
+
"submitEvent": "SUBMIT_ANSWER",
|
|
1722
|
+
"mode": "edit",
|
|
1723
|
+
"type": "form-section",
|
|
1723
1724
|
"entity": "@entity",
|
|
1724
1725
|
"fields": [
|
|
1725
1726
|
"studentAnswer"
|
|
1726
|
-
]
|
|
1727
|
-
"submitEvent": "SUBMIT_ANSWER",
|
|
1728
|
-
"mode": "edit",
|
|
1729
|
-
"type": "form-section"
|
|
1727
|
+
]
|
|
1730
1728
|
}
|
|
1731
|
-
]
|
|
1729
|
+
],
|
|
1730
|
+
"gap": "md",
|
|
1731
|
+
"direction": "vertical",
|
|
1732
|
+
"type": "stack"
|
|
1732
1733
|
}
|
|
1733
|
-
]
|
|
1734
|
+
],
|
|
1735
|
+
"type": "card"
|
|
1734
1736
|
}
|
|
1735
|
-
]
|
|
1736
|
-
"direction": "vertical",
|
|
1737
|
-
"gap": "lg"
|
|
1737
|
+
]
|
|
1738
1738
|
}
|
|
1739
1739
|
],
|
|
1740
1740
|
"type": "dashboard-layout",
|
|
@@ -1742,17 +1742,17 @@
|
|
|
1742
1742
|
"navItems": [
|
|
1743
1743
|
{
|
|
1744
1744
|
"label": "Teach",
|
|
1745
|
-
"
|
|
1746
|
-
"
|
|
1745
|
+
"href": "/teach",
|
|
1746
|
+
"icon": "book-open"
|
|
1747
1747
|
},
|
|
1748
1748
|
{
|
|
1749
|
-
"
|
|
1749
|
+
"href": "/quiz",
|
|
1750
1750
|
"icon": "help-circle",
|
|
1751
|
-
"
|
|
1751
|
+
"label": "Quiz"
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|
|
1754
|
-
"href": "/concepts",
|
|
1755
1754
|
"icon": "brain",
|
|
1755
|
+
"href": "/concepts",
|
|
1756
1756
|
"label": "Concepts"
|
|
1757
1757
|
}
|
|
1758
1758
|
]
|
|
@@ -1774,51 +1774,50 @@
|
|
|
1774
1774
|
"render-ui",
|
|
1775
1775
|
"main",
|
|
1776
1776
|
{
|
|
1777
|
-
"appName": "AI Tutor",
|
|
1778
1777
|
"children": [
|
|
1779
1778
|
{
|
|
1780
|
-
"
|
|
1779
|
+
"direction": "vertical",
|
|
1781
1780
|
"children": [
|
|
1782
1781
|
{
|
|
1782
|
+
"direction": "horizontal",
|
|
1783
|
+
"type": "stack",
|
|
1784
|
+
"align": "center",
|
|
1783
1785
|
"children": [
|
|
1784
1786
|
{
|
|
1785
1787
|
"type": "icon",
|
|
1786
1788
|
"name": "help-circle"
|
|
1787
1789
|
},
|
|
1788
1790
|
{
|
|
1789
|
-
"
|
|
1791
|
+
"type": "typography",
|
|
1790
1792
|
"content": "Quiz",
|
|
1791
|
-
"
|
|
1793
|
+
"variant": "h2"
|
|
1792
1794
|
}
|
|
1793
1795
|
],
|
|
1794
|
-
"gap": "sm"
|
|
1795
|
-
"type": "stack",
|
|
1796
|
-
"direction": "horizontal",
|
|
1797
|
-
"align": "center"
|
|
1796
|
+
"gap": "sm"
|
|
1798
1797
|
},
|
|
1799
1798
|
{
|
|
1800
1799
|
"type": "divider"
|
|
1801
1800
|
},
|
|
1802
1801
|
{
|
|
1803
|
-
"variant": "body",
|
|
1804
1802
|
"type": "typography",
|
|
1805
|
-
"content": "Waiting for a quiz to start..."
|
|
1803
|
+
"content": "Waiting for a quiz to start...",
|
|
1804
|
+
"variant": "body"
|
|
1806
1805
|
}
|
|
1807
1806
|
],
|
|
1808
|
-
"
|
|
1807
|
+
"type": "stack",
|
|
1809
1808
|
"gap": "lg"
|
|
1810
1809
|
}
|
|
1811
1810
|
],
|
|
1812
1811
|
"navItems": [
|
|
1813
1812
|
{
|
|
1814
1813
|
"label": "Teach",
|
|
1815
|
-
"
|
|
1816
|
-
"
|
|
1814
|
+
"href": "/teach",
|
|
1815
|
+
"icon": "book-open"
|
|
1817
1816
|
},
|
|
1818
1817
|
{
|
|
1818
|
+
"icon": "help-circle",
|
|
1819
1819
|
"label": "Quiz",
|
|
1820
|
-
"href": "/quiz"
|
|
1821
|
-
"icon": "help-circle"
|
|
1820
|
+
"href": "/quiz"
|
|
1822
1821
|
},
|
|
1823
1822
|
{
|
|
1824
1823
|
"label": "Concepts",
|
|
@@ -1826,7 +1825,8 @@
|
|
|
1826
1825
|
"icon": "brain"
|
|
1827
1826
|
}
|
|
1828
1827
|
],
|
|
1829
|
-
"type": "dashboard-layout"
|
|
1828
|
+
"type": "dashboard-layout",
|
|
1829
|
+
"appName": "AI Tutor"
|
|
1830
1830
|
}
|
|
1831
1831
|
]
|
|
1832
1832
|
]
|
|
@@ -2068,8 +2068,8 @@
|
|
|
2068
2068
|
"TutorChat",
|
|
2069
2069
|
{
|
|
2070
2070
|
"emit": {
|
|
2071
|
-
"
|
|
2072
|
-
"
|
|
2071
|
+
"failure": "TutorChatLoadFailed",
|
|
2072
|
+
"success": "TutorChatLoaded"
|
|
2073
2073
|
}
|
|
2074
2074
|
}
|
|
2075
2075
|
],
|
|
@@ -2077,22 +2077,22 @@
|
|
|
2077
2077
|
"render-ui",
|
|
2078
2078
|
"main",
|
|
2079
2079
|
{
|
|
2080
|
+
"align": "center",
|
|
2081
|
+
"className": "py-12",
|
|
2080
2082
|
"children": [
|
|
2081
2083
|
{
|
|
2082
2084
|
"type": "spinner"
|
|
2083
2085
|
},
|
|
2084
2086
|
{
|
|
2085
|
-
"
|
|
2086
|
-
"color": "muted",
|
|
2087
|
+
"type": "typography",
|
|
2087
2088
|
"content": "Loading…",
|
|
2088
|
-
"
|
|
2089
|
+
"variant": "caption",
|
|
2090
|
+
"color": "muted"
|
|
2089
2091
|
}
|
|
2090
2092
|
],
|
|
2091
2093
|
"type": "stack",
|
|
2092
|
-
"
|
|
2093
|
-
"
|
|
2094
|
-
"direction": "vertical",
|
|
2095
|
-
"gap": "md"
|
|
2094
|
+
"gap": "md",
|
|
2095
|
+
"direction": "vertical"
|
|
2096
2096
|
}
|
|
2097
2097
|
]
|
|
2098
2098
|
]
|
|
@@ -2106,84 +2106,66 @@
|
|
|
2106
2106
|
"render-ui",
|
|
2107
2107
|
"main",
|
|
2108
2108
|
{
|
|
2109
|
-
"
|
|
2110
|
-
"navItems": [
|
|
2111
|
-
{
|
|
2112
|
-
"icon": "book-open",
|
|
2113
|
-
"label": "Teach",
|
|
2114
|
-
"href": "/teach"
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"label": "Quiz",
|
|
2118
|
-
"href": "/quiz",
|
|
2119
|
-
"icon": "help-circle"
|
|
2120
|
-
},
|
|
2121
|
-
{
|
|
2122
|
-
"href": "/concepts",
|
|
2123
|
-
"label": "Concepts",
|
|
2124
|
-
"icon": "brain"
|
|
2125
|
-
}
|
|
2126
|
-
],
|
|
2109
|
+
"type": "dashboard-layout",
|
|
2127
2110
|
"children": [
|
|
2128
2111
|
{
|
|
2129
|
-
"direction": "vertical",
|
|
2130
|
-
"gap": "lg",
|
|
2131
|
-
"type": "stack",
|
|
2132
2112
|
"children": [
|
|
2133
2113
|
{
|
|
2114
|
+
"justify": "between",
|
|
2115
|
+
"align": "center",
|
|
2116
|
+
"direction": "horizontal",
|
|
2117
|
+
"gap": "sm",
|
|
2134
2118
|
"type": "stack",
|
|
2135
2119
|
"children": [
|
|
2136
2120
|
{
|
|
2137
|
-
"
|
|
2138
|
-
"direction": "horizontal",
|
|
2121
|
+
"gap": "sm",
|
|
2139
2122
|
"children": [
|
|
2140
2123
|
{
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2124
|
+
"name": "message-circle",
|
|
2125
|
+
"type": "icon"
|
|
2143
2126
|
},
|
|
2144
2127
|
{
|
|
2145
2128
|
"type": "typography",
|
|
2146
|
-
"
|
|
2147
|
-
"
|
|
2129
|
+
"content": "TutorChat Thread",
|
|
2130
|
+
"variant": "h2"
|
|
2148
2131
|
}
|
|
2149
2132
|
],
|
|
2150
|
-
"
|
|
2151
|
-
"align": "center"
|
|
2133
|
+
"direction": "horizontal",
|
|
2134
|
+
"align": "center",
|
|
2135
|
+
"type": "stack"
|
|
2152
2136
|
},
|
|
2153
2137
|
{
|
|
2154
|
-
"
|
|
2138
|
+
"variant": "primary",
|
|
2155
2139
|
"type": "button",
|
|
2156
|
-
"
|
|
2140
|
+
"icon": "plus",
|
|
2157
2141
|
"action": "COMPOSE",
|
|
2158
|
-
"
|
|
2142
|
+
"label": "New Message"
|
|
2159
2143
|
}
|
|
2160
|
-
]
|
|
2161
|
-
"direction": "horizontal",
|
|
2162
|
-
"gap": "sm",
|
|
2163
|
-
"align": "center",
|
|
2164
|
-
"justify": "between"
|
|
2144
|
+
]
|
|
2165
2145
|
},
|
|
2166
2146
|
{
|
|
2167
2147
|
"type": "divider"
|
|
2168
2148
|
},
|
|
2169
2149
|
{
|
|
2170
|
-
"type": "data-list",
|
|
2171
2150
|
"fields": [],
|
|
2172
|
-
"
|
|
2151
|
+
"type": "data-list",
|
|
2173
2152
|
"renderItem": [
|
|
2174
2153
|
"fn",
|
|
2175
2154
|
"item",
|
|
2176
2155
|
{
|
|
2156
|
+
"direction": "vertical",
|
|
2177
2157
|
"type": "stack",
|
|
2178
2158
|
"gap": "xs",
|
|
2179
2159
|
"children": [
|
|
2180
2160
|
{
|
|
2181
|
-
"type": "stack",
|
|
2182
2161
|
"direction": "horizontal",
|
|
2162
|
+
"align": "center",
|
|
2163
|
+
"gap": "sm",
|
|
2164
|
+
"type": "stack",
|
|
2183
2165
|
"children": [
|
|
2184
2166
|
{
|
|
2185
|
-
"
|
|
2186
|
-
"
|
|
2167
|
+
"label": "@item.role",
|
|
2168
|
+
"type": "badge"
|
|
2187
2169
|
},
|
|
2188
2170
|
{
|
|
2189
2171
|
"variant": "outline",
|
|
@@ -2196,24 +2178,42 @@
|
|
|
2196
2178
|
"color": "muted",
|
|
2197
2179
|
"content": "@item.timestamp"
|
|
2198
2180
|
}
|
|
2199
|
-
]
|
|
2200
|
-
"align": "center",
|
|
2201
|
-
"gap": "sm"
|
|
2181
|
+
]
|
|
2202
2182
|
},
|
|
2203
2183
|
{
|
|
2204
2184
|
"content": "@item.content",
|
|
2205
|
-
"
|
|
2206
|
-
"
|
|
2185
|
+
"variant": "body",
|
|
2186
|
+
"type": "typography"
|
|
2207
2187
|
}
|
|
2208
|
-
]
|
|
2209
|
-
"direction": "vertical"
|
|
2188
|
+
]
|
|
2210
2189
|
}
|
|
2211
|
-
]
|
|
2190
|
+
],
|
|
2191
|
+
"entity": "@payload.data"
|
|
2212
2192
|
}
|
|
2213
|
-
]
|
|
2193
|
+
],
|
|
2194
|
+
"direction": "vertical",
|
|
2195
|
+
"gap": "lg",
|
|
2196
|
+
"type": "stack"
|
|
2214
2197
|
}
|
|
2215
2198
|
],
|
|
2216
|
-
"
|
|
2199
|
+
"appName": "AI Tutor",
|
|
2200
|
+
"navItems": [
|
|
2201
|
+
{
|
|
2202
|
+
"label": "Teach",
|
|
2203
|
+
"href": "/teach",
|
|
2204
|
+
"icon": "book-open"
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"label": "Quiz",
|
|
2208
|
+
"icon": "help-circle",
|
|
2209
|
+
"href": "/quiz"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"icon": "brain",
|
|
2213
|
+
"label": "Concepts",
|
|
2214
|
+
"href": "/concepts"
|
|
2215
|
+
}
|
|
2216
|
+
]
|
|
2217
2217
|
}
|
|
2218
2218
|
]
|
|
2219
2219
|
]
|
|
@@ -2227,36 +2227,36 @@
|
|
|
2227
2227
|
"render-ui",
|
|
2228
2228
|
"main",
|
|
2229
2229
|
{
|
|
2230
|
-
"gap": "md",
|
|
2231
2230
|
"type": "stack",
|
|
2232
|
-
"
|
|
2233
|
-
"align": "center",
|
|
2234
|
-
"className": "py-12",
|
|
2231
|
+
"gap": "md",
|
|
2235
2232
|
"children": [
|
|
2236
2233
|
{
|
|
2237
|
-
"name": "alert-triangle",
|
|
2238
2234
|
"type": "icon",
|
|
2235
|
+
"name": "alert-triangle",
|
|
2239
2236
|
"color": "destructive"
|
|
2240
2237
|
},
|
|
2241
2238
|
{
|
|
2242
2239
|
"type": "typography",
|
|
2243
|
-
"
|
|
2244
|
-
"
|
|
2240
|
+
"content": "Failed to load tutorchat",
|
|
2241
|
+
"variant": "h3"
|
|
2245
2242
|
},
|
|
2246
2243
|
{
|
|
2247
|
-
"type": "typography",
|
|
2248
2244
|
"variant": "body",
|
|
2245
|
+
"type": "typography",
|
|
2249
2246
|
"color": "muted",
|
|
2250
2247
|
"content": "@payload.error"
|
|
2251
2248
|
},
|
|
2252
2249
|
{
|
|
2253
|
-
"label": "Retry",
|
|
2254
2250
|
"variant": "primary",
|
|
2255
|
-
"action": "INIT",
|
|
2256
2251
|
"type": "button",
|
|
2252
|
+
"label": "Retry",
|
|
2253
|
+
"action": "INIT",
|
|
2257
2254
|
"icon": "rotate-ccw"
|
|
2258
2255
|
}
|
|
2259
|
-
]
|
|
2256
|
+
],
|
|
2257
|
+
"direction": "vertical",
|
|
2258
|
+
"align": "center",
|
|
2259
|
+
"className": "py-12"
|
|
2260
2260
|
}
|
|
2261
2261
|
]
|
|
2262
2262
|
]
|
|
@@ -2271,37 +2271,37 @@
|
|
|
2271
2271
|
"main",
|
|
2272
2272
|
{
|
|
2273
2273
|
"type": "stack",
|
|
2274
|
-
"gap": "lg",
|
|
2275
2274
|
"direction": "vertical",
|
|
2275
|
+
"gap": "lg",
|
|
2276
2276
|
"children": [
|
|
2277
2277
|
{
|
|
2278
|
-
"align": "center",
|
|
2279
2278
|
"type": "stack",
|
|
2279
|
+
"gap": "sm",
|
|
2280
|
+
"align": "center",
|
|
2281
|
+
"direction": "horizontal",
|
|
2280
2282
|
"children": [
|
|
2281
2283
|
{
|
|
2282
2284
|
"type": "icon",
|
|
2283
2285
|
"name": "message-circle"
|
|
2284
2286
|
},
|
|
2285
2287
|
{
|
|
2288
|
+
"variant": "h2",
|
|
2286
2289
|
"type": "typography",
|
|
2287
|
-
"content": "TutorChat Thread"
|
|
2288
|
-
"variant": "h2"
|
|
2290
|
+
"content": "TutorChat Thread"
|
|
2289
2291
|
}
|
|
2290
|
-
]
|
|
2291
|
-
"gap": "sm",
|
|
2292
|
-
"direction": "horizontal"
|
|
2292
|
+
]
|
|
2293
2293
|
},
|
|
2294
2294
|
{
|
|
2295
2295
|
"type": "divider"
|
|
2296
2296
|
},
|
|
2297
2297
|
{
|
|
2298
|
-
"
|
|
2298
|
+
"mode": "create",
|
|
2299
|
+
"submitEvent": "SEND",
|
|
2299
2300
|
"type": "form-section",
|
|
2301
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
2300
2302
|
"fields": [
|
|
2301
2303
|
"content"
|
|
2302
|
-
]
|
|
2303
|
-
"submitEvent": "SEND",
|
|
2304
|
-
"mode": "create"
|
|
2304
|
+
]
|
|
2305
2305
|
}
|
|
2306
2306
|
]
|
|
2307
2307
|
}
|
|
@@ -2353,9 +2353,9 @@
|
|
|
2353
2353
|
"create",
|
|
2354
2354
|
"TutorChat",
|
|
2355
2355
|
{
|
|
2356
|
-
"content": "@payload.content",
|
|
2357
|
-
"role": "user",
|
|
2358
2356
|
"timestamp": "@now",
|
|
2357
|
+
"role": "user",
|
|
2358
|
+
"content": "@payload.content",
|
|
2359
2359
|
"status": "sent"
|
|
2360
2360
|
}
|
|
2361
2361
|
],
|
|
@@ -2368,8 +2368,8 @@
|
|
|
2368
2368
|
"TutorChat",
|
|
2369
2369
|
{
|
|
2370
2370
|
"emit": {
|
|
2371
|
-
"
|
|
2372
|
-
"
|
|
2371
|
+
"success": "TutorChatLoaded",
|
|
2372
|
+
"failure": "TutorChatLoadFailed"
|
|
2373
2373
|
}
|
|
2374
2374
|
}
|
|
2375
2375
|
],
|
|
@@ -2417,8 +2417,8 @@
|
|
|
2417
2417
|
"TutorChat",
|
|
2418
2418
|
{
|
|
2419
2419
|
"emit": {
|
|
2420
|
-
"
|
|
2421
|
-
"
|
|
2420
|
+
"success": "TutorChatDeleted",
|
|
2421
|
+
"failure": "TutorChatDeleteFailed"
|
|
2422
2422
|
}
|
|
2423
2423
|
}
|
|
2424
2424
|
],
|
|
@@ -2427,8 +2427,8 @@
|
|
|
2427
2427
|
"TutorChat",
|
|
2428
2428
|
{
|
|
2429
2429
|
"emit": {
|
|
2430
|
-
"
|
|
2431
|
-
"
|
|
2430
|
+
"success": "TutorChatLoaded",
|
|
2431
|
+
"failure": "TutorChatLoadFailed"
|
|
2432
2432
|
}
|
|
2433
2433
|
}
|
|
2434
2434
|
],
|
|
@@ -2576,32 +2576,32 @@
|
|
|
2576
2576
|
"render-ui",
|
|
2577
2577
|
"main",
|
|
2578
2578
|
{
|
|
2579
|
+
"type": "dashboard-layout",
|
|
2580
|
+
"appName": "AI Tutor",
|
|
2581
|
+
"children": [
|
|
2582
|
+
{
|
|
2583
|
+
"description": "Conversation is ready",
|
|
2584
|
+
"title": "Conversation",
|
|
2585
|
+
"icon": "message-circle",
|
|
2586
|
+
"type": "empty-state"
|
|
2587
|
+
}
|
|
2588
|
+
],
|
|
2579
2589
|
"navItems": [
|
|
2580
2590
|
{
|
|
2581
2591
|
"href": "/teach",
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2592
|
+
"label": "Teach",
|
|
2593
|
+
"icon": "book-open"
|
|
2584
2594
|
},
|
|
2585
2595
|
{
|
|
2586
|
-
"href": "/quiz",
|
|
2587
2596
|
"label": "Quiz",
|
|
2588
|
-
"icon": "help-circle"
|
|
2597
|
+
"icon": "help-circle",
|
|
2598
|
+
"href": "/quiz"
|
|
2589
2599
|
},
|
|
2590
2600
|
{
|
|
2591
|
-
"href": "/concepts",
|
|
2592
2601
|
"icon": "brain",
|
|
2602
|
+
"href": "/concepts",
|
|
2593
2603
|
"label": "Concepts"
|
|
2594
2604
|
}
|
|
2595
|
-
],
|
|
2596
|
-
"appName": "AI Tutor",
|
|
2597
|
-
"type": "dashboard-layout",
|
|
2598
|
-
"children": [
|
|
2599
|
-
{
|
|
2600
|
-
"icon": "message-circle",
|
|
2601
|
-
"title": "Conversation",
|
|
2602
|
-
"description": "Conversation is ready",
|
|
2603
|
-
"type": "empty-state"
|
|
2604
|
-
}
|
|
2605
2605
|
]
|
|
2606
2606
|
}
|
|
2607
2607
|
]
|
|
@@ -2921,21 +2921,21 @@
|
|
|
2921
2921
|
"main",
|
|
2922
2922
|
{
|
|
2923
2923
|
"direction": "vertical",
|
|
2924
|
-
"
|
|
2924
|
+
"type": "stack",
|
|
2925
2925
|
"align": "center",
|
|
2926
|
+
"className": "py-12",
|
|
2926
2927
|
"children": [
|
|
2927
2928
|
{
|
|
2928
2929
|
"type": "spinner"
|
|
2929
2930
|
},
|
|
2930
2931
|
{
|
|
2931
|
-
"type": "typography",
|
|
2932
2932
|
"variant": "caption",
|
|
2933
|
-
"
|
|
2934
|
-
"
|
|
2933
|
+
"color": "muted",
|
|
2934
|
+
"type": "typography",
|
|
2935
|
+
"content": "Loading…"
|
|
2935
2936
|
}
|
|
2936
2937
|
],
|
|
2937
|
-
"gap": "md"
|
|
2938
|
-
"type": "stack"
|
|
2938
|
+
"gap": "md"
|
|
2939
2939
|
}
|
|
2940
2940
|
]
|
|
2941
2941
|
]
|
|
@@ -2949,95 +2949,72 @@
|
|
|
2949
2949
|
"render-ui",
|
|
2950
2950
|
"main",
|
|
2951
2951
|
{
|
|
2952
|
-
"appName": "AI Tutor",
|
|
2953
|
-
"type": "dashboard-layout",
|
|
2954
|
-
"navItems": [
|
|
2955
|
-
{
|
|
2956
|
-
"label": "Teach",
|
|
2957
|
-
"href": "/teach",
|
|
2958
|
-
"icon": "book-open"
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"label": "Quiz",
|
|
2962
|
-
"icon": "help-circle",
|
|
2963
|
-
"href": "/quiz"
|
|
2964
|
-
},
|
|
2965
|
-
{
|
|
2966
|
-
"icon": "brain",
|
|
2967
|
-
"href": "/concepts",
|
|
2968
|
-
"label": "Concepts"
|
|
2969
|
-
}
|
|
2970
|
-
],
|
|
2971
2952
|
"children": [
|
|
2972
2953
|
{
|
|
2973
|
-
"type": "stack",
|
|
2974
2954
|
"children": [
|
|
2975
2955
|
{
|
|
2976
|
-
"direction": "horizontal",
|
|
2977
2956
|
"justify": "between",
|
|
2978
2957
|
"align": "center",
|
|
2979
2958
|
"children": [
|
|
2980
2959
|
{
|
|
2981
2960
|
"direction": "horizontal",
|
|
2961
|
+
"type": "stack",
|
|
2962
|
+
"gap": "sm",
|
|
2963
|
+
"align": "center",
|
|
2982
2964
|
"children": [
|
|
2983
2965
|
{
|
|
2984
|
-
"
|
|
2985
|
-
"
|
|
2966
|
+
"name": "brain",
|
|
2967
|
+
"type": "icon"
|
|
2986
2968
|
},
|
|
2987
2969
|
{
|
|
2988
|
-
"type": "typography",
|
|
2989
2970
|
"variant": "h2",
|
|
2990
|
-
"content": "Concept Manager"
|
|
2971
|
+
"content": "Concept Manager",
|
|
2972
|
+
"type": "typography"
|
|
2991
2973
|
}
|
|
2992
|
-
]
|
|
2993
|
-
"type": "stack",
|
|
2994
|
-
"align": "center",
|
|
2995
|
-
"gap": "sm"
|
|
2974
|
+
]
|
|
2996
2975
|
},
|
|
2997
2976
|
{
|
|
2977
|
+
"gap": "sm",
|
|
2978
|
+
"type": "stack",
|
|
2979
|
+
"direction": "horizontal",
|
|
2998
2980
|
"children": [
|
|
2999
2981
|
{
|
|
3000
|
-
"icon": "plus",
|
|
3001
2982
|
"type": "button",
|
|
3002
|
-
"
|
|
2983
|
+
"icon": "plus",
|
|
3003
2984
|
"action": "MEMORIZE",
|
|
2985
|
+
"label": "Memorize",
|
|
3004
2986
|
"variant": "primary"
|
|
3005
2987
|
},
|
|
3006
2988
|
{
|
|
3007
2989
|
"type": "button",
|
|
3008
|
-
"
|
|
3009
|
-
"variant": "secondary",
|
|
2990
|
+
"action": "RECALL",
|
|
3010
2991
|
"icon": "search",
|
|
3011
|
-
"
|
|
2992
|
+
"variant": "secondary",
|
|
2993
|
+
"label": "Recall"
|
|
3012
2994
|
},
|
|
3013
2995
|
{
|
|
3014
|
-
"variant": "ghost",
|
|
3015
|
-
"icon": "clock",
|
|
3016
2996
|
"label": "Decay All",
|
|
3017
2997
|
"type": "button",
|
|
3018
|
-
"action": "DECAY"
|
|
2998
|
+
"action": "DECAY",
|
|
2999
|
+
"variant": "ghost",
|
|
3000
|
+
"icon": "clock"
|
|
3019
3001
|
}
|
|
3020
|
-
]
|
|
3021
|
-
"type": "stack",
|
|
3022
|
-
"direction": "horizontal",
|
|
3023
|
-
"gap": "sm"
|
|
3002
|
+
]
|
|
3024
3003
|
}
|
|
3025
3004
|
],
|
|
3026
3005
|
"type": "stack",
|
|
3027
|
-
"gap": "md"
|
|
3006
|
+
"gap": "md",
|
|
3007
|
+
"direction": "horizontal"
|
|
3028
3008
|
},
|
|
3029
3009
|
{
|
|
3030
3010
|
"type": "divider"
|
|
3031
3011
|
},
|
|
3032
3012
|
{
|
|
3033
|
-
"entity": "@payload.data",
|
|
3034
|
-
"type": "data-grid",
|
|
3035
|
-
"fields": [],
|
|
3036
3013
|
"itemActions": [
|
|
3037
3014
|
{
|
|
3015
|
+
"label": "Pin",
|
|
3038
3016
|
"event": "PIN",
|
|
3039
|
-
"variant": "ghost"
|
|
3040
|
-
"label": "Pin"
|
|
3017
|
+
"variant": "ghost"
|
|
3041
3018
|
},
|
|
3042
3019
|
{
|
|
3043
3020
|
"label": "Reinforce",
|
|
@@ -3045,47 +3022,70 @@
|
|
|
3045
3022
|
"variant": "ghost"
|
|
3046
3023
|
},
|
|
3047
3024
|
{
|
|
3025
|
+
"event": "FORGET",
|
|
3048
3026
|
"variant": "danger",
|
|
3049
|
-
"label": "Forget"
|
|
3050
|
-
"event": "FORGET"
|
|
3027
|
+
"label": "Forget"
|
|
3051
3028
|
}
|
|
3052
3029
|
],
|
|
3053
3030
|
"columns": [
|
|
3054
3031
|
{
|
|
3055
3032
|
"name": "content",
|
|
3056
|
-
"variant": "h4",
|
|
3057
3033
|
"icon": "brain",
|
|
3034
|
+
"variant": "h4",
|
|
3058
3035
|
"label": "Content"
|
|
3059
3036
|
},
|
|
3060
3037
|
{
|
|
3061
|
-
"label": "Category",
|
|
3062
|
-
"variant": "badge",
|
|
3063
3038
|
"name": "category",
|
|
3039
|
+
"label": "Category",
|
|
3064
3040
|
"colorMap": {
|
|
3065
|
-
"done": "success",
|
|
3066
3041
|
"scheduled": "warning",
|
|
3042
|
+
"active": "success",
|
|
3043
|
+
"inactive": "neutral",
|
|
3044
|
+
"done": "success",
|
|
3067
3045
|
"cancelled": "destructive",
|
|
3068
3046
|
"completed": "success",
|
|
3047
|
+
"pending": "warning",
|
|
3069
3048
|
"archived": "neutral",
|
|
3070
|
-
"error": "destructive",
|
|
3071
3049
|
"failed": "destructive",
|
|
3072
|
-
"
|
|
3073
|
-
"
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
}
|
|
3050
|
+
"error": "destructive",
|
|
3051
|
+
"draft": "warning"
|
|
3052
|
+
},
|
|
3053
|
+
"variant": "badge"
|
|
3077
3054
|
},
|
|
3078
3055
|
{
|
|
3079
3056
|
"name": "strength",
|
|
3080
3057
|
"label": "Strength",
|
|
3081
3058
|
"variant": "caption"
|
|
3082
3059
|
}
|
|
3083
|
-
]
|
|
3060
|
+
],
|
|
3061
|
+
"entity": "@payload.data",
|
|
3062
|
+
"fields": [],
|
|
3063
|
+
"type": "data-grid"
|
|
3084
3064
|
}
|
|
3085
3065
|
],
|
|
3066
|
+
"type": "stack",
|
|
3067
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
3086
3068
|
"direction": "vertical",
|
|
3087
|
-
"gap": "lg"
|
|
3088
|
-
|
|
3069
|
+
"gap": "lg"
|
|
3070
|
+
}
|
|
3071
|
+
],
|
|
3072
|
+
"appName": "AI Tutor",
|
|
3073
|
+
"type": "dashboard-layout",
|
|
3074
|
+
"navItems": [
|
|
3075
|
+
{
|
|
3076
|
+
"label": "Teach",
|
|
3077
|
+
"href": "/teach",
|
|
3078
|
+
"icon": "book-open"
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"href": "/quiz",
|
|
3082
|
+
"icon": "help-circle",
|
|
3083
|
+
"label": "Quiz"
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"label": "Concepts",
|
|
3087
|
+
"href": "/concepts",
|
|
3088
|
+
"icon": "brain"
|
|
3089
3089
|
}
|
|
3090
3090
|
]
|
|
3091
3091
|
}
|
|
@@ -3101,36 +3101,36 @@
|
|
|
3101
3101
|
"render-ui",
|
|
3102
3102
|
"main",
|
|
3103
3103
|
{
|
|
3104
|
+
"className": "py-12",
|
|
3104
3105
|
"children": [
|
|
3105
3106
|
{
|
|
3106
3107
|
"type": "icon",
|
|
3107
|
-
"
|
|
3108
|
-
"
|
|
3108
|
+
"name": "alert-triangle",
|
|
3109
|
+
"color": "destructive"
|
|
3109
3110
|
},
|
|
3110
3111
|
{
|
|
3111
|
-
"
|
|
3112
|
+
"variant": "h3",
|
|
3112
3113
|
"content": "Failed to load concept",
|
|
3113
|
-
"
|
|
3114
|
+
"type": "typography"
|
|
3114
3115
|
},
|
|
3115
3116
|
{
|
|
3116
|
-
"color": "muted",
|
|
3117
|
-
"type": "typography",
|
|
3118
3117
|
"content": "@payload.error",
|
|
3119
|
-
"variant": "body"
|
|
3118
|
+
"variant": "body",
|
|
3119
|
+
"color": "muted",
|
|
3120
|
+
"type": "typography"
|
|
3120
3121
|
},
|
|
3121
3122
|
{
|
|
3122
|
-
"variant": "primary",
|
|
3123
|
-
"action": "INIT",
|
|
3124
3123
|
"type": "button",
|
|
3125
3124
|
"label": "Retry",
|
|
3126
|
-
"icon": "rotate-ccw"
|
|
3125
|
+
"icon": "rotate-ccw",
|
|
3126
|
+
"action": "INIT",
|
|
3127
|
+
"variant": "primary"
|
|
3127
3128
|
}
|
|
3128
3129
|
],
|
|
3129
|
-
"direction": "vertical",
|
|
3130
|
-
"className": "py-12",
|
|
3131
|
-
"type": "stack",
|
|
3132
3130
|
"gap": "md",
|
|
3133
|
-
"
|
|
3131
|
+
"type": "stack",
|
|
3132
|
+
"align": "center",
|
|
3133
|
+
"direction": "vertical"
|
|
3134
3134
|
}
|
|
3135
3135
|
]
|
|
3136
3136
|
]
|
|
@@ -3305,41 +3305,41 @@
|
|
|
3305
3305
|
"render-ui",
|
|
3306
3306
|
"modal",
|
|
3307
3307
|
{
|
|
3308
|
-
"direction": "vertical",
|
|
3309
|
-
"type": "stack",
|
|
3310
|
-
"gap": "md",
|
|
3311
3308
|
"children": [
|
|
3312
3309
|
{
|
|
3313
3310
|
"type": "stack",
|
|
3314
|
-
"direction": "horizontal",
|
|
3315
|
-
"gap": "sm",
|
|
3316
3311
|
"children": [
|
|
3317
3312
|
{
|
|
3318
|
-
"
|
|
3319
|
-
"
|
|
3313
|
+
"type": "icon",
|
|
3314
|
+
"name": "plus-circle"
|
|
3320
3315
|
},
|
|
3321
3316
|
{
|
|
3317
|
+
"variant": "h3",
|
|
3322
3318
|
"type": "typography",
|
|
3323
|
-
"content": "Memorize"
|
|
3324
|
-
"variant": "h3"
|
|
3319
|
+
"content": "Memorize"
|
|
3325
3320
|
}
|
|
3326
|
-
]
|
|
3321
|
+
],
|
|
3322
|
+
"gap": "sm",
|
|
3323
|
+
"direction": "horizontal"
|
|
3327
3324
|
},
|
|
3328
3325
|
{
|
|
3329
3326
|
"type": "divider"
|
|
3330
3327
|
},
|
|
3331
3328
|
{
|
|
3332
3329
|
"cancelEvent": "CLOSE",
|
|
3333
|
-
"submitEvent": "SAVE",
|
|
3334
3330
|
"mode": "create",
|
|
3335
|
-
"type": "form-section",
|
|
3336
3331
|
"fields": [
|
|
3337
3332
|
"content",
|
|
3338
3333
|
"category",
|
|
3339
3334
|
"scope"
|
|
3340
|
-
]
|
|
3335
|
+
],
|
|
3336
|
+
"submitEvent": "SAVE",
|
|
3337
|
+
"type": "form-section"
|
|
3341
3338
|
}
|
|
3342
|
-
]
|
|
3339
|
+
],
|
|
3340
|
+
"type": "stack",
|
|
3341
|
+
"direction": "vertical",
|
|
3342
|
+
"gap": "md"
|
|
3343
3343
|
}
|
|
3344
3344
|
]
|
|
3345
3345
|
]
|
|
@@ -3670,11 +3670,19 @@
|
|
|
3670
3670
|
"render-ui",
|
|
3671
3671
|
"main",
|
|
3672
3672
|
{
|
|
3673
|
+
"children": [
|
|
3674
|
+
{
|
|
3675
|
+
"icon": "brain",
|
|
3676
|
+
"description": "Memory is ready",
|
|
3677
|
+
"title": "Memory",
|
|
3678
|
+
"type": "empty-state"
|
|
3679
|
+
}
|
|
3680
|
+
],
|
|
3673
3681
|
"navItems": [
|
|
3674
3682
|
{
|
|
3683
|
+
"label": "Teach",
|
|
3675
3684
|
"href": "/teach",
|
|
3676
|
-
"icon": "book-open"
|
|
3677
|
-
"label": "Teach"
|
|
3685
|
+
"icon": "book-open"
|
|
3678
3686
|
},
|
|
3679
3687
|
{
|
|
3680
3688
|
"label": "Quiz",
|
|
@@ -3688,14 +3696,6 @@
|
|
|
3688
3696
|
}
|
|
3689
3697
|
],
|
|
3690
3698
|
"appName": "AI Tutor",
|
|
3691
|
-
"children": [
|
|
3692
|
-
{
|
|
3693
|
-
"type": "empty-state",
|
|
3694
|
-
"icon": "brain",
|
|
3695
|
-
"description": "Memory is ready",
|
|
3696
|
-
"title": "Memory"
|
|
3697
|
-
}
|
|
3698
|
-
],
|
|
3699
3699
|
"type": "dashboard-layout"
|
|
3700
3700
|
}
|
|
3701
3701
|
]
|
|
@@ -4058,37 +4058,19 @@
|
|
|
4058
4058
|
"render-ui",
|
|
4059
4059
|
"main",
|
|
4060
4060
|
{
|
|
4061
|
-
"type": "dashboard-layout",
|
|
4062
|
-
"navItems": [
|
|
4063
|
-
{
|
|
4064
|
-
"href": "/teach",
|
|
4065
|
-
"label": "Teach",
|
|
4066
|
-
"icon": "book-open"
|
|
4067
|
-
},
|
|
4068
|
-
{
|
|
4069
|
-
"label": "Quiz",
|
|
4070
|
-
"icon": "help-circle",
|
|
4071
|
-
"href": "/quiz"
|
|
4072
|
-
},
|
|
4073
|
-
{
|
|
4074
|
-
"label": "Concepts",
|
|
4075
|
-
"href": "/concepts",
|
|
4076
|
-
"icon": "brain"
|
|
4077
|
-
}
|
|
4078
|
-
],
|
|
4079
4061
|
"children": [
|
|
4080
4062
|
{
|
|
4081
|
-
"direction": "vertical",
|
|
4082
4063
|
"type": "stack",
|
|
4083
4064
|
"gap": "lg",
|
|
4065
|
+
"direction": "vertical",
|
|
4084
4066
|
"children": [
|
|
4085
4067
|
{
|
|
4086
4068
|
"gap": "md",
|
|
4087
|
-
"type": "stack",
|
|
4088
4069
|
"children": [
|
|
4089
4070
|
{
|
|
4090
|
-
"
|
|
4071
|
+
"gap": "md",
|
|
4091
4072
|
"type": "stack",
|
|
4073
|
+
"direction": "horizontal",
|
|
4092
4074
|
"children": [
|
|
4093
4075
|
{
|
|
4094
4076
|
"name": "tag",
|
|
@@ -4096,36 +4078,54 @@
|
|
|
4096
4078
|
},
|
|
4097
4079
|
{
|
|
4098
4080
|
"content": "StudentAssessment",
|
|
4099
|
-
"
|
|
4100
|
-
"
|
|
4081
|
+
"variant": "h2",
|
|
4082
|
+
"type": "typography"
|
|
4101
4083
|
}
|
|
4102
|
-
]
|
|
4103
|
-
"gap": "md"
|
|
4084
|
+
]
|
|
4104
4085
|
},
|
|
4105
4086
|
{
|
|
4106
|
-
"label": "Open",
|
|
4107
4087
|
"variant": "primary",
|
|
4108
4088
|
"type": "button",
|
|
4089
|
+
"icon": "tag",
|
|
4109
4090
|
"action": "CLASSIFY",
|
|
4110
|
-
"
|
|
4091
|
+
"label": "Open"
|
|
4111
4092
|
}
|
|
4112
4093
|
],
|
|
4113
|
-
"
|
|
4114
|
-
"
|
|
4094
|
+
"direction": "horizontal",
|
|
4095
|
+
"type": "stack",
|
|
4096
|
+
"justify": "between"
|
|
4115
4097
|
},
|
|
4116
4098
|
{
|
|
4117
4099
|
"type": "divider"
|
|
4118
4100
|
},
|
|
4119
4101
|
{
|
|
4120
|
-
"type": "empty-state",
|
|
4121
4102
|
"title": "Nothing open",
|
|
4122
|
-
"
|
|
4123
|
-
"
|
|
4103
|
+
"icon": "tag",
|
|
4104
|
+
"type": "empty-state",
|
|
4105
|
+
"description": "Click Open to view details in a modal overlay."
|
|
4124
4106
|
}
|
|
4125
4107
|
]
|
|
4126
4108
|
}
|
|
4127
4109
|
],
|
|
4128
|
-
"
|
|
4110
|
+
"type": "dashboard-layout",
|
|
4111
|
+
"appName": "AI Tutor",
|
|
4112
|
+
"navItems": [
|
|
4113
|
+
{
|
|
4114
|
+
"href": "/teach",
|
|
4115
|
+
"icon": "book-open",
|
|
4116
|
+
"label": "Teach"
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"icon": "help-circle",
|
|
4120
|
+
"href": "/quiz",
|
|
4121
|
+
"label": "Quiz"
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"href": "/concepts",
|
|
4125
|
+
"icon": "brain",
|
|
4126
|
+
"label": "Concepts"
|
|
4127
|
+
}
|
|
4128
|
+
]
|
|
4129
4129
|
}
|
|
4130
4130
|
]
|
|
4131
4131
|
]
|
|
@@ -4139,70 +4139,70 @@
|
|
|
4139
4139
|
"render-ui",
|
|
4140
4140
|
"modal",
|
|
4141
4141
|
{
|
|
4142
|
+
"gap": "md",
|
|
4142
4143
|
"children": [
|
|
4143
4144
|
{
|
|
4144
4145
|
"gap": "sm",
|
|
4145
|
-
"direction": "horizontal",
|
|
4146
4146
|
"children": [
|
|
4147
4147
|
{
|
|
4148
|
-
"
|
|
4149
|
-
"
|
|
4148
|
+
"name": "tag",
|
|
4149
|
+
"type": "icon"
|
|
4150
4150
|
},
|
|
4151
4151
|
{
|
|
4152
|
-
"content": "StudentAssessment",
|
|
4153
4152
|
"variant": "h3",
|
|
4154
|
-
"type": "typography"
|
|
4153
|
+
"type": "typography",
|
|
4154
|
+
"content": "StudentAssessment"
|
|
4155
4155
|
}
|
|
4156
4156
|
],
|
|
4157
|
-
"type": "stack"
|
|
4157
|
+
"type": "stack",
|
|
4158
|
+
"direction": "horizontal"
|
|
4158
4159
|
},
|
|
4159
4160
|
{
|
|
4160
4161
|
"type": "divider"
|
|
4161
4162
|
},
|
|
4162
4163
|
{
|
|
4164
|
+
"type": "stack",
|
|
4165
|
+
"gap": "sm",
|
|
4166
|
+
"direction": "horizontal",
|
|
4163
4167
|
"children": [
|
|
4164
4168
|
{
|
|
4165
|
-
"content": "Categories:",
|
|
4166
4169
|
"variant": "caption",
|
|
4170
|
+
"content": "Categories:",
|
|
4167
4171
|
"type": "typography"
|
|
4168
4172
|
},
|
|
4169
4173
|
{
|
|
4170
|
-
"
|
|
4174
|
+
"variant": "secondary",
|
|
4171
4175
|
"type": "badge",
|
|
4172
|
-
"
|
|
4176
|
+
"label": "beginner"
|
|
4173
4177
|
},
|
|
4174
4178
|
{
|
|
4179
|
+
"type": "badge",
|
|
4175
4180
|
"label": "intermediate",
|
|
4176
|
-
"variant": "secondary"
|
|
4177
|
-
"type": "badge"
|
|
4181
|
+
"variant": "secondary"
|
|
4178
4182
|
},
|
|
4179
4183
|
{
|
|
4184
|
+
"type": "badge",
|
|
4180
4185
|
"label": "advanced",
|
|
4181
|
-
"variant": "secondary"
|
|
4182
|
-
"type": "badge"
|
|
4186
|
+
"variant": "secondary"
|
|
4183
4187
|
},
|
|
4184
4188
|
{
|
|
4189
|
+
"variant": "secondary",
|
|
4185
4190
|
"type": "badge",
|
|
4186
|
-
"label": "expert"
|
|
4187
|
-
"variant": "secondary"
|
|
4191
|
+
"label": "expert"
|
|
4188
4192
|
}
|
|
4189
|
-
]
|
|
4190
|
-
"direction": "horizontal",
|
|
4191
|
-
"gap": "sm",
|
|
4192
|
-
"type": "stack"
|
|
4193
|
+
]
|
|
4193
4194
|
},
|
|
4194
4195
|
{
|
|
4195
4196
|
"mode": "create",
|
|
4196
|
-
"
|
|
4197
|
-
"submitEvent": "SAVE",
|
|
4197
|
+
"type": "form-section",
|
|
4198
4198
|
"fields": [
|
|
4199
4199
|
"input"
|
|
4200
4200
|
],
|
|
4201
|
-
"
|
|
4201
|
+
"cancelEvent": "CLOSE",
|
|
4202
|
+
"submitEvent": "SAVE"
|
|
4202
4203
|
}
|
|
4203
4204
|
],
|
|
4204
4205
|
"type": "stack",
|
|
4205
|
-
"gap": "md",
|
|
4206
4206
|
"direction": "vertical"
|
|
4207
4207
|
}
|
|
4208
4208
|
]
|
|
@@ -4231,19 +4231,16 @@
|
|
|
4231
4231
|
"render-ui",
|
|
4232
4232
|
"main",
|
|
4233
4233
|
{
|
|
4234
|
-
"type": "dashboard-layout",
|
|
4235
4234
|
"children": [
|
|
4236
4235
|
{
|
|
4237
|
-
"gap": "lg",
|
|
4238
4236
|
"direction": "vertical",
|
|
4237
|
+
"type": "stack",
|
|
4238
|
+
"gap": "lg",
|
|
4239
4239
|
"children": [
|
|
4240
4240
|
{
|
|
4241
|
-
"
|
|
4242
|
-
"direction": "horizontal",
|
|
4243
|
-
"justify": "between",
|
|
4241
|
+
"type": "stack",
|
|
4244
4242
|
"children": [
|
|
4245
4243
|
{
|
|
4246
|
-
"type": "stack",
|
|
4247
4244
|
"gap": "md",
|
|
4248
4245
|
"direction": "horizontal",
|
|
4249
4246
|
"children": [
|
|
@@ -4252,51 +4249,54 @@
|
|
|
4252
4249
|
"name": "tag"
|
|
4253
4250
|
},
|
|
4254
4251
|
{
|
|
4255
|
-
"
|
|
4252
|
+
"variant": "h2",
|
|
4256
4253
|
"type": "typography",
|
|
4257
|
-
"
|
|
4254
|
+
"content": "StudentAssessment"
|
|
4258
4255
|
}
|
|
4259
|
-
]
|
|
4256
|
+
],
|
|
4257
|
+
"type": "stack"
|
|
4260
4258
|
},
|
|
4261
4259
|
{
|
|
4260
|
+
"variant": "primary",
|
|
4262
4261
|
"icon": "tag",
|
|
4263
|
-
"
|
|
4262
|
+
"type": "button",
|
|
4264
4263
|
"label": "Open",
|
|
4265
|
-
"
|
|
4266
|
-
"type": "button"
|
|
4264
|
+
"action": "CLASSIFY"
|
|
4267
4265
|
}
|
|
4268
4266
|
],
|
|
4269
|
-
"
|
|
4267
|
+
"direction": "horizontal",
|
|
4268
|
+
"justify": "between",
|
|
4269
|
+
"gap": "md"
|
|
4270
4270
|
},
|
|
4271
4271
|
{
|
|
4272
4272
|
"type": "divider"
|
|
4273
4273
|
},
|
|
4274
4274
|
{
|
|
4275
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
4276
4275
|
"title": "Nothing open",
|
|
4276
|
+
"type": "empty-state",
|
|
4277
4277
|
"icon": "tag",
|
|
4278
|
-
"
|
|
4278
|
+
"description": "Click Open to view details in a modal overlay."
|
|
4279
4279
|
}
|
|
4280
|
-
]
|
|
4281
|
-
"type": "stack"
|
|
4280
|
+
]
|
|
4282
4281
|
}
|
|
4283
4282
|
],
|
|
4283
|
+
"type": "dashboard-layout",
|
|
4284
4284
|
"appName": "AI Tutor",
|
|
4285
4285
|
"navItems": [
|
|
4286
4286
|
{
|
|
4287
|
-
"icon": "book-open",
|
|
4288
4287
|
"href": "/teach",
|
|
4289
|
-
"label": "Teach"
|
|
4288
|
+
"label": "Teach",
|
|
4289
|
+
"icon": "book-open"
|
|
4290
4290
|
},
|
|
4291
4291
|
{
|
|
4292
|
-
"icon": "help-circle",
|
|
4293
4292
|
"label": "Quiz",
|
|
4294
|
-
"href": "/quiz"
|
|
4293
|
+
"href": "/quiz",
|
|
4294
|
+
"icon": "help-circle"
|
|
4295
4295
|
},
|
|
4296
4296
|
{
|
|
4297
4297
|
"label": "Concepts",
|
|
4298
|
-
"
|
|
4299
|
-
"
|
|
4298
|
+
"href": "/concepts",
|
|
4299
|
+
"icon": "brain"
|
|
4300
4300
|
}
|
|
4301
4301
|
]
|
|
4302
4302
|
}
|
|
@@ -4339,72 +4339,72 @@
|
|
|
4339
4339
|
{
|
|
4340
4340
|
"navItems": [
|
|
4341
4341
|
{
|
|
4342
|
+
"label": "Teach",
|
|
4342
4343
|
"icon": "book-open",
|
|
4343
|
-
"href": "/teach"
|
|
4344
|
-
"label": "Teach"
|
|
4344
|
+
"href": "/teach"
|
|
4345
4345
|
},
|
|
4346
4346
|
{
|
|
4347
|
-
"
|
|
4347
|
+
"href": "/quiz",
|
|
4348
4348
|
"icon": "help-circle",
|
|
4349
|
-
"
|
|
4349
|
+
"label": "Quiz"
|
|
4350
4350
|
},
|
|
4351
4351
|
{
|
|
4352
|
-
"
|
|
4352
|
+
"icon": "brain",
|
|
4353
4353
|
"href": "/concepts",
|
|
4354
|
-
"
|
|
4354
|
+
"label": "Concepts"
|
|
4355
4355
|
}
|
|
4356
4356
|
],
|
|
4357
4357
|
"type": "dashboard-layout",
|
|
4358
|
-
"appName": "AI Tutor",
|
|
4359
4358
|
"children": [
|
|
4360
4359
|
{
|
|
4361
|
-
"direction": "vertical",
|
|
4362
|
-
"type": "stack",
|
|
4363
|
-
"gap": "lg",
|
|
4364
4360
|
"children": [
|
|
4365
4361
|
{
|
|
4366
|
-
"justify": "between",
|
|
4367
4362
|
"children": [
|
|
4368
4363
|
{
|
|
4364
|
+
"type": "stack",
|
|
4365
|
+
"direction": "horizontal",
|
|
4366
|
+
"gap": "md",
|
|
4369
4367
|
"children": [
|
|
4370
4368
|
{
|
|
4371
4369
|
"type": "icon",
|
|
4372
4370
|
"name": "tag"
|
|
4373
4371
|
},
|
|
4374
4372
|
{
|
|
4375
|
-
"
|
|
4373
|
+
"variant": "h2",
|
|
4376
4374
|
"content": "StudentAssessment",
|
|
4377
|
-
"
|
|
4375
|
+
"type": "typography"
|
|
4378
4376
|
}
|
|
4379
|
-
]
|
|
4380
|
-
"direction": "horizontal",
|
|
4381
|
-
"type": "stack",
|
|
4382
|
-
"gap": "md"
|
|
4377
|
+
]
|
|
4383
4378
|
},
|
|
4384
4379
|
{
|
|
4385
|
-
"label": "Open",
|
|
4386
4380
|
"action": "CLASSIFY",
|
|
4387
|
-
"variant": "primary",
|
|
4388
4381
|
"icon": "tag",
|
|
4389
|
-
"type": "button"
|
|
4382
|
+
"type": "button",
|
|
4383
|
+
"label": "Open",
|
|
4384
|
+
"variant": "primary"
|
|
4390
4385
|
}
|
|
4391
4386
|
],
|
|
4392
|
-
"type": "stack",
|
|
4393
4387
|
"direction": "horizontal",
|
|
4394
|
-
"
|
|
4388
|
+
"justify": "between",
|
|
4389
|
+
"gap": "md",
|
|
4390
|
+
"type": "stack"
|
|
4395
4391
|
},
|
|
4396
4392
|
{
|
|
4397
4393
|
"type": "divider"
|
|
4398
4394
|
},
|
|
4399
4395
|
{
|
|
4400
|
-
"
|
|
4396
|
+
"title": "Nothing open",
|
|
4401
4397
|
"type": "empty-state",
|
|
4402
|
-
"
|
|
4403
|
-
"
|
|
4398
|
+
"icon": "tag",
|
|
4399
|
+
"description": "Click Open to view details in a modal overlay."
|
|
4404
4400
|
}
|
|
4405
|
-
]
|
|
4401
|
+
],
|
|
4402
|
+
"gap": "lg",
|
|
4403
|
+
"direction": "vertical",
|
|
4404
|
+
"type": "stack"
|
|
4406
4405
|
}
|
|
4407
|
-
]
|
|
4406
|
+
],
|
|
4407
|
+
"appName": "AI Tutor"
|
|
4408
4408
|
}
|
|
4409
4409
|
]
|
|
4410
4410
|
]
|
|
@@ -4514,8 +4514,8 @@
|
|
|
4514
4514
|
"StudentAssessment",
|
|
4515
4515
|
{
|
|
4516
4516
|
"emit": {
|
|
4517
|
-
"
|
|
4518
|
-
"
|
|
4517
|
+
"success": "StudentAssessmentLoaded",
|
|
4518
|
+
"failure": "StudentAssessmentLoadFailed"
|
|
4519
4519
|
}
|
|
4520
4520
|
}
|
|
4521
4521
|
]
|
|
@@ -4543,26 +4543,33 @@
|
|
|
4543
4543
|
"type": "dashboard-layout",
|
|
4544
4544
|
"navItems": [
|
|
4545
4545
|
{
|
|
4546
|
+
"href": "/teach",
|
|
4546
4547
|
"icon": "book-open",
|
|
4547
|
-
"label": "Teach"
|
|
4548
|
-
"href": "/teach"
|
|
4548
|
+
"label": "Teach"
|
|
4549
4549
|
},
|
|
4550
4550
|
{
|
|
4551
|
+
"href": "/quiz",
|
|
4551
4552
|
"icon": "help-circle",
|
|
4552
|
-
"label": "Quiz"
|
|
4553
|
-
"href": "/quiz"
|
|
4553
|
+
"label": "Quiz"
|
|
4554
4554
|
},
|
|
4555
4555
|
{
|
|
4556
|
-
"
|
|
4556
|
+
"href": "/concepts",
|
|
4557
4557
|
"icon": "brain",
|
|
4558
|
-
"
|
|
4558
|
+
"label": "Concepts"
|
|
4559
4559
|
}
|
|
4560
4560
|
],
|
|
4561
|
+
"appName": "AI Tutor",
|
|
4561
4562
|
"children": [
|
|
4562
4563
|
{
|
|
4564
|
+
"type": "stack",
|
|
4565
|
+
"direction": "vertical",
|
|
4566
|
+
"gap": "lg",
|
|
4563
4567
|
"children": [
|
|
4564
4568
|
{
|
|
4569
|
+
"align": "center",
|
|
4570
|
+
"direction": "horizontal",
|
|
4565
4571
|
"justify": "between",
|
|
4572
|
+
"gap": "md",
|
|
4566
4573
|
"children": [
|
|
4567
4574
|
{
|
|
4568
4575
|
"direction": "horizontal",
|
|
@@ -4572,35 +4579,32 @@
|
|
|
4572
4579
|
"name": "tag"
|
|
4573
4580
|
},
|
|
4574
4581
|
{
|
|
4582
|
+
"type": "typography",
|
|
4575
4583
|
"variant": "h2",
|
|
4576
|
-
"content": "StudentAssessment Result"
|
|
4577
|
-
"type": "typography"
|
|
4584
|
+
"content": "StudentAssessment Result"
|
|
4578
4585
|
}
|
|
4579
4586
|
],
|
|
4580
4587
|
"gap": "md",
|
|
4581
|
-
"
|
|
4582
|
-
"
|
|
4588
|
+
"align": "center",
|
|
4589
|
+
"type": "stack"
|
|
4583
4590
|
},
|
|
4584
4591
|
{
|
|
4585
|
-
"label": "Dismiss",
|
|
4586
|
-
"action": "HIDE",
|
|
4587
4592
|
"type": "button",
|
|
4588
4593
|
"variant": "ghost",
|
|
4589
|
-
"
|
|
4594
|
+
"action": "HIDE",
|
|
4595
|
+
"icon": "x",
|
|
4596
|
+
"label": "Dismiss"
|
|
4590
4597
|
}
|
|
4591
4598
|
],
|
|
4592
|
-
"
|
|
4593
|
-
"type": "stack",
|
|
4594
|
-
"direction": "horizontal",
|
|
4595
|
-
"gap": "md"
|
|
4599
|
+
"type": "stack"
|
|
4596
4600
|
},
|
|
4597
4601
|
{
|
|
4598
4602
|
"type": "divider"
|
|
4599
4603
|
},
|
|
4600
4604
|
{
|
|
4601
|
-
"variant": "@entity.notificationType",
|
|
4602
4605
|
"message": "@entity.message",
|
|
4603
|
-
"type": "alert"
|
|
4606
|
+
"type": "alert",
|
|
4607
|
+
"variant": "@entity.notificationType"
|
|
4604
4608
|
},
|
|
4605
4609
|
{
|
|
4606
4610
|
"type": "toast-slot"
|
|
@@ -4610,13 +4614,9 @@
|
|
|
4610
4614
|
"type": "alert",
|
|
4611
4615
|
"variant": "warning"
|
|
4612
4616
|
}
|
|
4613
|
-
]
|
|
4614
|
-
"type": "stack",
|
|
4615
|
-
"direction": "vertical",
|
|
4616
|
-
"gap": "lg"
|
|
4617
|
+
]
|
|
4617
4618
|
}
|
|
4618
|
-
]
|
|
4619
|
-
"appName": "AI Tutor"
|
|
4619
|
+
]
|
|
4620
4620
|
}
|
|
4621
4621
|
]
|
|
4622
4622
|
]
|
|
@@ -4640,41 +4640,61 @@
|
|
|
4640
4640
|
"render-ui",
|
|
4641
4641
|
"main",
|
|
4642
4642
|
{
|
|
4643
|
+
"navItems": [
|
|
4644
|
+
{
|
|
4645
|
+
"icon": "book-open",
|
|
4646
|
+
"label": "Teach",
|
|
4647
|
+
"href": "/teach"
|
|
4648
|
+
},
|
|
4649
|
+
{
|
|
4650
|
+
"href": "/quiz",
|
|
4651
|
+
"icon": "help-circle",
|
|
4652
|
+
"label": "Quiz"
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"label": "Concepts",
|
|
4656
|
+
"href": "/concepts",
|
|
4657
|
+
"icon": "brain"
|
|
4658
|
+
}
|
|
4659
|
+
],
|
|
4660
|
+
"appName": "AI Tutor",
|
|
4661
|
+
"type": "dashboard-layout",
|
|
4643
4662
|
"children": [
|
|
4644
4663
|
{
|
|
4664
|
+
"direction": "vertical",
|
|
4645
4665
|
"children": [
|
|
4646
4666
|
{
|
|
4667
|
+
"type": "stack",
|
|
4647
4668
|
"justify": "between",
|
|
4648
4669
|
"align": "center",
|
|
4649
|
-
"type": "stack",
|
|
4650
|
-
"direction": "horizontal",
|
|
4651
|
-
"gap": "md",
|
|
4652
4670
|
"children": [
|
|
4653
4671
|
{
|
|
4654
4672
|
"align": "center",
|
|
4655
4673
|
"type": "stack",
|
|
4656
4674
|
"direction": "horizontal",
|
|
4657
|
-
"gap": "md",
|
|
4658
4675
|
"children": [
|
|
4659
4676
|
{
|
|
4660
|
-
"
|
|
4661
|
-
"
|
|
4677
|
+
"name": "tag",
|
|
4678
|
+
"type": "icon"
|
|
4662
4679
|
},
|
|
4663
4680
|
{
|
|
4664
|
-
"content": "StudentAssessment Result",
|
|
4665
4681
|
"variant": "h2",
|
|
4666
|
-
"type": "typography"
|
|
4682
|
+
"type": "typography",
|
|
4683
|
+
"content": "StudentAssessment Result"
|
|
4667
4684
|
}
|
|
4668
|
-
]
|
|
4685
|
+
],
|
|
4686
|
+
"gap": "md"
|
|
4669
4687
|
},
|
|
4670
4688
|
{
|
|
4671
|
-
"type": "button",
|
|
4672
4689
|
"variant": "ghost",
|
|
4673
|
-
"
|
|
4690
|
+
"type": "button",
|
|
4691
|
+
"label": "Dismiss",
|
|
4674
4692
|
"action": "HIDE",
|
|
4675
|
-
"
|
|
4693
|
+
"icon": "x"
|
|
4676
4694
|
}
|
|
4677
|
-
]
|
|
4695
|
+
],
|
|
4696
|
+
"gap": "md",
|
|
4697
|
+
"direction": "horizontal"
|
|
4678
4698
|
},
|
|
4679
4699
|
{
|
|
4680
4700
|
"type": "divider"
|
|
@@ -4688,35 +4708,15 @@
|
|
|
4688
4708
|
"type": "toast-slot"
|
|
4689
4709
|
},
|
|
4690
4710
|
{
|
|
4691
|
-
"variant": "warning",
|
|
4692
4711
|
"message": "@entity.message",
|
|
4693
|
-
"type": "alert"
|
|
4712
|
+
"type": "alert",
|
|
4713
|
+
"variant": "warning"
|
|
4694
4714
|
}
|
|
4695
4715
|
],
|
|
4696
4716
|
"type": "stack",
|
|
4697
|
-
"gap": "lg"
|
|
4698
|
-
"direction": "vertical"
|
|
4699
|
-
}
|
|
4700
|
-
],
|
|
4701
|
-
"appName": "AI Tutor",
|
|
4702
|
-
"navItems": [
|
|
4703
|
-
{
|
|
4704
|
-
"label": "Teach",
|
|
4705
|
-
"icon": "book-open",
|
|
4706
|
-
"href": "/teach"
|
|
4707
|
-
},
|
|
4708
|
-
{
|
|
4709
|
-
"icon": "help-circle",
|
|
4710
|
-
"label": "Quiz",
|
|
4711
|
-
"href": "/quiz"
|
|
4712
|
-
},
|
|
4713
|
-
{
|
|
4714
|
-
"label": "Concepts",
|
|
4715
|
-
"href": "/concepts",
|
|
4716
|
-
"icon": "brain"
|
|
4717
|
+
"gap": "lg"
|
|
4717
4718
|
}
|
|
4718
|
-
]
|
|
4719
|
-
"type": "dashboard-layout"
|
|
4719
|
+
]
|
|
4720
4720
|
}
|
|
4721
4721
|
]
|
|
4722
4722
|
]
|
|
@@ -4881,30 +4881,30 @@
|
|
|
4881
4881
|
"appName": "AI Tutor",
|
|
4882
4882
|
"navItems": [
|
|
4883
4883
|
{
|
|
4884
|
-
"label": "Teach",
|
|
4885
4884
|
"href": "/teach",
|
|
4885
|
+
"label": "Teach",
|
|
4886
4886
|
"icon": "book-open"
|
|
4887
4887
|
},
|
|
4888
4888
|
{
|
|
4889
|
-
"
|
|
4889
|
+
"href": "/quiz",
|
|
4890
4890
|
"label": "Quiz",
|
|
4891
|
-
"
|
|
4891
|
+
"icon": "help-circle"
|
|
4892
4892
|
},
|
|
4893
4893
|
{
|
|
4894
|
-
"icon": "brain",
|
|
4895
4894
|
"label": "Concepts",
|
|
4896
|
-
"href": "/concepts"
|
|
4895
|
+
"href": "/concepts",
|
|
4896
|
+
"icon": "brain"
|
|
4897
4897
|
}
|
|
4898
4898
|
],
|
|
4899
|
+
"type": "dashboard-layout",
|
|
4899
4900
|
"children": [
|
|
4900
4901
|
{
|
|
4901
4902
|
"icon": "tag",
|
|
4902
|
-
"type": "empty-state",
|
|
4903
4903
|
"title": "Classifier",
|
|
4904
|
-
"description": "Classifier is ready"
|
|
4904
|
+
"description": "Classifier is ready",
|
|
4905
|
+
"type": "empty-state"
|
|
4905
4906
|
}
|
|
4906
|
-
]
|
|
4907
|
-
"type": "dashboard-layout"
|
|
4907
|
+
]
|
|
4908
4908
|
}
|
|
4909
4909
|
]
|
|
4910
4910
|
]
|
|
@@ -5125,4 +5125,4 @@
|
|
|
5125
5125
|
]
|
|
5126
5126
|
}
|
|
5127
5127
|
]
|
|
5128
|
-
}
|
|
5128
|
+
}
|