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