@almadar/std 13.7.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/package.json +1 -1
|
@@ -58,6 +58,19 @@
|
|
|
58
58
|
"name": "error",
|
|
59
59
|
"type": "string",
|
|
60
60
|
"default": ""
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "activeTab",
|
|
64
|
+
"type": "string",
|
|
65
|
+
"default": ""
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "items",
|
|
69
|
+
"type": "array",
|
|
70
|
+
"default": [],
|
|
71
|
+
"items": {
|
|
72
|
+
"type": "object"
|
|
73
|
+
}
|
|
61
74
|
}
|
|
62
75
|
]
|
|
63
76
|
},
|
|
@@ -338,13 +351,18 @@
|
|
|
338
351
|
"to": "idle",
|
|
339
352
|
"event": "INIT",
|
|
340
353
|
"effects": [
|
|
354
|
+
[
|
|
355
|
+
"set",
|
|
356
|
+
"@entity.studentLevel",
|
|
357
|
+
"unknown"
|
|
358
|
+
],
|
|
341
359
|
[
|
|
342
360
|
"fetch",
|
|
343
361
|
"TutorSession",
|
|
344
362
|
{
|
|
345
363
|
"emit": {
|
|
346
|
-
"
|
|
347
|
-
"
|
|
364
|
+
"failure": "TutorSessionLoadFailed",
|
|
365
|
+
"success": "TutorSessionLoaded"
|
|
348
366
|
}
|
|
349
367
|
}
|
|
350
368
|
],
|
|
@@ -353,77 +371,77 @@
|
|
|
353
371
|
"main",
|
|
354
372
|
{
|
|
355
373
|
"type": "dashboard-layout",
|
|
356
|
-
"appName": "AI Tutor",
|
|
357
|
-
"navItems": [
|
|
358
|
-
{
|
|
359
|
-
"label": "Teach",
|
|
360
|
-
"icon": "book-open",
|
|
361
|
-
"href": "/teach"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"label": "Quiz",
|
|
365
|
-
"href": "/quiz",
|
|
366
|
-
"icon": "help-circle"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"icon": "brain",
|
|
370
|
-
"href": "/concepts",
|
|
371
|
-
"label": "Concepts"
|
|
372
|
-
}
|
|
373
|
-
],
|
|
374
374
|
"children": [
|
|
375
375
|
{
|
|
376
|
-
"gap": "lg",
|
|
377
376
|
"children": [
|
|
378
377
|
{
|
|
378
|
+
"align": "center",
|
|
379
|
+
"gap": "sm",
|
|
380
|
+
"type": "stack",
|
|
381
|
+
"direction": "horizontal",
|
|
379
382
|
"children": [
|
|
380
383
|
{
|
|
381
384
|
"type": "icon",
|
|
382
385
|
"name": "graduation-cap"
|
|
383
386
|
},
|
|
384
387
|
{
|
|
385
|
-
"
|
|
388
|
+
"content": "Tutor",
|
|
386
389
|
"variant": "h2",
|
|
387
|
-
"
|
|
390
|
+
"type": "typography"
|
|
388
391
|
}
|
|
389
|
-
]
|
|
390
|
-
"direction": "horizontal",
|
|
391
|
-
"type": "stack",
|
|
392
|
-
"gap": "sm",
|
|
393
|
-
"align": "center"
|
|
392
|
+
]
|
|
394
393
|
},
|
|
395
394
|
{
|
|
396
395
|
"type": "divider"
|
|
397
396
|
},
|
|
398
397
|
{
|
|
398
|
+
"type": "card",
|
|
399
399
|
"children": [
|
|
400
400
|
{
|
|
401
|
+
"direction": "vertical",
|
|
401
402
|
"type": "stack",
|
|
402
|
-
"gap": "md",
|
|
403
403
|
"children": [
|
|
404
404
|
{
|
|
405
|
-
"content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
|
|
406
405
|
"type": "typography",
|
|
406
|
+
"content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
|
|
407
407
|
"variant": "body"
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
|
-
"type": "form-section",
|
|
411
|
-
"mode": "edit",
|
|
412
|
-
"entity": "@entity",
|
|
413
|
-
"submitEvent": "START_SESSION",
|
|
414
410
|
"fields": [
|
|
415
411
|
"topic"
|
|
416
|
-
]
|
|
412
|
+
],
|
|
413
|
+
"entity": "@entity",
|
|
414
|
+
"mode": "edit",
|
|
415
|
+
"type": "form-section",
|
|
416
|
+
"submitEvent": "START_SESSION"
|
|
417
417
|
}
|
|
418
418
|
],
|
|
419
|
-
"
|
|
419
|
+
"gap": "md"
|
|
420
420
|
}
|
|
421
|
-
]
|
|
422
|
-
"type": "card"
|
|
421
|
+
]
|
|
423
422
|
}
|
|
424
423
|
],
|
|
424
|
+
"direction": "vertical",
|
|
425
425
|
"type": "stack",
|
|
426
|
-
"
|
|
426
|
+
"gap": "lg"
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"appName": "AI Tutor",
|
|
430
|
+
"navItems": [
|
|
431
|
+
{
|
|
432
|
+
"icon": "book-open",
|
|
433
|
+
"label": "Teach",
|
|
434
|
+
"href": "/teach"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"label": "Quiz",
|
|
438
|
+
"icon": "help-circle",
|
|
439
|
+
"href": "/quiz"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"label": "Concepts",
|
|
443
|
+
"href": "/concepts",
|
|
444
|
+
"icon": "brain"
|
|
427
445
|
}
|
|
428
446
|
]
|
|
429
447
|
}
|
|
@@ -458,51 +476,51 @@
|
|
|
458
476
|
"main",
|
|
459
477
|
{
|
|
460
478
|
"appName": "AI Tutor",
|
|
461
|
-
"type": "dashboard-layout",
|
|
462
|
-
"navItems": [
|
|
463
|
-
{
|
|
464
|
-
"icon": "book-open",
|
|
465
|
-
"href": "/teach",
|
|
466
|
-
"label": "Teach"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"icon": "help-circle",
|
|
470
|
-
"label": "Quiz",
|
|
471
|
-
"href": "/quiz"
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"label": "Concepts",
|
|
475
|
-
"icon": "brain",
|
|
476
|
-
"href": "/concepts"
|
|
477
|
-
}
|
|
478
|
-
],
|
|
479
479
|
"children": [
|
|
480
480
|
{
|
|
481
|
+
"gap": "lg",
|
|
482
|
+
"type": "stack",
|
|
483
|
+
"align": "center",
|
|
484
|
+
"direction": "vertical",
|
|
481
485
|
"children": [
|
|
482
486
|
{
|
|
483
|
-
"
|
|
484
|
-
"
|
|
487
|
+
"type": "icon",
|
|
488
|
+
"name": "search"
|
|
485
489
|
},
|
|
486
490
|
{
|
|
491
|
+
"content": "Assessing your level...",
|
|
487
492
|
"variant": "h3",
|
|
488
|
-
"type": "typography"
|
|
489
|
-
"content": "Assessing your level..."
|
|
493
|
+
"type": "typography"
|
|
490
494
|
},
|
|
491
495
|
{
|
|
492
496
|
"type": "spinner"
|
|
493
497
|
},
|
|
494
498
|
{
|
|
495
|
-
"
|
|
499
|
+
"type": "typography",
|
|
496
500
|
"content": "Recalling prior learning and classifying skill level",
|
|
497
|
-
"
|
|
501
|
+
"variant": "caption"
|
|
498
502
|
}
|
|
499
|
-
]
|
|
500
|
-
"align": "center",
|
|
501
|
-
"gap": "lg",
|
|
502
|
-
"direction": "vertical",
|
|
503
|
-
"type": "stack"
|
|
503
|
+
]
|
|
504
504
|
}
|
|
505
|
-
]
|
|
505
|
+
],
|
|
506
|
+
"navItems": [
|
|
507
|
+
{
|
|
508
|
+
"icon": "book-open",
|
|
509
|
+
"label": "Teach",
|
|
510
|
+
"href": "/teach"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"icon": "help-circle",
|
|
514
|
+
"label": "Quiz",
|
|
515
|
+
"href": "/quiz"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"label": "Concepts",
|
|
519
|
+
"href": "/concepts",
|
|
520
|
+
"icon": "brain"
|
|
521
|
+
}
|
|
522
|
+
],
|
|
523
|
+
"type": "dashboard-layout"
|
|
506
524
|
}
|
|
507
525
|
]
|
|
508
526
|
]
|
|
@@ -530,37 +548,23 @@
|
|
|
530
548
|
"render-ui",
|
|
531
549
|
"main",
|
|
532
550
|
{
|
|
533
|
-
"
|
|
534
|
-
"navItems": [
|
|
535
|
-
{
|
|
536
|
-
"href": "/teach",
|
|
537
|
-
"icon": "book-open",
|
|
538
|
-
"label": "Teach"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"href": "/quiz",
|
|
542
|
-
"icon": "help-circle",
|
|
543
|
-
"label": "Quiz"
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"icon": "brain",
|
|
547
|
-
"label": "Concepts",
|
|
548
|
-
"href": "/concepts"
|
|
549
|
-
}
|
|
550
|
-
],
|
|
551
|
+
"appName": "AI Tutor",
|
|
551
552
|
"children": [
|
|
552
553
|
{
|
|
553
554
|
"children": [
|
|
554
555
|
{
|
|
556
|
+
"align": "center",
|
|
557
|
+
"gap": "sm",
|
|
558
|
+
"justify": "between",
|
|
559
|
+
"type": "stack",
|
|
555
560
|
"children": [
|
|
556
561
|
{
|
|
557
|
-
"
|
|
562
|
+
"direction": "horizontal",
|
|
558
563
|
"align": "center",
|
|
559
|
-
"gap": "sm",
|
|
560
564
|
"children": [
|
|
561
565
|
{
|
|
562
|
-
"
|
|
563
|
-
"
|
|
566
|
+
"name": "book-open",
|
|
567
|
+
"type": "icon"
|
|
564
568
|
},
|
|
565
569
|
{
|
|
566
570
|
"type": "typography",
|
|
@@ -568,18 +572,15 @@
|
|
|
568
572
|
"variant": "h2"
|
|
569
573
|
}
|
|
570
574
|
],
|
|
571
|
-
"
|
|
575
|
+
"gap": "sm",
|
|
576
|
+
"type": "stack"
|
|
572
577
|
},
|
|
573
578
|
{
|
|
574
|
-
"
|
|
575
|
-
"
|
|
579
|
+
"label": "@entity.studentLevel",
|
|
580
|
+
"type": "badge"
|
|
576
581
|
}
|
|
577
582
|
],
|
|
578
|
-
"
|
|
579
|
-
"gap": "sm",
|
|
580
|
-
"type": "stack",
|
|
581
|
-
"direction": "horizontal",
|
|
582
|
-
"align": "center"
|
|
583
|
+
"direction": "horizontal"
|
|
583
584
|
},
|
|
584
585
|
{
|
|
585
586
|
"type": "divider"
|
|
@@ -588,48 +589,49 @@
|
|
|
588
589
|
"type": "card",
|
|
589
590
|
"children": [
|
|
590
591
|
{
|
|
591
|
-
"
|
|
592
|
-
"direction": "vertical",
|
|
592
|
+
"type": "stack",
|
|
593
593
|
"children": [
|
|
594
594
|
{
|
|
595
|
-
"variant": "body",
|
|
596
595
|
"type": "typography",
|
|
597
|
-
"content": "@entity.explanation"
|
|
596
|
+
"content": "@entity.explanation",
|
|
597
|
+
"variant": "body"
|
|
598
598
|
}
|
|
599
599
|
],
|
|
600
|
-
"
|
|
600
|
+
"direction": "vertical",
|
|
601
|
+
"gap": "md"
|
|
601
602
|
}
|
|
602
603
|
]
|
|
603
604
|
},
|
|
604
605
|
{
|
|
605
|
-
"gap": "sm",
|
|
606
606
|
"type": "stack",
|
|
607
|
+
"gap": "sm",
|
|
607
608
|
"direction": "horizontal",
|
|
608
609
|
"children": [
|
|
609
610
|
{
|
|
610
|
-
"
|
|
611
|
+
"variant": "primary",
|
|
611
612
|
"type": "button",
|
|
612
613
|
"action": "START_QUIZ",
|
|
613
|
-
"
|
|
614
|
-
"
|
|
614
|
+
"icon": "help-circle",
|
|
615
|
+
"label": "Quiz Me"
|
|
615
616
|
},
|
|
616
617
|
{
|
|
617
618
|
"type": "button",
|
|
619
|
+
"action": "EXPLAIN_MORE",
|
|
618
620
|
"label": "Explain More",
|
|
619
621
|
"variant": "secondary",
|
|
620
|
-
"action": "EXPLAIN_MORE",
|
|
621
622
|
"icon": "book-open"
|
|
622
623
|
},
|
|
623
624
|
{
|
|
625
|
+
"type": "button",
|
|
626
|
+
"action": "RESET",
|
|
624
627
|
"variant": "ghost",
|
|
625
|
-
"label": "New Topic",
|
|
626
628
|
"icon": "rotate-ccw",
|
|
627
|
-
"
|
|
628
|
-
"action": "RESET"
|
|
629
|
+
"label": "New Topic"
|
|
629
630
|
}
|
|
630
631
|
]
|
|
631
632
|
},
|
|
632
633
|
{
|
|
634
|
+
"direction": "horizontal",
|
|
633
635
|
"children": [
|
|
634
636
|
{
|
|
635
637
|
"label": "@entity.questionsAsked",
|
|
@@ -640,17 +642,33 @@
|
|
|
640
642
|
"type": "badge"
|
|
641
643
|
}
|
|
642
644
|
],
|
|
643
|
-
"gap": "xs",
|
|
644
645
|
"type": "stack",
|
|
645
|
-
"
|
|
646
|
+
"gap": "xs"
|
|
646
647
|
}
|
|
647
648
|
],
|
|
648
|
-
"gap": "lg",
|
|
649
649
|
"direction": "vertical",
|
|
650
|
+
"gap": "lg",
|
|
650
651
|
"type": "stack"
|
|
651
652
|
}
|
|
652
653
|
],
|
|
653
|
-
"
|
|
654
|
+
"type": "dashboard-layout",
|
|
655
|
+
"navItems": [
|
|
656
|
+
{
|
|
657
|
+
"href": "/teach",
|
|
658
|
+
"icon": "book-open",
|
|
659
|
+
"label": "Teach"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"label": "Quiz",
|
|
663
|
+
"href": "/quiz",
|
|
664
|
+
"icon": "help-circle"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"icon": "brain",
|
|
668
|
+
"href": "/concepts",
|
|
669
|
+
"label": "Concepts"
|
|
670
|
+
}
|
|
671
|
+
]
|
|
654
672
|
}
|
|
655
673
|
]
|
|
656
674
|
]
|
|
@@ -668,30 +686,21 @@
|
|
|
668
686
|
"render-ui",
|
|
669
687
|
"main",
|
|
670
688
|
{
|
|
671
|
-
"navItems": [
|
|
672
|
-
{
|
|
673
|
-
"icon": "book-open",
|
|
674
|
-
"href": "/teach",
|
|
675
|
-
"label": "Teach"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"icon": "help-circle",
|
|
679
|
-
"label": "Quiz",
|
|
680
|
-
"href": "/quiz"
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"icon": "brain",
|
|
684
|
-
"href": "/concepts",
|
|
685
|
-
"label": "Concepts"
|
|
686
|
-
}
|
|
687
|
-
],
|
|
688
689
|
"children": [
|
|
689
690
|
{
|
|
691
|
+
"direction": "vertical",
|
|
690
692
|
"type": "stack",
|
|
693
|
+
"gap": "lg",
|
|
691
694
|
"children": [
|
|
692
695
|
{
|
|
696
|
+
"direction": "horizontal",
|
|
697
|
+
"type": "stack",
|
|
698
|
+
"gap": "sm",
|
|
699
|
+
"align": "center",
|
|
700
|
+
"justify": "between",
|
|
693
701
|
"children": [
|
|
694
702
|
{
|
|
703
|
+
"align": "center",
|
|
695
704
|
"children": [
|
|
696
705
|
{
|
|
697
706
|
"type": "icon",
|
|
@@ -703,21 +712,15 @@
|
|
|
703
712
|
"type": "typography"
|
|
704
713
|
}
|
|
705
714
|
],
|
|
706
|
-
"direction": "horizontal",
|
|
707
715
|
"type": "stack",
|
|
708
|
-
"
|
|
716
|
+
"direction": "horizontal",
|
|
709
717
|
"gap": "sm"
|
|
710
718
|
},
|
|
711
719
|
{
|
|
712
720
|
"type": "badge",
|
|
713
721
|
"label": "@entity.studentLevel"
|
|
714
722
|
}
|
|
715
|
-
]
|
|
716
|
-
"gap": "sm",
|
|
717
|
-
"direction": "horizontal",
|
|
718
|
-
"type": "stack",
|
|
719
|
-
"align": "center",
|
|
720
|
-
"justify": "between"
|
|
723
|
+
]
|
|
721
724
|
},
|
|
722
725
|
{
|
|
723
726
|
"type": "divider"
|
|
@@ -725,6 +728,8 @@
|
|
|
725
728
|
{
|
|
726
729
|
"children": [
|
|
727
730
|
{
|
|
731
|
+
"direction": "vertical",
|
|
732
|
+
"gap": "md",
|
|
728
733
|
"type": "stack",
|
|
729
734
|
"children": [
|
|
730
735
|
{
|
|
@@ -732,28 +737,29 @@
|
|
|
732
737
|
"type": "typography",
|
|
733
738
|
"variant": "body"
|
|
734
739
|
}
|
|
735
|
-
]
|
|
736
|
-
"direction": "vertical",
|
|
737
|
-
"gap": "md"
|
|
740
|
+
]
|
|
738
741
|
}
|
|
739
742
|
],
|
|
740
743
|
"type": "card"
|
|
741
744
|
},
|
|
742
745
|
{
|
|
746
|
+
"gap": "sm",
|
|
747
|
+
"type": "stack",
|
|
748
|
+
"direction": "horizontal",
|
|
743
749
|
"children": [
|
|
744
750
|
{
|
|
745
|
-
"action": "START_QUIZ",
|
|
746
|
-
"type": "button",
|
|
747
|
-
"variant": "primary",
|
|
748
751
|
"icon": "help-circle",
|
|
749
|
-
"
|
|
752
|
+
"type": "button",
|
|
753
|
+
"label": "Quiz Me",
|
|
754
|
+
"action": "START_QUIZ",
|
|
755
|
+
"variant": "primary"
|
|
750
756
|
},
|
|
751
757
|
{
|
|
752
|
-
"
|
|
753
|
-
"icon": "book-open",
|
|
758
|
+
"type": "button",
|
|
754
759
|
"label": "Explain More",
|
|
755
760
|
"variant": "secondary",
|
|
756
|
-
"
|
|
761
|
+
"action": "EXPLAIN_MORE",
|
|
762
|
+
"icon": "book-open"
|
|
757
763
|
},
|
|
758
764
|
{
|
|
759
765
|
"variant": "ghost",
|
|
@@ -762,12 +768,11 @@
|
|
|
762
768
|
"action": "RESET",
|
|
763
769
|
"icon": "rotate-ccw"
|
|
764
770
|
}
|
|
765
|
-
]
|
|
766
|
-
"direction": "horizontal",
|
|
767
|
-
"gap": "sm",
|
|
768
|
-
"type": "stack"
|
|
771
|
+
]
|
|
769
772
|
},
|
|
770
773
|
{
|
|
774
|
+
"type": "stack",
|
|
775
|
+
"direction": "horizontal",
|
|
771
776
|
"children": [
|
|
772
777
|
{
|
|
773
778
|
"type": "badge",
|
|
@@ -778,17 +783,30 @@
|
|
|
778
783
|
"label": "@entity.correctAnswers"
|
|
779
784
|
}
|
|
780
785
|
],
|
|
781
|
-
"gap": "xs"
|
|
782
|
-
"type": "stack",
|
|
783
|
-
"direction": "horizontal"
|
|
786
|
+
"gap": "xs"
|
|
784
787
|
}
|
|
785
|
-
]
|
|
786
|
-
"gap": "lg",
|
|
787
|
-
"direction": "vertical"
|
|
788
|
+
]
|
|
788
789
|
}
|
|
789
790
|
],
|
|
791
|
+
"type": "dashboard-layout",
|
|
790
792
|
"appName": "AI Tutor",
|
|
791
|
-
"
|
|
793
|
+
"navItems": [
|
|
794
|
+
{
|
|
795
|
+
"label": "Teach",
|
|
796
|
+
"href": "/teach",
|
|
797
|
+
"icon": "book-open"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"href": "/quiz",
|
|
801
|
+
"icon": "help-circle",
|
|
802
|
+
"label": "Quiz"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"href": "/concepts",
|
|
806
|
+
"label": "Concepts",
|
|
807
|
+
"icon": "brain"
|
|
808
|
+
}
|
|
809
|
+
]
|
|
792
810
|
}
|
|
793
811
|
]
|
|
794
812
|
]
|
|
@@ -806,37 +824,17 @@
|
|
|
806
824
|
"render-ui",
|
|
807
825
|
"main",
|
|
808
826
|
{
|
|
809
|
-
"appName": "AI Tutor",
|
|
810
|
-
"navItems": [
|
|
811
|
-
{
|
|
812
|
-
"label": "Teach",
|
|
813
|
-
"href": "/teach",
|
|
814
|
-
"icon": "book-open"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"href": "/quiz",
|
|
818
|
-
"icon": "help-circle",
|
|
819
|
-
"label": "Quiz"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"icon": "brain",
|
|
823
|
-
"label": "Concepts",
|
|
824
|
-
"href": "/concepts"
|
|
825
|
-
}
|
|
826
|
-
],
|
|
827
827
|
"children": [
|
|
828
828
|
{
|
|
829
|
+
"direction": "vertical",
|
|
829
830
|
"type": "stack",
|
|
830
831
|
"gap": "lg",
|
|
831
|
-
"direction": "vertical",
|
|
832
832
|
"children": [
|
|
833
833
|
{
|
|
834
|
-
"align": "center",
|
|
835
|
-
"gap": "sm",
|
|
836
|
-
"justify": "between",
|
|
837
|
-
"direction": "horizontal",
|
|
838
834
|
"children": [
|
|
839
835
|
{
|
|
836
|
+
"type": "stack",
|
|
837
|
+
"align": "center",
|
|
840
838
|
"children": [
|
|
841
839
|
{
|
|
842
840
|
"type": "icon",
|
|
@@ -844,21 +842,23 @@
|
|
|
844
842
|
},
|
|
845
843
|
{
|
|
846
844
|
"variant": "h2",
|
|
847
|
-
"
|
|
848
|
-
"
|
|
845
|
+
"type": "typography",
|
|
846
|
+
"content": "Lesson: @entity.topic"
|
|
849
847
|
}
|
|
850
848
|
],
|
|
851
849
|
"direction": "horizontal",
|
|
852
|
-
"gap": "sm"
|
|
853
|
-
"align": "center",
|
|
854
|
-
"type": "stack"
|
|
850
|
+
"gap": "sm"
|
|
855
851
|
},
|
|
856
852
|
{
|
|
857
|
-
"
|
|
858
|
-
"
|
|
853
|
+
"label": "@entity.studentLevel",
|
|
854
|
+
"type": "badge"
|
|
859
855
|
}
|
|
860
856
|
],
|
|
861
|
-
"
|
|
857
|
+
"gap": "sm",
|
|
858
|
+
"type": "stack",
|
|
859
|
+
"direction": "horizontal",
|
|
860
|
+
"justify": "between",
|
|
861
|
+
"align": "center"
|
|
862
862
|
},
|
|
863
863
|
{
|
|
864
864
|
"type": "divider"
|
|
@@ -868,65 +868,83 @@
|
|
|
868
868
|
"children": [
|
|
869
869
|
{
|
|
870
870
|
"gap": "md",
|
|
871
|
+
"type": "stack",
|
|
872
|
+
"direction": "vertical",
|
|
871
873
|
"children": [
|
|
872
874
|
{
|
|
873
|
-
"content": "@entity.explanation",
|
|
874
875
|
"type": "typography",
|
|
876
|
+
"content": "@entity.explanation",
|
|
875
877
|
"variant": "body"
|
|
876
878
|
}
|
|
877
|
-
]
|
|
878
|
-
"direction": "vertical",
|
|
879
|
-
"type": "stack"
|
|
879
|
+
]
|
|
880
880
|
}
|
|
881
881
|
]
|
|
882
882
|
},
|
|
883
883
|
{
|
|
884
|
-
"type": "stack",
|
|
885
|
-
"direction": "horizontal",
|
|
886
884
|
"gap": "sm",
|
|
885
|
+
"direction": "horizontal",
|
|
886
|
+
"type": "stack",
|
|
887
887
|
"children": [
|
|
888
888
|
{
|
|
889
889
|
"action": "START_QUIZ",
|
|
890
|
-
"label": "Quiz Me",
|
|
891
890
|
"type": "button",
|
|
892
891
|
"variant": "primary",
|
|
892
|
+
"label": "Quiz Me",
|
|
893
893
|
"icon": "help-circle"
|
|
894
894
|
},
|
|
895
895
|
{
|
|
896
|
-
"type": "button",
|
|
897
896
|
"variant": "secondary",
|
|
898
|
-
"
|
|
897
|
+
"action": "EXPLAIN_MORE",
|
|
898
|
+
"type": "button",
|
|
899
899
|
"icon": "book-open",
|
|
900
|
-
"
|
|
900
|
+
"label": "Explain More"
|
|
901
901
|
},
|
|
902
902
|
{
|
|
903
|
-
"type": "button",
|
|
904
903
|
"icon": "rotate-ccw",
|
|
905
904
|
"variant": "ghost",
|
|
906
905
|
"action": "RESET",
|
|
906
|
+
"type": "button",
|
|
907
907
|
"label": "New Topic"
|
|
908
908
|
}
|
|
909
909
|
]
|
|
910
910
|
},
|
|
911
911
|
{
|
|
912
|
+
"direction": "horizontal",
|
|
912
913
|
"children": [
|
|
913
914
|
{
|
|
914
|
-
"
|
|
915
|
-
"
|
|
915
|
+
"label": "@entity.questionsAsked",
|
|
916
|
+
"type": "badge"
|
|
916
917
|
},
|
|
917
918
|
{
|
|
918
|
-
"
|
|
919
|
-
"
|
|
919
|
+
"type": "badge",
|
|
920
|
+
"label": "@entity.correctAnswers"
|
|
920
921
|
}
|
|
921
922
|
],
|
|
922
|
-
"gap": "xs",
|
|
923
923
|
"type": "stack",
|
|
924
|
-
"
|
|
924
|
+
"gap": "xs"
|
|
925
925
|
}
|
|
926
926
|
]
|
|
927
927
|
}
|
|
928
928
|
],
|
|
929
|
-
"type": "dashboard-layout"
|
|
929
|
+
"type": "dashboard-layout",
|
|
930
|
+
"appName": "AI Tutor",
|
|
931
|
+
"navItems": [
|
|
932
|
+
{
|
|
933
|
+
"href": "/teach",
|
|
934
|
+
"icon": "book-open",
|
|
935
|
+
"label": "Teach"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"label": "Quiz",
|
|
939
|
+
"href": "/quiz",
|
|
940
|
+
"icon": "help-circle"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"icon": "brain",
|
|
944
|
+
"href": "/concepts",
|
|
945
|
+
"label": "Concepts"
|
|
946
|
+
}
|
|
947
|
+
]
|
|
930
948
|
}
|
|
931
949
|
]
|
|
932
950
|
]
|
|
@@ -965,44 +983,26 @@
|
|
|
965
983
|
"render-ui",
|
|
966
984
|
"main",
|
|
967
985
|
{
|
|
968
|
-
"navItems": [
|
|
969
|
-
{
|
|
970
|
-
"label": "Teach",
|
|
971
|
-
"icon": "book-open",
|
|
972
|
-
"href": "/teach"
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"label": "Quiz",
|
|
976
|
-
"href": "/quiz",
|
|
977
|
-
"icon": "help-circle"
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"icon": "brain",
|
|
981
|
-
"label": "Concepts",
|
|
982
|
-
"href": "/concepts"
|
|
983
|
-
}
|
|
984
|
-
],
|
|
985
986
|
"children": [
|
|
986
987
|
{
|
|
987
988
|
"gap": "lg",
|
|
988
|
-
"direction": "vertical",
|
|
989
989
|
"children": [
|
|
990
990
|
{
|
|
991
|
+
"direction": "horizontal",
|
|
992
|
+
"gap": "sm",
|
|
991
993
|
"align": "center",
|
|
992
994
|
"children": [
|
|
993
995
|
{
|
|
994
|
-
"
|
|
995
|
-
"
|
|
996
|
+
"type": "icon",
|
|
997
|
+
"name": "graduation-cap"
|
|
996
998
|
},
|
|
997
999
|
{
|
|
998
|
-
"
|
|
1000
|
+
"type": "typography",
|
|
999
1001
|
"content": "Tutor",
|
|
1000
|
-
"
|
|
1002
|
+
"variant": "h2"
|
|
1001
1003
|
}
|
|
1002
1004
|
],
|
|
1003
|
-
"type": "stack"
|
|
1004
|
-
"direction": "horizontal",
|
|
1005
|
-
"gap": "sm"
|
|
1005
|
+
"type": "stack"
|
|
1006
1006
|
},
|
|
1007
1007
|
{
|
|
1008
1008
|
"type": "divider"
|
|
@@ -1011,34 +1011,52 @@
|
|
|
1011
1011
|
"type": "card",
|
|
1012
1012
|
"children": [
|
|
1013
1013
|
{
|
|
1014
|
+
"gap": "md",
|
|
1015
|
+
"direction": "vertical",
|
|
1016
|
+
"type": "stack",
|
|
1014
1017
|
"children": [
|
|
1015
1018
|
{
|
|
1016
1019
|
"variant": "body",
|
|
1017
|
-
"
|
|
1018
|
-
"
|
|
1020
|
+
"content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
|
|
1021
|
+
"type": "typography"
|
|
1019
1022
|
},
|
|
1020
1023
|
{
|
|
1021
1024
|
"mode": "edit",
|
|
1022
|
-
"type": "form-section",
|
|
1023
1025
|
"entity": "@entity",
|
|
1024
1026
|
"submitEvent": "START_SESSION",
|
|
1025
1027
|
"fields": [
|
|
1026
1028
|
"topic"
|
|
1027
|
-
]
|
|
1029
|
+
],
|
|
1030
|
+
"type": "form-section"
|
|
1028
1031
|
}
|
|
1029
|
-
]
|
|
1030
|
-
"type": "stack",
|
|
1031
|
-
"direction": "vertical",
|
|
1032
|
-
"gap": "md"
|
|
1032
|
+
]
|
|
1033
1033
|
}
|
|
1034
1034
|
]
|
|
1035
1035
|
}
|
|
1036
1036
|
],
|
|
1037
|
+
"direction": "vertical",
|
|
1037
1038
|
"type": "stack"
|
|
1038
1039
|
}
|
|
1039
1040
|
],
|
|
1040
|
-
"
|
|
1041
|
-
"
|
|
1041
|
+
"appName": "AI Tutor",
|
|
1042
|
+
"navItems": [
|
|
1043
|
+
{
|
|
1044
|
+
"icon": "book-open",
|
|
1045
|
+
"href": "/teach",
|
|
1046
|
+
"label": "Teach"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"icon": "help-circle",
|
|
1050
|
+
"href": "/quiz",
|
|
1051
|
+
"label": "Quiz"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"href": "/concepts",
|
|
1055
|
+
"label": "Concepts",
|
|
1056
|
+
"icon": "brain"
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"type": "dashboard-layout"
|
|
1042
1060
|
}
|
|
1043
1061
|
]
|
|
1044
1062
|
]
|
|
@@ -1244,6 +1262,26 @@
|
|
|
1244
1262
|
"to": "idle",
|
|
1245
1263
|
"event": "INIT",
|
|
1246
1264
|
"effects": [
|
|
1265
|
+
[
|
|
1266
|
+
"set",
|
|
1267
|
+
"@entity.correctAnswer",
|
|
1268
|
+
""
|
|
1269
|
+
],
|
|
1270
|
+
[
|
|
1271
|
+
"set",
|
|
1272
|
+
"@entity.isCorrect",
|
|
1273
|
+
false
|
|
1274
|
+
],
|
|
1275
|
+
[
|
|
1276
|
+
"set",
|
|
1277
|
+
"@entity.options",
|
|
1278
|
+
""
|
|
1279
|
+
],
|
|
1280
|
+
[
|
|
1281
|
+
"set",
|
|
1282
|
+
"@entity.question",
|
|
1283
|
+
""
|
|
1284
|
+
],
|
|
1247
1285
|
[
|
|
1248
1286
|
"fetch",
|
|
1249
1287
|
"QuizQuestion",
|
|
@@ -1258,59 +1296,59 @@
|
|
|
1258
1296
|
"render-ui",
|
|
1259
1297
|
"main",
|
|
1260
1298
|
{
|
|
1261
|
-
"type": "dashboard-layout",
|
|
1262
|
-
"navItems": [
|
|
1263
|
-
{
|
|
1264
|
-
"label": "Teach",
|
|
1265
|
-
"href": "/teach",
|
|
1266
|
-
"icon": "book-open"
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"href": "/quiz",
|
|
1270
|
-
"label": "Quiz",
|
|
1271
|
-
"icon": "help-circle"
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"label": "Concepts",
|
|
1275
|
-
"href": "/concepts",
|
|
1276
|
-
"icon": "brain"
|
|
1277
|
-
}
|
|
1278
|
-
],
|
|
1279
1299
|
"children": [
|
|
1280
1300
|
{
|
|
1281
1301
|
"type": "stack",
|
|
1282
1302
|
"children": [
|
|
1283
1303
|
{
|
|
1284
1304
|
"type": "stack",
|
|
1285
|
-
"direction": "horizontal",
|
|
1286
|
-
"gap": "sm",
|
|
1287
1305
|
"align": "center",
|
|
1288
1306
|
"children": [
|
|
1289
1307
|
{
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1308
|
+
"type": "icon",
|
|
1309
|
+
"name": "help-circle"
|
|
1292
1310
|
},
|
|
1293
1311
|
{
|
|
1294
1312
|
"type": "typography",
|
|
1295
1313
|
"content": "Quiz",
|
|
1296
1314
|
"variant": "h2"
|
|
1297
1315
|
}
|
|
1298
|
-
]
|
|
1316
|
+
],
|
|
1317
|
+
"gap": "sm",
|
|
1318
|
+
"direction": "horizontal"
|
|
1299
1319
|
},
|
|
1300
1320
|
{
|
|
1301
1321
|
"type": "divider"
|
|
1302
1322
|
},
|
|
1303
1323
|
{
|
|
1304
|
-
"
|
|
1324
|
+
"content": "Waiting for a quiz to start...",
|
|
1305
1325
|
"type": "typography",
|
|
1306
|
-
"
|
|
1326
|
+
"variant": "body"
|
|
1307
1327
|
}
|
|
1308
1328
|
],
|
|
1309
1329
|
"gap": "lg",
|
|
1310
1330
|
"direction": "vertical"
|
|
1311
1331
|
}
|
|
1312
1332
|
],
|
|
1313
|
-
"
|
|
1333
|
+
"navItems": [
|
|
1334
|
+
{
|
|
1335
|
+
"href": "/teach",
|
|
1336
|
+
"icon": "book-open",
|
|
1337
|
+
"label": "Teach"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"label": "Quiz",
|
|
1341
|
+
"icon": "help-circle",
|
|
1342
|
+
"href": "/quiz"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"icon": "brain",
|
|
1346
|
+
"href": "/concepts",
|
|
1347
|
+
"label": "Concepts"
|
|
1348
|
+
}
|
|
1349
|
+
],
|
|
1350
|
+
"appName": "AI Tutor",
|
|
1351
|
+
"type": "dashboard-layout"
|
|
1314
1352
|
}
|
|
1315
1353
|
]
|
|
1316
1354
|
]
|
|
@@ -1333,46 +1371,47 @@
|
|
|
1333
1371
|
"render-ui",
|
|
1334
1372
|
"main",
|
|
1335
1373
|
{
|
|
1374
|
+
"appName": "AI Tutor",
|
|
1375
|
+
"type": "dashboard-layout",
|
|
1336
1376
|
"navItems": [
|
|
1337
1377
|
{
|
|
1378
|
+
"icon": "book-open",
|
|
1338
1379
|
"label": "Teach",
|
|
1339
|
-
"href": "/teach"
|
|
1340
|
-
"icon": "book-open"
|
|
1380
|
+
"href": "/teach"
|
|
1341
1381
|
},
|
|
1342
1382
|
{
|
|
1343
|
-
"href": "/quiz",
|
|
1344
1383
|
"label": "Quiz",
|
|
1384
|
+
"href": "/quiz",
|
|
1345
1385
|
"icon": "help-circle"
|
|
1346
1386
|
},
|
|
1347
1387
|
{
|
|
1348
|
-
"label": "Concepts",
|
|
1349
1388
|
"href": "/concepts",
|
|
1350
|
-
"icon": "brain"
|
|
1389
|
+
"icon": "brain",
|
|
1390
|
+
"label": "Concepts"
|
|
1351
1391
|
}
|
|
1352
1392
|
],
|
|
1353
|
-
"appName": "AI Tutor",
|
|
1354
1393
|
"children": [
|
|
1355
1394
|
{
|
|
1395
|
+
"gap": "lg",
|
|
1356
1396
|
"type": "stack",
|
|
1357
1397
|
"direction": "vertical",
|
|
1358
|
-
"gap": "lg",
|
|
1359
1398
|
"children": [
|
|
1360
1399
|
{
|
|
1361
1400
|
"direction": "horizontal",
|
|
1362
|
-
"type": "stack",
|
|
1363
|
-
"gap": "sm",
|
|
1364
|
-
"align": "center",
|
|
1365
1401
|
"children": [
|
|
1366
1402
|
{
|
|
1367
1403
|
"type": "icon",
|
|
1368
1404
|
"name": "help-circle"
|
|
1369
1405
|
},
|
|
1370
1406
|
{
|
|
1371
|
-
"
|
|
1407
|
+
"content": "Quiz Question",
|
|
1372
1408
|
"type": "typography",
|
|
1373
|
-
"
|
|
1409
|
+
"variant": "h2"
|
|
1374
1410
|
}
|
|
1375
|
-
]
|
|
1411
|
+
],
|
|
1412
|
+
"align": "center",
|
|
1413
|
+
"gap": "sm",
|
|
1414
|
+
"type": "stack"
|
|
1376
1415
|
},
|
|
1377
1416
|
{
|
|
1378
1417
|
"type": "divider"
|
|
@@ -1383,35 +1422,34 @@
|
|
|
1383
1422
|
{
|
|
1384
1423
|
"children": [
|
|
1385
1424
|
{
|
|
1386
|
-
"type": "typography",
|
|
1387
1425
|
"content": "@entity.question",
|
|
1388
|
-
"variant": "h3"
|
|
1426
|
+
"variant": "h3",
|
|
1427
|
+
"type": "typography"
|
|
1389
1428
|
},
|
|
1390
1429
|
{
|
|
1430
|
+
"type": "typography",
|
|
1391
1431
|
"variant": "body",
|
|
1392
|
-
"content": "@entity.options"
|
|
1393
|
-
"type": "typography"
|
|
1432
|
+
"content": "@entity.options"
|
|
1394
1433
|
},
|
|
1395
1434
|
{
|
|
1396
1435
|
"type": "form-section",
|
|
1397
|
-
"entity": "@entity",
|
|
1398
|
-
"submitEvent": "SUBMIT_ANSWER",
|
|
1399
|
-
"mode": "edit",
|
|
1400
1436
|
"fields": [
|
|
1401
1437
|
"studentAnswer"
|
|
1402
|
-
]
|
|
1438
|
+
],
|
|
1439
|
+
"entity": "@entity",
|
|
1440
|
+
"mode": "edit",
|
|
1441
|
+
"submitEvent": "SUBMIT_ANSWER"
|
|
1403
1442
|
}
|
|
1404
1443
|
],
|
|
1405
|
-
"direction": "vertical",
|
|
1406
1444
|
"type": "stack",
|
|
1445
|
+
"direction": "vertical",
|
|
1407
1446
|
"gap": "md"
|
|
1408
1447
|
}
|
|
1409
1448
|
]
|
|
1410
1449
|
}
|
|
1411
1450
|
]
|
|
1412
1451
|
}
|
|
1413
|
-
]
|
|
1414
|
-
"type": "dashboard-layout"
|
|
1452
|
+
]
|
|
1415
1453
|
}
|
|
1416
1454
|
]
|
|
1417
1455
|
]
|
|
@@ -1430,47 +1468,28 @@
|
|
|
1430
1468
|
"render-ui",
|
|
1431
1469
|
"main",
|
|
1432
1470
|
{
|
|
1433
|
-
"navItems": [
|
|
1434
|
-
{
|
|
1435
|
-
"icon": "book-open",
|
|
1436
|
-
"label": "Teach",
|
|
1437
|
-
"href": "/teach"
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"label": "Quiz",
|
|
1441
|
-
"href": "/quiz",
|
|
1442
|
-
"icon": "help-circle"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"icon": "brain",
|
|
1446
|
-
"label": "Concepts",
|
|
1447
|
-
"href": "/concepts"
|
|
1448
|
-
}
|
|
1449
|
-
],
|
|
1450
|
-
"type": "dashboard-layout",
|
|
1451
1471
|
"appName": "AI Tutor",
|
|
1472
|
+
"type": "dashboard-layout",
|
|
1452
1473
|
"children": [
|
|
1453
1474
|
{
|
|
1454
|
-
"direction": "vertical",
|
|
1455
|
-
"type": "stack",
|
|
1456
1475
|
"gap": "lg",
|
|
1457
1476
|
"children": [
|
|
1458
1477
|
{
|
|
1478
|
+
"direction": "horizontal",
|
|
1459
1479
|
"align": "center",
|
|
1480
|
+
"type": "stack",
|
|
1481
|
+
"gap": "sm",
|
|
1460
1482
|
"children": [
|
|
1461
1483
|
{
|
|
1462
1484
|
"type": "icon",
|
|
1463
1485
|
"name": "help-circle"
|
|
1464
1486
|
},
|
|
1465
1487
|
{
|
|
1466
|
-
"variant": "h2",
|
|
1467
1488
|
"type": "typography",
|
|
1468
|
-
"content": "Quiz Question"
|
|
1489
|
+
"content": "Quiz Question",
|
|
1490
|
+
"variant": "h2"
|
|
1469
1491
|
}
|
|
1470
|
-
]
|
|
1471
|
-
"gap": "sm",
|
|
1472
|
-
"direction": "horizontal",
|
|
1473
|
-
"type": "stack"
|
|
1492
|
+
]
|
|
1474
1493
|
},
|
|
1475
1494
|
{
|
|
1476
1495
|
"type": "divider"
|
|
@@ -1481,23 +1500,23 @@
|
|
|
1481
1500
|
{
|
|
1482
1501
|
"children": [
|
|
1483
1502
|
{
|
|
1503
|
+
"content": "@entity.question",
|
|
1484
1504
|
"variant": "h3",
|
|
1485
|
-
"type": "typography"
|
|
1486
|
-
"content": "@entity.question"
|
|
1505
|
+
"type": "typography"
|
|
1487
1506
|
},
|
|
1488
1507
|
{
|
|
1508
|
+
"type": "typography",
|
|
1489
1509
|
"content": "@entity.options",
|
|
1490
|
-
"variant": "body"
|
|
1491
|
-
"type": "typography"
|
|
1510
|
+
"variant": "body"
|
|
1492
1511
|
},
|
|
1493
1512
|
{
|
|
1513
|
+
"type": "form-section",
|
|
1514
|
+
"entity": "@entity",
|
|
1515
|
+
"submitEvent": "SUBMIT_ANSWER",
|
|
1494
1516
|
"fields": [
|
|
1495
1517
|
"studentAnswer"
|
|
1496
1518
|
],
|
|
1497
|
-
"
|
|
1498
|
-
"mode": "edit",
|
|
1499
|
-
"type": "form-section",
|
|
1500
|
-
"entity": "@entity"
|
|
1519
|
+
"mode": "edit"
|
|
1501
1520
|
}
|
|
1502
1521
|
],
|
|
1503
1522
|
"direction": "vertical",
|
|
@@ -1506,7 +1525,26 @@
|
|
|
1506
1525
|
}
|
|
1507
1526
|
]
|
|
1508
1527
|
}
|
|
1509
|
-
]
|
|
1528
|
+
],
|
|
1529
|
+
"type": "stack",
|
|
1530
|
+
"direction": "vertical"
|
|
1531
|
+
}
|
|
1532
|
+
],
|
|
1533
|
+
"navItems": [
|
|
1534
|
+
{
|
|
1535
|
+
"icon": "book-open",
|
|
1536
|
+
"href": "/teach",
|
|
1537
|
+
"label": "Teach"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"label": "Quiz",
|
|
1541
|
+
"href": "/quiz",
|
|
1542
|
+
"icon": "help-circle"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"icon": "brain",
|
|
1546
|
+
"label": "Concepts",
|
|
1547
|
+
"href": "/concepts"
|
|
1510
1548
|
}
|
|
1511
1549
|
]
|
|
1512
1550
|
}
|
|
@@ -1522,130 +1560,130 @@
|
|
|
1522
1560
|
"set",
|
|
1523
1561
|
"@entity.studentAnswer",
|
|
1524
1562
|
"@payload.studentAnswer"
|
|
1525
|
-
],
|
|
1526
|
-
[
|
|
1527
|
-
"set",
|
|
1528
|
-
"@entity.quizStatus",
|
|
1529
|
-
"grading"
|
|
1530
|
-
],
|
|
1531
|
-
[
|
|
1532
|
-
"agent/generate",
|
|
1533
|
-
"@payload.studentAnswer"
|
|
1534
|
-
],
|
|
1535
|
-
[
|
|
1536
|
-
"emit",
|
|
1537
|
-
"QUIZ_GRADED"
|
|
1538
|
-
],
|
|
1539
|
-
[
|
|
1540
|
-
"render-ui",
|
|
1541
|
-
"main",
|
|
1542
|
-
{
|
|
1543
|
-
"type": "dashboard-layout",
|
|
1544
|
-
"appName": "AI Tutor",
|
|
1545
|
-
"navItems": [
|
|
1546
|
-
{
|
|
1547
|
-
"label": "Teach",
|
|
1548
|
-
"href": "/teach",
|
|
1549
|
-
"icon": "book-open"
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
"label": "Quiz",
|
|
1553
|
-
"icon": "help-circle",
|
|
1554
|
-
"href": "/quiz"
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"href": "/concepts",
|
|
1558
|
-
"icon": "brain",
|
|
1559
|
-
"label": "Concepts"
|
|
1560
|
-
}
|
|
1561
|
-
],
|
|
1563
|
+
],
|
|
1564
|
+
[
|
|
1565
|
+
"set",
|
|
1566
|
+
"@entity.quizStatus",
|
|
1567
|
+
"grading"
|
|
1568
|
+
],
|
|
1569
|
+
[
|
|
1570
|
+
"agent/generate",
|
|
1571
|
+
"@payload.studentAnswer"
|
|
1572
|
+
],
|
|
1573
|
+
[
|
|
1574
|
+
"emit",
|
|
1575
|
+
"QUIZ_GRADED"
|
|
1576
|
+
],
|
|
1577
|
+
[
|
|
1578
|
+
"render-ui",
|
|
1579
|
+
"main",
|
|
1580
|
+
{
|
|
1562
1581
|
"children": [
|
|
1563
1582
|
{
|
|
1583
|
+
"gap": "lg",
|
|
1584
|
+
"type": "stack",
|
|
1564
1585
|
"children": [
|
|
1565
1586
|
{
|
|
1566
|
-
"gap": "sm",
|
|
1567
|
-
"align": "center",
|
|
1568
|
-
"type": "stack",
|
|
1569
|
-
"direction": "horizontal",
|
|
1570
1587
|
"children": [
|
|
1571
1588
|
{
|
|
1572
|
-
"
|
|
1573
|
-
"
|
|
1589
|
+
"name": "check-circle",
|
|
1590
|
+
"type": "icon"
|
|
1574
1591
|
},
|
|
1575
1592
|
{
|
|
1593
|
+
"type": "typography",
|
|
1576
1594
|
"content": "Answer Review",
|
|
1577
|
-
"variant": "h2"
|
|
1578
|
-
"type": "typography"
|
|
1595
|
+
"variant": "h2"
|
|
1579
1596
|
}
|
|
1580
|
-
]
|
|
1597
|
+
],
|
|
1598
|
+
"align": "center",
|
|
1599
|
+
"gap": "sm",
|
|
1600
|
+
"type": "stack",
|
|
1601
|
+
"direction": "horizontal"
|
|
1581
1602
|
},
|
|
1582
1603
|
{
|
|
1583
1604
|
"type": "divider"
|
|
1584
1605
|
},
|
|
1585
1606
|
{
|
|
1607
|
+
"type": "card",
|
|
1586
1608
|
"children": [
|
|
1587
1609
|
{
|
|
1588
1610
|
"children": [
|
|
1589
1611
|
{
|
|
1590
1612
|
"direction": "horizontal",
|
|
1591
1613
|
"type": "stack",
|
|
1592
|
-
"gap": "sm",
|
|
1593
1614
|
"children": [
|
|
1594
1615
|
{
|
|
1595
1616
|
"type": "badge",
|
|
1596
|
-
"label": "@entity.
|
|
1617
|
+
"label": "@entity.feedback"
|
|
1597
1618
|
}
|
|
1598
|
-
]
|
|
1619
|
+
],
|
|
1620
|
+
"gap": "sm"
|
|
1599
1621
|
},
|
|
1600
1622
|
{
|
|
1601
|
-
"
|
|
1623
|
+
"content": "@entity.feedback",
|
|
1602
1624
|
"type": "typography",
|
|
1603
|
-
"
|
|
1625
|
+
"variant": "body"
|
|
1604
1626
|
},
|
|
1605
1627
|
{
|
|
1606
|
-
"
|
|
1628
|
+
"type": "typography",
|
|
1607
1629
|
"variant": "caption",
|
|
1608
|
-
"
|
|
1630
|
+
"content": "Correct answer"
|
|
1609
1631
|
},
|
|
1610
1632
|
{
|
|
1611
|
-
"variant": "body",
|
|
1612
1633
|
"content": "@entity.correctAnswer",
|
|
1613
|
-
"type": "typography"
|
|
1634
|
+
"type": "typography",
|
|
1635
|
+
"variant": "body"
|
|
1614
1636
|
}
|
|
1615
1637
|
],
|
|
1616
|
-
"gap": "md",
|
|
1617
1638
|
"type": "stack",
|
|
1618
|
-
"direction": "vertical"
|
|
1639
|
+
"direction": "vertical",
|
|
1640
|
+
"gap": "md"
|
|
1619
1641
|
}
|
|
1620
|
-
]
|
|
1621
|
-
"type": "card"
|
|
1642
|
+
]
|
|
1622
1643
|
},
|
|
1623
1644
|
{
|
|
1624
|
-
"type": "stack",
|
|
1625
|
-
"gap": "sm",
|
|
1626
1645
|
"children": [
|
|
1627
1646
|
{
|
|
1628
1647
|
"type": "button",
|
|
1629
|
-
"icon": "arrow-right",
|
|
1630
1648
|
"variant": "primary",
|
|
1649
|
+
"action": "NEXT_QUESTION",
|
|
1631
1650
|
"label": "Next Question",
|
|
1632
|
-
"
|
|
1651
|
+
"icon": "arrow-right"
|
|
1633
1652
|
},
|
|
1634
1653
|
{
|
|
1635
1654
|
"variant": "ghost",
|
|
1636
|
-
"icon": "book-open",
|
|
1637
1655
|
"type": "button",
|
|
1638
|
-
"
|
|
1639
|
-
"action": "BACK_TO_LESSON"
|
|
1656
|
+
"icon": "book-open",
|
|
1657
|
+
"action": "BACK_TO_LESSON",
|
|
1658
|
+
"label": "Back to Lesson"
|
|
1640
1659
|
}
|
|
1641
1660
|
],
|
|
1642
|
-
"
|
|
1661
|
+
"type": "stack",
|
|
1662
|
+
"direction": "horizontal",
|
|
1663
|
+
"gap": "sm"
|
|
1643
1664
|
}
|
|
1644
1665
|
],
|
|
1645
|
-
"gap": "lg",
|
|
1646
|
-
"type": "stack",
|
|
1647
1666
|
"direction": "vertical"
|
|
1648
1667
|
}
|
|
1668
|
+
],
|
|
1669
|
+
"type": "dashboard-layout",
|
|
1670
|
+
"appName": "AI Tutor",
|
|
1671
|
+
"navItems": [
|
|
1672
|
+
{
|
|
1673
|
+
"label": "Teach",
|
|
1674
|
+
"href": "/teach",
|
|
1675
|
+
"icon": "book-open"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"icon": "help-circle",
|
|
1679
|
+
"label": "Quiz",
|
|
1680
|
+
"href": "/quiz"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"href": "/concepts",
|
|
1684
|
+
"icon": "brain",
|
|
1685
|
+
"label": "Concepts"
|
|
1686
|
+
}
|
|
1649
1687
|
]
|
|
1650
1688
|
}
|
|
1651
1689
|
]
|
|
@@ -1679,84 +1717,84 @@
|
|
|
1679
1717
|
"render-ui",
|
|
1680
1718
|
"main",
|
|
1681
1719
|
{
|
|
1682
|
-
"navItems": [
|
|
1683
|
-
{
|
|
1684
|
-
"href": "/teach",
|
|
1685
|
-
"icon": "book-open",
|
|
1686
|
-
"label": "Teach"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"label": "Quiz",
|
|
1690
|
-
"icon": "help-circle",
|
|
1691
|
-
"href": "/quiz"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"label": "Concepts",
|
|
1695
|
-
"icon": "brain",
|
|
1696
|
-
"href": "/concepts"
|
|
1697
|
-
}
|
|
1698
|
-
],
|
|
1699
|
-
"type": "dashboard-layout",
|
|
1700
|
-
"appName": "AI Tutor",
|
|
1701
1720
|
"children": [
|
|
1702
1721
|
{
|
|
1703
1722
|
"children": [
|
|
1704
1723
|
{
|
|
1705
|
-
"
|
|
1724
|
+
"type": "stack",
|
|
1706
1725
|
"align": "center",
|
|
1726
|
+
"gap": "sm",
|
|
1707
1727
|
"direction": "horizontal",
|
|
1708
1728
|
"children": [
|
|
1709
1729
|
{
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1730
|
+
"type": "icon",
|
|
1731
|
+
"name": "help-circle"
|
|
1712
1732
|
},
|
|
1713
1733
|
{
|
|
1714
|
-
"
|
|
1734
|
+
"type": "typography",
|
|
1715
1735
|
"content": "Quiz Question",
|
|
1716
|
-
"
|
|
1736
|
+
"variant": "h2"
|
|
1717
1737
|
}
|
|
1718
|
-
]
|
|
1719
|
-
"type": "stack"
|
|
1738
|
+
]
|
|
1720
1739
|
},
|
|
1721
1740
|
{
|
|
1722
1741
|
"type": "divider"
|
|
1723
1742
|
},
|
|
1724
1743
|
{
|
|
1744
|
+
"type": "card",
|
|
1725
1745
|
"children": [
|
|
1726
1746
|
{
|
|
1747
|
+
"gap": "md",
|
|
1748
|
+
"type": "stack",
|
|
1727
1749
|
"direction": "vertical",
|
|
1728
1750
|
"children": [
|
|
1729
1751
|
{
|
|
1730
|
-
"content": "@entity.question",
|
|
1731
1752
|
"variant": "h3",
|
|
1753
|
+
"content": "@entity.question",
|
|
1732
1754
|
"type": "typography"
|
|
1733
1755
|
},
|
|
1734
1756
|
{
|
|
1757
|
+
"content": "@entity.options",
|
|
1735
1758
|
"variant": "body",
|
|
1736
|
-
"type": "typography"
|
|
1737
|
-
"content": "@entity.options"
|
|
1759
|
+
"type": "typography"
|
|
1738
1760
|
},
|
|
1739
1761
|
{
|
|
1762
|
+
"submitEvent": "SUBMIT_ANSWER",
|
|
1740
1763
|
"type": "form-section",
|
|
1741
1764
|
"mode": "edit",
|
|
1742
|
-
"submitEvent": "SUBMIT_ANSWER",
|
|
1743
|
-
"entity": "@entity",
|
|
1744
1765
|
"fields": [
|
|
1745
1766
|
"studentAnswer"
|
|
1746
|
-
]
|
|
1767
|
+
],
|
|
1768
|
+
"entity": "@entity"
|
|
1747
1769
|
}
|
|
1748
|
-
]
|
|
1749
|
-
"type": "stack",
|
|
1750
|
-
"gap": "md"
|
|
1770
|
+
]
|
|
1751
1771
|
}
|
|
1752
|
-
]
|
|
1753
|
-
"type": "card"
|
|
1772
|
+
]
|
|
1754
1773
|
}
|
|
1755
1774
|
],
|
|
1756
1775
|
"gap": "lg",
|
|
1757
1776
|
"type": "stack",
|
|
1758
1777
|
"direction": "vertical"
|
|
1759
1778
|
}
|
|
1779
|
+
],
|
|
1780
|
+
"type": "dashboard-layout",
|
|
1781
|
+
"appName": "AI Tutor",
|
|
1782
|
+
"navItems": [
|
|
1783
|
+
{
|
|
1784
|
+
"label": "Teach",
|
|
1785
|
+
"href": "/teach",
|
|
1786
|
+
"icon": "book-open"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"icon": "help-circle",
|
|
1790
|
+
"label": "Quiz",
|
|
1791
|
+
"href": "/quiz"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"icon": "brain",
|
|
1795
|
+
"label": "Concepts",
|
|
1796
|
+
"href": "/concepts"
|
|
1797
|
+
}
|
|
1760
1798
|
]
|
|
1761
1799
|
}
|
|
1762
1800
|
]
|
|
@@ -1776,59 +1814,59 @@
|
|
|
1776
1814
|
"render-ui",
|
|
1777
1815
|
"main",
|
|
1778
1816
|
{
|
|
1779
|
-
"type": "dashboard-layout",
|
|
1780
|
-
"appName": "AI Tutor",
|
|
1781
|
-
"navItems": [
|
|
1782
|
-
{
|
|
1783
|
-
"href": "/teach",
|
|
1784
|
-
"label": "Teach",
|
|
1785
|
-
"icon": "book-open"
|
|
1786
|
-
},
|
|
1787
|
-
{
|
|
1788
|
-
"href": "/quiz",
|
|
1789
|
-
"icon": "help-circle",
|
|
1790
|
-
"label": "Quiz"
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"label": "Concepts",
|
|
1794
|
-
"href": "/concepts",
|
|
1795
|
-
"icon": "brain"
|
|
1796
|
-
}
|
|
1797
|
-
],
|
|
1798
1817
|
"children": [
|
|
1799
1818
|
{
|
|
1800
|
-
"
|
|
1819
|
+
"direction": "vertical",
|
|
1801
1820
|
"type": "stack",
|
|
1802
1821
|
"children": [
|
|
1803
1822
|
{
|
|
1804
|
-
"direction": "horizontal",
|
|
1805
|
-
"gap": "sm",
|
|
1806
|
-
"align": "center",
|
|
1807
|
-
"type": "stack",
|
|
1808
1823
|
"children": [
|
|
1809
1824
|
{
|
|
1810
1825
|
"name": "help-circle",
|
|
1811
1826
|
"type": "icon"
|
|
1812
1827
|
},
|
|
1813
1828
|
{
|
|
1829
|
+
"variant": "h2",
|
|
1814
1830
|
"type": "typography",
|
|
1815
|
-
"content": "Quiz"
|
|
1816
|
-
"variant": "h2"
|
|
1831
|
+
"content": "Quiz"
|
|
1817
1832
|
}
|
|
1818
|
-
]
|
|
1833
|
+
],
|
|
1834
|
+
"type": "stack",
|
|
1835
|
+
"direction": "horizontal",
|
|
1836
|
+
"gap": "sm",
|
|
1837
|
+
"align": "center"
|
|
1819
1838
|
},
|
|
1820
1839
|
{
|
|
1821
1840
|
"type": "divider"
|
|
1822
1841
|
},
|
|
1823
1842
|
{
|
|
1824
|
-
"
|
|
1843
|
+
"variant": "body",
|
|
1825
1844
|
"content": "Waiting for a quiz to start...",
|
|
1826
|
-
"
|
|
1845
|
+
"type": "typography"
|
|
1827
1846
|
}
|
|
1828
1847
|
],
|
|
1829
|
-
"
|
|
1848
|
+
"gap": "lg"
|
|
1830
1849
|
}
|
|
1831
|
-
]
|
|
1850
|
+
],
|
|
1851
|
+
"navItems": [
|
|
1852
|
+
{
|
|
1853
|
+
"label": "Teach",
|
|
1854
|
+
"href": "/teach",
|
|
1855
|
+
"icon": "book-open"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"icon": "help-circle",
|
|
1859
|
+
"href": "/quiz",
|
|
1860
|
+
"label": "Quiz"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"icon": "brain",
|
|
1864
|
+
"label": "Concepts",
|
|
1865
|
+
"href": "/concepts"
|
|
1866
|
+
}
|
|
1867
|
+
],
|
|
1868
|
+
"appName": "AI Tutor",
|
|
1869
|
+
"type": "dashboard-layout"
|
|
1832
1870
|
}
|
|
1833
1871
|
]
|
|
1834
1872
|
]
|
|
@@ -2070,8 +2108,8 @@
|
|
|
2070
2108
|
"TutorChat",
|
|
2071
2109
|
{
|
|
2072
2110
|
"emit": {
|
|
2073
|
-
"
|
|
2074
|
-
"
|
|
2111
|
+
"success": "TutorChatLoaded",
|
|
2112
|
+
"failure": "TutorChatLoadFailed"
|
|
2075
2113
|
}
|
|
2076
2114
|
}
|
|
2077
2115
|
],
|
|
@@ -2080,17 +2118,17 @@
|
|
|
2080
2118
|
"main",
|
|
2081
2119
|
{
|
|
2082
2120
|
"type": "stack",
|
|
2083
|
-
"direction": "vertical",
|
|
2084
2121
|
"align": "center",
|
|
2122
|
+
"direction": "vertical",
|
|
2085
2123
|
"className": "py-12",
|
|
2086
2124
|
"children": [
|
|
2087
2125
|
{
|
|
2088
2126
|
"type": "spinner"
|
|
2089
2127
|
},
|
|
2090
2128
|
{
|
|
2091
|
-
"type": "typography",
|
|
2092
|
-
"variant": "caption",
|
|
2093
2129
|
"content": "Loading…",
|
|
2130
|
+
"variant": "caption",
|
|
2131
|
+
"type": "typography",
|
|
2094
2132
|
"color": "muted"
|
|
2095
2133
|
}
|
|
2096
2134
|
],
|
|
@@ -2108,11 +2146,12 @@
|
|
|
2108
2146
|
"render-ui",
|
|
2109
2147
|
"main",
|
|
2110
2148
|
{
|
|
2149
|
+
"type": "dashboard-layout",
|
|
2111
2150
|
"navItems": [
|
|
2112
2151
|
{
|
|
2113
|
-
"href": "/teach",
|
|
2114
2152
|
"icon": "book-open",
|
|
2115
|
-
"label": "Teach"
|
|
2153
|
+
"label": "Teach",
|
|
2154
|
+
"href": "/teach"
|
|
2116
2155
|
},
|
|
2117
2156
|
{
|
|
2118
2157
|
"label": "Quiz",
|
|
@@ -2125,50 +2164,50 @@
|
|
|
2125
2164
|
"icon": "brain"
|
|
2126
2165
|
}
|
|
2127
2166
|
],
|
|
2167
|
+
"appName": "AI Tutor",
|
|
2128
2168
|
"children": [
|
|
2129
2169
|
{
|
|
2130
|
-
"type": "stack",
|
|
2131
2170
|
"children": [
|
|
2132
2171
|
{
|
|
2133
|
-
"direction": "horizontal",
|
|
2134
|
-
"gap": "sm",
|
|
2135
|
-
"type": "stack",
|
|
2136
2172
|
"align": "center",
|
|
2173
|
+
"gap": "sm",
|
|
2174
|
+
"justify": "between",
|
|
2137
2175
|
"children": [
|
|
2138
2176
|
{
|
|
2177
|
+
"type": "stack",
|
|
2178
|
+
"gap": "sm",
|
|
2139
2179
|
"children": [
|
|
2140
2180
|
{
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2181
|
+
"type": "icon",
|
|
2182
|
+
"name": "message-circle"
|
|
2143
2183
|
},
|
|
2144
2184
|
{
|
|
2185
|
+
"variant": "h2",
|
|
2145
2186
|
"content": "TutorChat Thread",
|
|
2146
|
-
"type": "typography"
|
|
2147
|
-
"variant": "h2"
|
|
2187
|
+
"type": "typography"
|
|
2148
2188
|
}
|
|
2149
2189
|
],
|
|
2150
|
-
"gap": "sm",
|
|
2151
2190
|
"direction": "horizontal",
|
|
2152
|
-
"type": "stack",
|
|
2153
2191
|
"align": "center"
|
|
2154
2192
|
},
|
|
2155
2193
|
{
|
|
2156
2194
|
"icon": "plus",
|
|
2157
|
-
"
|
|
2158
|
-
"action": "COMPOSE",
|
|
2195
|
+
"variant": "primary",
|
|
2159
2196
|
"type": "button",
|
|
2160
|
-
"
|
|
2197
|
+
"label": "New Message",
|
|
2198
|
+
"action": "COMPOSE"
|
|
2161
2199
|
}
|
|
2162
2200
|
],
|
|
2163
|
-
"
|
|
2201
|
+
"direction": "horizontal",
|
|
2202
|
+
"type": "stack"
|
|
2164
2203
|
},
|
|
2165
2204
|
{
|
|
2166
2205
|
"type": "divider"
|
|
2167
2206
|
},
|
|
2168
2207
|
{
|
|
2169
|
-
"entity": "@payload.data",
|
|
2170
|
-
"type": "data-list",
|
|
2171
2208
|
"fields": [],
|
|
2209
|
+
"type": "data-list",
|
|
2210
|
+
"entity": "@payload.data",
|
|
2172
2211
|
"renderItem": [
|
|
2173
2212
|
"fn",
|
|
2174
2213
|
"item",
|
|
@@ -2176,8 +2215,8 @@
|
|
|
2176
2215
|
"direction": "vertical",
|
|
2177
2216
|
"children": [
|
|
2178
2217
|
{
|
|
2218
|
+
"type": "stack",
|
|
2179
2219
|
"direction": "horizontal",
|
|
2180
|
-
"gap": "sm",
|
|
2181
2220
|
"align": "center",
|
|
2182
2221
|
"children": [
|
|
2183
2222
|
{
|
|
@@ -2185,37 +2224,36 @@
|
|
|
2185
2224
|
"label": "@item.role"
|
|
2186
2225
|
},
|
|
2187
2226
|
{
|
|
2188
|
-
"variant": "outline",
|
|
2189
2227
|
"type": "badge",
|
|
2190
|
-
"label": "@item.status"
|
|
2228
|
+
"label": "@item.status",
|
|
2229
|
+
"variant": "outline"
|
|
2191
2230
|
},
|
|
2192
2231
|
{
|
|
2193
|
-
"color": "muted",
|
|
2194
2232
|
"variant": "caption",
|
|
2195
2233
|
"type": "typography",
|
|
2196
|
-
"content": "@item.timestamp"
|
|
2234
|
+
"content": "@item.timestamp",
|
|
2235
|
+
"color": "muted"
|
|
2197
2236
|
}
|
|
2198
2237
|
],
|
|
2199
|
-
"
|
|
2238
|
+
"gap": "sm"
|
|
2200
2239
|
},
|
|
2201
2240
|
{
|
|
2241
|
+
"type": "typography",
|
|
2202
2242
|
"variant": "body",
|
|
2203
|
-
"content": "@item.content"
|
|
2204
|
-
"type": "typography"
|
|
2243
|
+
"content": "@item.content"
|
|
2205
2244
|
}
|
|
2206
2245
|
],
|
|
2207
|
-
"
|
|
2208
|
-
"
|
|
2246
|
+
"type": "stack",
|
|
2247
|
+
"gap": "xs"
|
|
2209
2248
|
}
|
|
2210
2249
|
]
|
|
2211
2250
|
}
|
|
2212
2251
|
],
|
|
2213
|
-
"
|
|
2214
|
-
"
|
|
2252
|
+
"direction": "vertical",
|
|
2253
|
+
"type": "stack",
|
|
2254
|
+
"gap": "lg"
|
|
2215
2255
|
}
|
|
2216
|
-
]
|
|
2217
|
-
"appName": "AI Tutor",
|
|
2218
|
-
"type": "dashboard-layout"
|
|
2256
|
+
]
|
|
2219
2257
|
}
|
|
2220
2258
|
]
|
|
2221
2259
|
]
|
|
@@ -2230,13 +2268,11 @@
|
|
|
2230
2268
|
"main",
|
|
2231
2269
|
{
|
|
2232
2270
|
"className": "py-12",
|
|
2233
|
-
"gap": "md",
|
|
2234
|
-
"direction": "vertical",
|
|
2235
2271
|
"children": [
|
|
2236
2272
|
{
|
|
2237
|
-
"
|
|
2273
|
+
"name": "alert-triangle",
|
|
2238
2274
|
"color": "destructive",
|
|
2239
|
-
"
|
|
2275
|
+
"type": "icon"
|
|
2240
2276
|
},
|
|
2241
2277
|
{
|
|
2242
2278
|
"type": "typography",
|
|
@@ -2244,21 +2280,23 @@
|
|
|
2244
2280
|
"content": "Failed to load tutorchat"
|
|
2245
2281
|
},
|
|
2246
2282
|
{
|
|
2247
|
-
"type": "typography",
|
|
2248
2283
|
"color": "muted",
|
|
2284
|
+
"content": "@payload.error",
|
|
2249
2285
|
"variant": "body",
|
|
2250
|
-
"
|
|
2286
|
+
"type": "typography"
|
|
2251
2287
|
},
|
|
2252
2288
|
{
|
|
2253
|
-
"type": "button",
|
|
2254
2289
|
"label": "Retry",
|
|
2255
|
-
"variant": "primary",
|
|
2256
2290
|
"icon": "rotate-ccw",
|
|
2257
|
-
"action": "INIT"
|
|
2291
|
+
"action": "INIT",
|
|
2292
|
+
"variant": "primary",
|
|
2293
|
+
"type": "button"
|
|
2258
2294
|
}
|
|
2259
2295
|
],
|
|
2296
|
+
"gap": "md",
|
|
2260
2297
|
"type": "stack",
|
|
2261
|
-
"align": "center"
|
|
2298
|
+
"align": "center",
|
|
2299
|
+
"direction": "vertical"
|
|
2262
2300
|
}
|
|
2263
2301
|
]
|
|
2264
2302
|
]
|
|
@@ -2272,40 +2310,40 @@
|
|
|
2272
2310
|
"render-ui",
|
|
2273
2311
|
"main",
|
|
2274
2312
|
{
|
|
2275
|
-
"direction": "vertical",
|
|
2276
2313
|
"type": "stack",
|
|
2314
|
+
"gap": "lg",
|
|
2315
|
+
"direction": "vertical",
|
|
2277
2316
|
"children": [
|
|
2278
2317
|
{
|
|
2318
|
+
"type": "stack",
|
|
2279
2319
|
"align": "center",
|
|
2280
2320
|
"children": [
|
|
2281
2321
|
{
|
|
2282
|
-
"
|
|
2283
|
-
"
|
|
2322
|
+
"type": "icon",
|
|
2323
|
+
"name": "message-circle"
|
|
2284
2324
|
},
|
|
2285
2325
|
{
|
|
2286
2326
|
"type": "typography",
|
|
2287
|
-
"
|
|
2288
|
-
"
|
|
2327
|
+
"content": "TutorChat Thread",
|
|
2328
|
+
"variant": "h2"
|
|
2289
2329
|
}
|
|
2290
2330
|
],
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2293
|
-
"gap": "sm"
|
|
2331
|
+
"gap": "sm",
|
|
2332
|
+
"direction": "horizontal"
|
|
2294
2333
|
},
|
|
2295
2334
|
{
|
|
2296
2335
|
"type": "divider"
|
|
2297
2336
|
},
|
|
2298
2337
|
{
|
|
2299
|
-
"mode": "create",
|
|
2300
|
-
"submitEvent": "SEND",
|
|
2301
2338
|
"cancelEvent": "CANCEL_COMPOSE",
|
|
2302
2339
|
"type": "form-section",
|
|
2340
|
+
"submitEvent": "SEND",
|
|
2341
|
+
"mode": "create",
|
|
2303
2342
|
"fields": [
|
|
2304
2343
|
"content"
|
|
2305
2344
|
]
|
|
2306
2345
|
}
|
|
2307
|
-
]
|
|
2308
|
-
"gap": "lg"
|
|
2346
|
+
]
|
|
2309
2347
|
}
|
|
2310
2348
|
]
|
|
2311
2349
|
]
|
|
@@ -2355,10 +2393,10 @@
|
|
|
2355
2393
|
"create",
|
|
2356
2394
|
"TutorChat",
|
|
2357
2395
|
{
|
|
2358
|
-
"
|
|
2359
|
-
"timestamp": "@now",
|
|
2396
|
+
"content": "@payload.content",
|
|
2360
2397
|
"status": "sent",
|
|
2361
|
-
"
|
|
2398
|
+
"timestamp": "@now",
|
|
2399
|
+
"role": "user"
|
|
2362
2400
|
},
|
|
2363
2401
|
{
|
|
2364
2402
|
"emit": {
|
|
@@ -2371,8 +2409,8 @@
|
|
|
2371
2409
|
"TutorChat",
|
|
2372
2410
|
{
|
|
2373
2411
|
"emit": {
|
|
2374
|
-
"
|
|
2375
|
-
"
|
|
2412
|
+
"failure": "TutorChatLoadFailed",
|
|
2413
|
+
"success": "TutorChatLoaded"
|
|
2376
2414
|
}
|
|
2377
2415
|
}
|
|
2378
2416
|
],
|
|
@@ -2420,8 +2458,8 @@
|
|
|
2420
2458
|
"TutorChat",
|
|
2421
2459
|
{
|
|
2422
2460
|
"emit": {
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2461
|
+
"success": "TutorChatDeleted",
|
|
2462
|
+
"failure": "TutorChatDeleteFailed"
|
|
2425
2463
|
}
|
|
2426
2464
|
}
|
|
2427
2465
|
],
|
|
@@ -2570,8 +2608,8 @@
|
|
|
2570
2608
|
"TutorChat",
|
|
2571
2609
|
{
|
|
2572
2610
|
"emit": {
|
|
2573
|
-
"
|
|
2574
|
-
"
|
|
2611
|
+
"success": "TutorChatLoaded",
|
|
2612
|
+
"failure": "TutorChatLoadFailed"
|
|
2575
2613
|
}
|
|
2576
2614
|
}
|
|
2577
2615
|
],
|
|
@@ -2579,19 +2617,11 @@
|
|
|
2579
2617
|
"render-ui",
|
|
2580
2618
|
"main",
|
|
2581
2619
|
{
|
|
2582
|
-
"children": [
|
|
2583
|
-
{
|
|
2584
|
-
"icon": "message-circle",
|
|
2585
|
-
"type": "empty-state",
|
|
2586
|
-
"description": "Conversation is ready",
|
|
2587
|
-
"title": "Conversation"
|
|
2588
|
-
}
|
|
2589
|
-
],
|
|
2590
2620
|
"navItems": [
|
|
2591
2621
|
{
|
|
2592
|
-
"
|
|
2622
|
+
"icon": "book-open",
|
|
2593
2623
|
"label": "Teach",
|
|
2594
|
-
"
|
|
2624
|
+
"href": "/teach"
|
|
2595
2625
|
},
|
|
2596
2626
|
{
|
|
2597
2627
|
"label": "Quiz",
|
|
@@ -2599,13 +2629,21 @@
|
|
|
2599
2629
|
"href": "/quiz"
|
|
2600
2630
|
},
|
|
2601
2631
|
{
|
|
2632
|
+
"href": "/concepts",
|
|
2602
2633
|
"icon": "brain",
|
|
2603
|
-
"label": "Concepts"
|
|
2604
|
-
"href": "/concepts"
|
|
2634
|
+
"label": "Concepts"
|
|
2605
2635
|
}
|
|
2606
2636
|
],
|
|
2607
2637
|
"type": "dashboard-layout",
|
|
2608
|
-
"appName": "AI Tutor"
|
|
2638
|
+
"appName": "AI Tutor",
|
|
2639
|
+
"children": [
|
|
2640
|
+
{
|
|
2641
|
+
"title": "Conversation",
|
|
2642
|
+
"description": "Conversation is ready",
|
|
2643
|
+
"icon": "message-circle",
|
|
2644
|
+
"type": "empty-state"
|
|
2645
|
+
}
|
|
2646
|
+
]
|
|
2609
2647
|
}
|
|
2610
2648
|
]
|
|
2611
2649
|
]
|
|
@@ -3090,17 +3128,17 @@
|
|
|
3090
3128
|
"type": "spinner"
|
|
3091
3129
|
},
|
|
3092
3130
|
{
|
|
3093
|
-
"content": "Loading…",
|
|
3094
3131
|
"type": "typography",
|
|
3095
3132
|
"color": "muted",
|
|
3096
|
-
"variant": "caption"
|
|
3133
|
+
"variant": "caption",
|
|
3134
|
+
"content": "Loading…"
|
|
3097
3135
|
}
|
|
3098
3136
|
],
|
|
3099
3137
|
"type": "stack",
|
|
3138
|
+
"gap": "md",
|
|
3100
3139
|
"className": "py-12",
|
|
3101
3140
|
"direction": "vertical",
|
|
3102
|
-
"align": "center"
|
|
3103
|
-
"gap": "md"
|
|
3141
|
+
"align": "center"
|
|
3104
3142
|
}
|
|
3105
3143
|
]
|
|
3106
3144
|
]
|
|
@@ -3117,130 +3155,129 @@
|
|
|
3117
3155
|
"navItems": [
|
|
3118
3156
|
{
|
|
3119
3157
|
"href": "/teach",
|
|
3120
|
-
"
|
|
3121
|
-
"
|
|
3158
|
+
"icon": "book-open",
|
|
3159
|
+
"label": "Teach"
|
|
3122
3160
|
},
|
|
3123
3161
|
{
|
|
3124
3162
|
"label": "Quiz",
|
|
3125
|
-
"
|
|
3126
|
-
"
|
|
3163
|
+
"icon": "help-circle",
|
|
3164
|
+
"href": "/quiz"
|
|
3127
3165
|
},
|
|
3128
3166
|
{
|
|
3129
3167
|
"label": "Concepts",
|
|
3130
|
-
"
|
|
3131
|
-
"
|
|
3168
|
+
"href": "/concepts",
|
|
3169
|
+
"icon": "brain"
|
|
3132
3170
|
}
|
|
3133
3171
|
],
|
|
3134
|
-
"appName": "AI Tutor",
|
|
3135
3172
|
"children": [
|
|
3136
3173
|
{
|
|
3137
3174
|
"gap": "lg",
|
|
3138
3175
|
"children": [
|
|
3139
3176
|
{
|
|
3140
3177
|
"align": "center",
|
|
3141
|
-
"direction": "horizontal",
|
|
3142
3178
|
"gap": "md",
|
|
3143
|
-
"
|
|
3144
|
-
"type": "stack",
|
|
3179
|
+
"direction": "horizontal",
|
|
3145
3180
|
"children": [
|
|
3146
3181
|
{
|
|
3147
|
-
"align": "center",
|
|
3148
3182
|
"type": "stack",
|
|
3183
|
+
"align": "center",
|
|
3149
3184
|
"children": [
|
|
3150
3185
|
{
|
|
3151
3186
|
"type": "icon",
|
|
3152
3187
|
"name": "brain"
|
|
3153
3188
|
},
|
|
3154
3189
|
{
|
|
3190
|
+
"content": "Concept Manager",
|
|
3155
3191
|
"variant": "h2",
|
|
3156
|
-
"type": "typography"
|
|
3157
|
-
"content": "Concept Manager"
|
|
3192
|
+
"type": "typography"
|
|
3158
3193
|
}
|
|
3159
3194
|
],
|
|
3160
|
-
"
|
|
3161
|
-
"
|
|
3195
|
+
"direction": "horizontal",
|
|
3196
|
+
"gap": "sm"
|
|
3162
3197
|
},
|
|
3163
3198
|
{
|
|
3164
|
-
"
|
|
3199
|
+
"type": "stack",
|
|
3165
3200
|
"children": [
|
|
3166
3201
|
{
|
|
3167
3202
|
"icon": "plus",
|
|
3168
|
-
"type": "button",
|
|
3169
3203
|
"label": "Memorize",
|
|
3170
3204
|
"action": "MEMORIZE",
|
|
3205
|
+
"type": "button",
|
|
3171
3206
|
"variant": "primary"
|
|
3172
3207
|
},
|
|
3173
3208
|
{
|
|
3174
3209
|
"type": "button",
|
|
3175
|
-
"icon": "search",
|
|
3176
3210
|
"variant": "secondary",
|
|
3177
|
-
"
|
|
3178
|
-
"action": "RECALL"
|
|
3211
|
+
"icon": "search",
|
|
3212
|
+
"action": "RECALL",
|
|
3213
|
+
"label": "Recall"
|
|
3179
3214
|
},
|
|
3180
3215
|
{
|
|
3181
|
-
"variant": "ghost",
|
|
3182
3216
|
"action": "DECAY",
|
|
3183
3217
|
"type": "button",
|
|
3184
3218
|
"icon": "clock",
|
|
3185
|
-
"label": "Decay All"
|
|
3219
|
+
"label": "Decay All",
|
|
3220
|
+
"variant": "ghost"
|
|
3186
3221
|
}
|
|
3187
3222
|
],
|
|
3188
|
-
"
|
|
3189
|
-
"
|
|
3223
|
+
"gap": "sm",
|
|
3224
|
+
"direction": "horizontal"
|
|
3190
3225
|
}
|
|
3191
|
-
]
|
|
3226
|
+
],
|
|
3227
|
+
"justify": "between",
|
|
3228
|
+
"type": "stack"
|
|
3192
3229
|
},
|
|
3193
3230
|
{
|
|
3194
3231
|
"type": "divider"
|
|
3195
3232
|
},
|
|
3196
3233
|
{
|
|
3234
|
+
"entity": "@payload.data",
|
|
3197
3235
|
"itemActions": [
|
|
3198
3236
|
{
|
|
3199
|
-
"event": "PIN",
|
|
3200
3237
|
"label": "Pin",
|
|
3201
|
-
"variant": "ghost"
|
|
3238
|
+
"variant": "ghost",
|
|
3239
|
+
"event": "PIN"
|
|
3202
3240
|
},
|
|
3203
3241
|
{
|
|
3204
|
-
"event": "REINFORCE",
|
|
3205
3242
|
"variant": "ghost",
|
|
3206
|
-
"label": "Reinforce"
|
|
3243
|
+
"label": "Reinforce",
|
|
3244
|
+
"event": "REINFORCE"
|
|
3207
3245
|
},
|
|
3208
3246
|
{
|
|
3209
|
-
"label": "Forget",
|
|
3210
3247
|
"event": "FORGET",
|
|
3211
|
-
"variant": "danger"
|
|
3248
|
+
"variant": "danger",
|
|
3249
|
+
"label": "Forget"
|
|
3212
3250
|
}
|
|
3213
3251
|
],
|
|
3214
|
-
"entity": "@payload.data",
|
|
3215
3252
|
"fields": [
|
|
3216
3253
|
{
|
|
3217
|
-
"icon": "brain",
|
|
3218
3254
|
"name": "content",
|
|
3255
|
+
"variant": "h4",
|
|
3219
3256
|
"label": "Content",
|
|
3220
|
-
"
|
|
3257
|
+
"icon": "brain"
|
|
3221
3258
|
},
|
|
3222
3259
|
{
|
|
3223
|
-
"variant": "badge",
|
|
3224
|
-
"label": "Category",
|
|
3225
3260
|
"colorMap": {
|
|
3261
|
+
"error": "destructive",
|
|
3226
3262
|
"failed": "destructive",
|
|
3227
|
-
"
|
|
3228
|
-
"active": "success",
|
|
3229
|
-
"cancelled": "destructive",
|
|
3263
|
+
"completed": "success",
|
|
3230
3264
|
"pending": "warning",
|
|
3231
3265
|
"scheduled": "warning",
|
|
3266
|
+
"done": "success",
|
|
3232
3267
|
"draft": "warning",
|
|
3233
|
-
"
|
|
3234
|
-
"completed": "success",
|
|
3268
|
+
"active": "success",
|
|
3235
3269
|
"inactive": "neutral",
|
|
3236
|
-
"archived": "neutral"
|
|
3270
|
+
"archived": "neutral",
|
|
3271
|
+
"cancelled": "destructive"
|
|
3237
3272
|
},
|
|
3238
|
-
"name": "category"
|
|
3273
|
+
"name": "category",
|
|
3274
|
+
"label": "Category",
|
|
3275
|
+
"variant": "badge"
|
|
3239
3276
|
},
|
|
3240
3277
|
{
|
|
3241
|
-
"
|
|
3278
|
+
"name": "strength",
|
|
3242
3279
|
"label": "Strength",
|
|
3243
|
-
"
|
|
3280
|
+
"variant": "caption"
|
|
3244
3281
|
}
|
|
3245
3282
|
],
|
|
3246
3283
|
"type": "data-grid"
|
|
@@ -3251,6 +3288,7 @@
|
|
|
3251
3288
|
"className": "max-w-5xl mx-auto w-full"
|
|
3252
3289
|
}
|
|
3253
3290
|
],
|
|
3291
|
+
"appName": "AI Tutor",
|
|
3254
3292
|
"type": "dashboard-layout"
|
|
3255
3293
|
}
|
|
3256
3294
|
]
|
|
@@ -3265,15 +3303,15 @@
|
|
|
3265
3303
|
"render-ui",
|
|
3266
3304
|
"main",
|
|
3267
3305
|
{
|
|
3268
|
-
"direction": "vertical",
|
|
3269
3306
|
"className": "py-12",
|
|
3270
|
-
"
|
|
3307
|
+
"direction": "vertical",
|
|
3308
|
+
"type": "stack",
|
|
3271
3309
|
"gap": "md",
|
|
3272
3310
|
"children": [
|
|
3273
3311
|
{
|
|
3274
|
-
"
|
|
3312
|
+
"type": "icon",
|
|
3275
3313
|
"name": "alert-triangle",
|
|
3276
|
-
"
|
|
3314
|
+
"color": "destructive"
|
|
3277
3315
|
},
|
|
3278
3316
|
{
|
|
3279
3317
|
"content": "Failed to load concept",
|
|
@@ -3281,20 +3319,20 @@
|
|
|
3281
3319
|
"type": "typography"
|
|
3282
3320
|
},
|
|
3283
3321
|
{
|
|
3284
|
-
"
|
|
3285
|
-
"content": "@payload.error",
|
|
3322
|
+
"variant": "body",
|
|
3286
3323
|
"color": "muted",
|
|
3287
|
-
"
|
|
3324
|
+
"type": "typography",
|
|
3325
|
+
"content": "@payload.error"
|
|
3288
3326
|
},
|
|
3289
3327
|
{
|
|
3328
|
+
"icon": "rotate-ccw",
|
|
3329
|
+
"variant": "primary",
|
|
3290
3330
|
"type": "button",
|
|
3291
|
-
"label": "Retry",
|
|
3292
3331
|
"action": "INIT",
|
|
3293
|
-
"
|
|
3294
|
-
"icon": "rotate-ccw"
|
|
3332
|
+
"label": "Retry"
|
|
3295
3333
|
}
|
|
3296
3334
|
],
|
|
3297
|
-
"
|
|
3335
|
+
"align": "center"
|
|
3298
3336
|
}
|
|
3299
3337
|
]
|
|
3300
3338
|
]
|
|
@@ -3469,8 +3507,8 @@
|
|
|
3469
3507
|
"Concept",
|
|
3470
3508
|
{
|
|
3471
3509
|
"emit": {
|
|
3472
|
-
"
|
|
3473
|
-
"
|
|
3510
|
+
"success": "ConceptLoaded",
|
|
3511
|
+
"failure": "ConceptLoadFailed"
|
|
3474
3512
|
}
|
|
3475
3513
|
}
|
|
3476
3514
|
]
|
|
@@ -3487,39 +3525,39 @@
|
|
|
3487
3525
|
{
|
|
3488
3526
|
"children": [
|
|
3489
3527
|
{
|
|
3490
|
-
"type": "stack",
|
|
3491
|
-
"gap": "sm",
|
|
3492
3528
|
"children": [
|
|
3493
3529
|
{
|
|
3494
3530
|
"name": "plus-circle",
|
|
3495
3531
|
"type": "icon"
|
|
3496
3532
|
},
|
|
3497
3533
|
{
|
|
3534
|
+
"variant": "h3",
|
|
3498
3535
|
"type": "typography",
|
|
3499
|
-
"content": "Memorize"
|
|
3500
|
-
"variant": "h3"
|
|
3536
|
+
"content": "Memorize"
|
|
3501
3537
|
}
|
|
3502
3538
|
],
|
|
3503
|
-
"direction": "horizontal"
|
|
3539
|
+
"direction": "horizontal",
|
|
3540
|
+
"type": "stack",
|
|
3541
|
+
"gap": "sm"
|
|
3504
3542
|
},
|
|
3505
3543
|
{
|
|
3506
3544
|
"type": "divider"
|
|
3507
3545
|
},
|
|
3508
3546
|
{
|
|
3547
|
+
"type": "form-section",
|
|
3548
|
+
"mode": "create",
|
|
3549
|
+
"cancelEvent": "CLOSE",
|
|
3509
3550
|
"fields": [
|
|
3510
3551
|
"content",
|
|
3511
3552
|
"category",
|
|
3512
3553
|
"scope"
|
|
3513
3554
|
],
|
|
3514
|
-
"submitEvent": "SAVE"
|
|
3515
|
-
"type": "form-section",
|
|
3516
|
-
"mode": "create",
|
|
3517
|
-
"cancelEvent": "CLOSE"
|
|
3555
|
+
"submitEvent": "SAVE"
|
|
3518
3556
|
}
|
|
3519
3557
|
],
|
|
3558
|
+
"type": "stack",
|
|
3520
3559
|
"gap": "md",
|
|
3521
|
-
"direction": "vertical"
|
|
3522
|
-
"type": "stack"
|
|
3560
|
+
"direction": "vertical"
|
|
3523
3561
|
}
|
|
3524
3562
|
]
|
|
3525
3563
|
]
|
|
@@ -3883,8 +3921,8 @@
|
|
|
3883
3921
|
"Concept",
|
|
3884
3922
|
{
|
|
3885
3923
|
"emit": {
|
|
3886
|
-
"
|
|
3887
|
-
"
|
|
3924
|
+
"failure": "ConceptLoadFailed",
|
|
3925
|
+
"success": "ConceptLoaded"
|
|
3888
3926
|
}
|
|
3889
3927
|
}
|
|
3890
3928
|
],
|
|
@@ -3892,31 +3930,31 @@
|
|
|
3892
3930
|
"render-ui",
|
|
3893
3931
|
"main",
|
|
3894
3932
|
{
|
|
3933
|
+
"appName": "AI Tutor",
|
|
3934
|
+
"type": "dashboard-layout",
|
|
3935
|
+
"children": [
|
|
3936
|
+
{
|
|
3937
|
+
"title": "Memory",
|
|
3938
|
+
"icon": "brain",
|
|
3939
|
+
"type": "empty-state",
|
|
3940
|
+
"description": "Memory is ready"
|
|
3941
|
+
}
|
|
3942
|
+
],
|
|
3895
3943
|
"navItems": [
|
|
3896
3944
|
{
|
|
3897
|
-
"
|
|
3945
|
+
"href": "/teach",
|
|
3898
3946
|
"label": "Teach",
|
|
3899
|
-
"
|
|
3947
|
+
"icon": "book-open"
|
|
3900
3948
|
},
|
|
3901
3949
|
{
|
|
3902
|
-
"href": "/quiz",
|
|
3903
3950
|
"icon": "help-circle",
|
|
3951
|
+
"href": "/quiz",
|
|
3904
3952
|
"label": "Quiz"
|
|
3905
3953
|
},
|
|
3906
3954
|
{
|
|
3955
|
+
"label": "Concepts",
|
|
3907
3956
|
"href": "/concepts",
|
|
3908
|
-
"icon": "brain"
|
|
3909
|
-
"label": "Concepts"
|
|
3910
|
-
}
|
|
3911
|
-
],
|
|
3912
|
-
"type": "dashboard-layout",
|
|
3913
|
-
"appName": "AI Tutor",
|
|
3914
|
-
"children": [
|
|
3915
|
-
{
|
|
3916
|
-
"icon": "brain",
|
|
3917
|
-
"type": "empty-state",
|
|
3918
|
-
"description": "Memory is ready",
|
|
3919
|
-
"title": "Memory"
|
|
3957
|
+
"icon": "brain"
|
|
3920
3958
|
}
|
|
3921
3959
|
]
|
|
3922
3960
|
}
|
|
@@ -3971,8 +4009,8 @@
|
|
|
3971
4009
|
"Concept",
|
|
3972
4010
|
{
|
|
3973
4011
|
"emit": {
|
|
3974
|
-
"
|
|
3975
|
-
"
|
|
4012
|
+
"failure": "ConceptLoadFailed",
|
|
4013
|
+
"success": "ConceptLoaded"
|
|
3976
4014
|
}
|
|
3977
4015
|
}
|
|
3978
4016
|
]
|
|
@@ -4291,66 +4329,66 @@
|
|
|
4291
4329
|
"navItems": [
|
|
4292
4330
|
{
|
|
4293
4331
|
"href": "/teach",
|
|
4294
|
-
"
|
|
4295
|
-
"
|
|
4332
|
+
"icon": "book-open",
|
|
4333
|
+
"label": "Teach"
|
|
4296
4334
|
},
|
|
4297
4335
|
{
|
|
4298
4336
|
"href": "/quiz",
|
|
4299
|
-
"
|
|
4300
|
-
"
|
|
4337
|
+
"icon": "help-circle",
|
|
4338
|
+
"label": "Quiz"
|
|
4301
4339
|
},
|
|
4302
4340
|
{
|
|
4303
|
-
"icon": "brain",
|
|
4304
4341
|
"label": "Concepts",
|
|
4305
|
-
"href": "/concepts"
|
|
4342
|
+
"href": "/concepts",
|
|
4343
|
+
"icon": "brain"
|
|
4306
4344
|
}
|
|
4307
4345
|
],
|
|
4308
4346
|
"children": [
|
|
4309
4347
|
{
|
|
4310
4348
|
"gap": "lg",
|
|
4311
|
-
"direction": "vertical",
|
|
4312
4349
|
"children": [
|
|
4313
4350
|
{
|
|
4314
|
-
"direction": "horizontal",
|
|
4315
4351
|
"gap": "md",
|
|
4316
|
-
"justify": "between",
|
|
4317
4352
|
"type": "stack",
|
|
4353
|
+
"justify": "between",
|
|
4318
4354
|
"children": [
|
|
4319
4355
|
{
|
|
4320
|
-
"gap": "md",
|
|
4321
4356
|
"type": "stack",
|
|
4357
|
+
"direction": "horizontal",
|
|
4358
|
+
"gap": "md",
|
|
4322
4359
|
"children": [
|
|
4323
4360
|
{
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4361
|
+
"type": "icon",
|
|
4362
|
+
"name": "tag"
|
|
4326
4363
|
},
|
|
4327
4364
|
{
|
|
4365
|
+
"type": "typography",
|
|
4328
4366
|
"content": "StudentAssessment",
|
|
4329
|
-
"variant": "h2"
|
|
4330
|
-
"type": "typography"
|
|
4367
|
+
"variant": "h2"
|
|
4331
4368
|
}
|
|
4332
|
-
]
|
|
4333
|
-
"direction": "horizontal"
|
|
4369
|
+
]
|
|
4334
4370
|
},
|
|
4335
4371
|
{
|
|
4336
|
-
"type": "button",
|
|
4337
4372
|
"icon": "tag",
|
|
4338
|
-
"label": "Open",
|
|
4339
4373
|
"action": "CLASSIFY",
|
|
4374
|
+
"type": "button",
|
|
4375
|
+
"label": "Open",
|
|
4340
4376
|
"variant": "primary"
|
|
4341
4377
|
}
|
|
4342
|
-
]
|
|
4378
|
+
],
|
|
4379
|
+
"direction": "horizontal"
|
|
4343
4380
|
},
|
|
4344
4381
|
{
|
|
4345
4382
|
"type": "divider"
|
|
4346
4383
|
},
|
|
4347
4384
|
{
|
|
4348
|
-
"
|
|
4385
|
+
"type": "empty-state",
|
|
4349
4386
|
"title": "Nothing open",
|
|
4350
|
-
"
|
|
4351
|
-
"
|
|
4387
|
+
"icon": "tag",
|
|
4388
|
+
"description": "Click Open to view details in a modal overlay."
|
|
4352
4389
|
}
|
|
4353
4390
|
],
|
|
4391
|
+
"direction": "vertical",
|
|
4354
4392
|
"type": "stack"
|
|
4355
4393
|
}
|
|
4356
4394
|
]
|
|
@@ -4367,46 +4405,46 @@
|
|
|
4367
4405
|
"render-ui",
|
|
4368
4406
|
"modal",
|
|
4369
4407
|
{
|
|
4370
|
-
"type": "stack",
|
|
4371
|
-
"gap": "md",
|
|
4372
4408
|
"direction": "vertical",
|
|
4373
4409
|
"children": [
|
|
4374
4410
|
{
|
|
4375
|
-
"gap": "sm",
|
|
4376
4411
|
"direction": "horizontal",
|
|
4412
|
+
"type": "stack",
|
|
4413
|
+
"gap": "sm",
|
|
4377
4414
|
"children": [
|
|
4378
4415
|
{
|
|
4379
4416
|
"name": "tag",
|
|
4380
4417
|
"type": "icon"
|
|
4381
4418
|
},
|
|
4382
4419
|
{
|
|
4383
|
-
"content": "StudentAssessment",
|
|
4384
4420
|
"type": "typography",
|
|
4385
|
-
"variant": "h3"
|
|
4421
|
+
"variant": "h3",
|
|
4422
|
+
"content": "StudentAssessment"
|
|
4386
4423
|
}
|
|
4387
|
-
]
|
|
4388
|
-
"type": "stack"
|
|
4424
|
+
]
|
|
4389
4425
|
},
|
|
4390
4426
|
{
|
|
4391
4427
|
"type": "divider"
|
|
4392
4428
|
},
|
|
4393
4429
|
{
|
|
4430
|
+
"direction": "horizontal",
|
|
4394
4431
|
"type": "stack",
|
|
4432
|
+
"gap": "sm",
|
|
4395
4433
|
"children": [
|
|
4396
4434
|
{
|
|
4397
|
-
"variant": "caption",
|
|
4398
4435
|
"content": "Categories:",
|
|
4399
|
-
"type": "typography"
|
|
4436
|
+
"type": "typography",
|
|
4437
|
+
"variant": "caption"
|
|
4400
4438
|
},
|
|
4401
4439
|
{
|
|
4402
|
-
"variant": "secondary",
|
|
4403
4440
|
"type": "badge",
|
|
4404
|
-
"label": "beginner"
|
|
4441
|
+
"label": "beginner",
|
|
4442
|
+
"variant": "secondary"
|
|
4405
4443
|
},
|
|
4406
4444
|
{
|
|
4407
4445
|
"label": "intermediate",
|
|
4408
|
-
"
|
|
4409
|
-
"
|
|
4446
|
+
"variant": "secondary",
|
|
4447
|
+
"type": "badge"
|
|
4410
4448
|
},
|
|
4411
4449
|
{
|
|
4412
4450
|
"type": "badge",
|
|
@@ -4418,20 +4456,20 @@
|
|
|
4418
4456
|
"label": "expert",
|
|
4419
4457
|
"type": "badge"
|
|
4420
4458
|
}
|
|
4421
|
-
]
|
|
4422
|
-
"direction": "horizontal",
|
|
4423
|
-
"gap": "sm"
|
|
4459
|
+
]
|
|
4424
4460
|
},
|
|
4425
4461
|
{
|
|
4462
|
+
"submitEvent": "SAVE",
|
|
4426
4463
|
"type": "form-section",
|
|
4427
4464
|
"cancelEvent": "CLOSE",
|
|
4428
|
-
"mode": "create",
|
|
4429
|
-
"submitEvent": "SAVE",
|
|
4430
4465
|
"fields": [
|
|
4431
4466
|
"input"
|
|
4432
|
-
]
|
|
4467
|
+
],
|
|
4468
|
+
"mode": "create"
|
|
4433
4469
|
}
|
|
4434
|
-
]
|
|
4470
|
+
],
|
|
4471
|
+
"type": "stack",
|
|
4472
|
+
"gap": "md"
|
|
4435
4473
|
}
|
|
4436
4474
|
]
|
|
4437
4475
|
]
|
|
@@ -4465,74 +4503,74 @@
|
|
|
4465
4503
|
"render-ui",
|
|
4466
4504
|
"main",
|
|
4467
4505
|
{
|
|
4506
|
+
"type": "dashboard-layout",
|
|
4507
|
+
"navItems": [
|
|
4508
|
+
{
|
|
4509
|
+
"label": "Teach",
|
|
4510
|
+
"href": "/teach",
|
|
4511
|
+
"icon": "book-open"
|
|
4512
|
+
},
|
|
4513
|
+
{
|
|
4514
|
+
"href": "/quiz",
|
|
4515
|
+
"icon": "help-circle",
|
|
4516
|
+
"label": "Quiz"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"label": "Concepts",
|
|
4520
|
+
"href": "/concepts",
|
|
4521
|
+
"icon": "brain"
|
|
4522
|
+
}
|
|
4523
|
+
],
|
|
4524
|
+
"appName": "AI Tutor",
|
|
4468
4525
|
"children": [
|
|
4469
4526
|
{
|
|
4527
|
+
"gap": "lg",
|
|
4528
|
+
"direction": "vertical",
|
|
4470
4529
|
"children": [
|
|
4471
4530
|
{
|
|
4472
|
-
"gap": "md",
|
|
4473
|
-
"justify": "between",
|
|
4474
4531
|
"type": "stack",
|
|
4475
4532
|
"children": [
|
|
4476
4533
|
{
|
|
4534
|
+
"gap": "md",
|
|
4535
|
+
"direction": "horizontal",
|
|
4477
4536
|
"children": [
|
|
4478
4537
|
{
|
|
4479
4538
|
"type": "icon",
|
|
4480
4539
|
"name": "tag"
|
|
4481
4540
|
},
|
|
4482
4541
|
{
|
|
4483
|
-
"
|
|
4542
|
+
"variant": "h2",
|
|
4484
4543
|
"content": "StudentAssessment",
|
|
4485
|
-
"
|
|
4544
|
+
"type": "typography"
|
|
4486
4545
|
}
|
|
4487
4546
|
],
|
|
4488
|
-
"
|
|
4489
|
-
"type": "stack",
|
|
4490
|
-
"gap": "md"
|
|
4547
|
+
"type": "stack"
|
|
4491
4548
|
},
|
|
4492
4549
|
{
|
|
4493
|
-
"
|
|
4494
|
-
"label": "Open",
|
|
4550
|
+
"type": "button",
|
|
4495
4551
|
"variant": "primary",
|
|
4496
|
-
"
|
|
4497
|
-
"
|
|
4552
|
+
"label": "Open",
|
|
4553
|
+
"action": "CLASSIFY",
|
|
4554
|
+
"icon": "tag"
|
|
4498
4555
|
}
|
|
4499
4556
|
],
|
|
4500
|
-
"direction": "horizontal"
|
|
4557
|
+
"direction": "horizontal",
|
|
4558
|
+
"gap": "md",
|
|
4559
|
+
"justify": "between"
|
|
4501
4560
|
},
|
|
4502
4561
|
{
|
|
4503
4562
|
"type": "divider"
|
|
4504
4563
|
},
|
|
4505
4564
|
{
|
|
4565
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
4506
4566
|
"title": "Nothing open",
|
|
4507
4567
|
"type": "empty-state",
|
|
4508
|
-
"icon": "tag"
|
|
4509
|
-
"description": "Click Open to view details in a modal overlay."
|
|
4568
|
+
"icon": "tag"
|
|
4510
4569
|
}
|
|
4511
4570
|
],
|
|
4512
|
-
"direction": "vertical",
|
|
4513
|
-
"gap": "lg",
|
|
4514
4571
|
"type": "stack"
|
|
4515
4572
|
}
|
|
4516
|
-
]
|
|
4517
|
-
"type": "dashboard-layout",
|
|
4518
|
-
"navItems": [
|
|
4519
|
-
{
|
|
4520
|
-
"href": "/teach",
|
|
4521
|
-
"icon": "book-open",
|
|
4522
|
-
"label": "Teach"
|
|
4523
|
-
},
|
|
4524
|
-
{
|
|
4525
|
-
"href": "/quiz",
|
|
4526
|
-
"icon": "help-circle",
|
|
4527
|
-
"label": "Quiz"
|
|
4528
|
-
},
|
|
4529
|
-
{
|
|
4530
|
-
"label": "Concepts",
|
|
4531
|
-
"href": "/concepts",
|
|
4532
|
-
"icon": "brain"
|
|
4533
|
-
}
|
|
4534
|
-
],
|
|
4535
|
-
"appName": "AI Tutor"
|
|
4573
|
+
]
|
|
4536
4574
|
}
|
|
4537
4575
|
]
|
|
4538
4576
|
]
|
|
@@ -4577,73 +4615,73 @@
|
|
|
4577
4615
|
"render-ui",
|
|
4578
4616
|
"main",
|
|
4579
4617
|
{
|
|
4580
|
-
"type": "dashboard-layout",
|
|
4581
|
-
"navItems": [
|
|
4582
|
-
{
|
|
4583
|
-
"label": "Teach",
|
|
4584
|
-
"href": "/teach",
|
|
4585
|
-
"icon": "book-open"
|
|
4586
|
-
},
|
|
4587
|
-
{
|
|
4588
|
-
"href": "/quiz",
|
|
4589
|
-
"label": "Quiz",
|
|
4590
|
-
"icon": "help-circle"
|
|
4591
|
-
},
|
|
4592
|
-
{
|
|
4593
|
-
"href": "/concepts",
|
|
4594
|
-
"label": "Concepts",
|
|
4595
|
-
"icon": "brain"
|
|
4596
|
-
}
|
|
4597
|
-
],
|
|
4598
|
-
"appName": "AI Tutor",
|
|
4599
4618
|
"children": [
|
|
4600
4619
|
{
|
|
4601
4620
|
"type": "stack",
|
|
4602
|
-
"direction": "vertical",
|
|
4603
4621
|
"children": [
|
|
4604
4622
|
{
|
|
4623
|
+
"direction": "horizontal",
|
|
4624
|
+
"gap": "md",
|
|
4605
4625
|
"children": [
|
|
4606
4626
|
{
|
|
4607
|
-
"direction": "horizontal",
|
|
4608
|
-
"gap": "md",
|
|
4609
|
-
"type": "stack",
|
|
4610
4627
|
"children": [
|
|
4611
4628
|
{
|
|
4612
4629
|
"name": "tag",
|
|
4613
4630
|
"type": "icon"
|
|
4614
4631
|
},
|
|
4615
4632
|
{
|
|
4616
|
-
"content": "StudentAssessment",
|
|
4617
4633
|
"variant": "h2",
|
|
4634
|
+
"content": "StudentAssessment",
|
|
4618
4635
|
"type": "typography"
|
|
4619
4636
|
}
|
|
4620
|
-
]
|
|
4637
|
+
],
|
|
4638
|
+
"gap": "md",
|
|
4639
|
+
"direction": "horizontal",
|
|
4640
|
+
"type": "stack"
|
|
4621
4641
|
},
|
|
4622
4642
|
{
|
|
4623
4643
|
"label": "Open",
|
|
4624
4644
|
"variant": "primary",
|
|
4645
|
+
"action": "CLASSIFY",
|
|
4625
4646
|
"type": "button",
|
|
4626
|
-
"icon": "tag"
|
|
4627
|
-
"action": "CLASSIFY"
|
|
4647
|
+
"icon": "tag"
|
|
4628
4648
|
}
|
|
4629
4649
|
],
|
|
4630
|
-
"gap": "md",
|
|
4631
4650
|
"type": "stack",
|
|
4632
|
-
"direction": "horizontal",
|
|
4633
4651
|
"justify": "between"
|
|
4634
4652
|
},
|
|
4635
4653
|
{
|
|
4636
4654
|
"type": "divider"
|
|
4637
4655
|
},
|
|
4638
4656
|
{
|
|
4639
|
-
"icon": "tag",
|
|
4640
4657
|
"type": "empty-state",
|
|
4658
|
+
"icon": "tag",
|
|
4641
4659
|
"title": "Nothing open",
|
|
4642
4660
|
"description": "Click Open to view details in a modal overlay."
|
|
4643
4661
|
}
|
|
4644
4662
|
],
|
|
4663
|
+
"direction": "vertical",
|
|
4645
4664
|
"gap": "lg"
|
|
4646
4665
|
}
|
|
4666
|
+
],
|
|
4667
|
+
"appName": "AI Tutor",
|
|
4668
|
+
"type": "dashboard-layout",
|
|
4669
|
+
"navItems": [
|
|
4670
|
+
{
|
|
4671
|
+
"label": "Teach",
|
|
4672
|
+
"href": "/teach",
|
|
4673
|
+
"icon": "book-open"
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"label": "Quiz",
|
|
4677
|
+
"href": "/quiz",
|
|
4678
|
+
"icon": "help-circle"
|
|
4679
|
+
},
|
|
4680
|
+
{
|
|
4681
|
+
"label": "Concepts",
|
|
4682
|
+
"icon": "brain",
|
|
4683
|
+
"href": "/concepts"
|
|
4684
|
+
}
|
|
4647
4685
|
]
|
|
4648
4686
|
}
|
|
4649
4687
|
]
|
|
@@ -4780,23 +4818,23 @@
|
|
|
4780
4818
|
"render-ui",
|
|
4781
4819
|
"main",
|
|
4782
4820
|
{
|
|
4821
|
+
"type": "dashboard-layout",
|
|
4783
4822
|
"children": [
|
|
4784
4823
|
{
|
|
4785
4824
|
"type": "stack",
|
|
4786
4825
|
"direction": "vertical",
|
|
4787
4826
|
"children": [
|
|
4788
4827
|
{
|
|
4789
|
-
"direction": "horizontal",
|
|
4790
4828
|
"type": "stack",
|
|
4791
|
-
"gap": "md",
|
|
4792
|
-
"align": "center",
|
|
4793
4829
|
"justify": "between",
|
|
4830
|
+
"direction": "horizontal",
|
|
4831
|
+
"align": "center",
|
|
4794
4832
|
"children": [
|
|
4795
4833
|
{
|
|
4796
4834
|
"type": "stack",
|
|
4797
|
-
"gap": "md",
|
|
4798
|
-
"direction": "horizontal",
|
|
4799
4835
|
"align": "center",
|
|
4836
|
+
"direction": "horizontal",
|
|
4837
|
+
"gap": "md",
|
|
4800
4838
|
"children": [
|
|
4801
4839
|
{
|
|
4802
4840
|
"type": "icon",
|
|
@@ -4810,29 +4848,30 @@
|
|
|
4810
4848
|
]
|
|
4811
4849
|
},
|
|
4812
4850
|
{
|
|
4813
|
-
"type": "button",
|
|
4814
|
-
"action": "HIDE",
|
|
4815
4851
|
"label": "Dismiss",
|
|
4852
|
+
"type": "button",
|
|
4853
|
+
"variant": "ghost",
|
|
4816
4854
|
"icon": "x",
|
|
4817
|
-
"
|
|
4855
|
+
"action": "HIDE"
|
|
4818
4856
|
}
|
|
4819
|
-
]
|
|
4857
|
+
],
|
|
4858
|
+
"gap": "md"
|
|
4820
4859
|
},
|
|
4821
4860
|
{
|
|
4822
4861
|
"type": "divider"
|
|
4823
4862
|
},
|
|
4824
4863
|
{
|
|
4825
|
-
"variant": "@entity.notificationType",
|
|
4826
4864
|
"message": "@entity.message",
|
|
4827
|
-
"type": "alert"
|
|
4865
|
+
"type": "alert",
|
|
4866
|
+
"variant": "@entity.notificationType"
|
|
4828
4867
|
},
|
|
4829
4868
|
{
|
|
4830
4869
|
"type": "toast-slot"
|
|
4831
4870
|
},
|
|
4832
4871
|
{
|
|
4872
|
+
"message": "@entity.message",
|
|
4833
4873
|
"type": "alert",
|
|
4834
|
-
"variant": "warning"
|
|
4835
|
-
"message": "@entity.message"
|
|
4874
|
+
"variant": "warning"
|
|
4836
4875
|
}
|
|
4837
4876
|
],
|
|
4838
4877
|
"gap": "lg"
|
|
@@ -4840,22 +4879,21 @@
|
|
|
4840
4879
|
],
|
|
4841
4880
|
"navItems": [
|
|
4842
4881
|
{
|
|
4843
|
-
"
|
|
4882
|
+
"href": "/teach",
|
|
4844
4883
|
"label": "Teach",
|
|
4845
|
-
"
|
|
4884
|
+
"icon": "book-open"
|
|
4846
4885
|
},
|
|
4847
4886
|
{
|
|
4848
|
-
"
|
|
4887
|
+
"href": "/quiz",
|
|
4849
4888
|
"label": "Quiz",
|
|
4850
|
-
"
|
|
4889
|
+
"icon": "help-circle"
|
|
4851
4890
|
},
|
|
4852
4891
|
{
|
|
4892
|
+
"icon": "brain",
|
|
4853
4893
|
"label": "Concepts",
|
|
4854
|
-
"href": "/concepts"
|
|
4855
|
-
"icon": "brain"
|
|
4894
|
+
"href": "/concepts"
|
|
4856
4895
|
}
|
|
4857
4896
|
],
|
|
4858
|
-
"type": "dashboard-layout",
|
|
4859
4897
|
"appName": "AI Tutor"
|
|
4860
4898
|
}
|
|
4861
4899
|
]
|
|
@@ -4881,82 +4919,82 @@
|
|
|
4881
4919
|
"main",
|
|
4882
4920
|
{
|
|
4883
4921
|
"type": "dashboard-layout",
|
|
4922
|
+
"appName": "AI Tutor",
|
|
4884
4923
|
"navItems": [
|
|
4885
4924
|
{
|
|
4886
4925
|
"icon": "book-open",
|
|
4887
|
-
"
|
|
4888
|
-
"
|
|
4926
|
+
"label": "Teach",
|
|
4927
|
+
"href": "/teach"
|
|
4889
4928
|
},
|
|
4890
4929
|
{
|
|
4891
|
-
"href": "/quiz",
|
|
4892
4930
|
"label": "Quiz",
|
|
4931
|
+
"href": "/quiz",
|
|
4893
4932
|
"icon": "help-circle"
|
|
4894
4933
|
},
|
|
4895
4934
|
{
|
|
4896
|
-
"icon": "brain",
|
|
4897
4935
|
"label": "Concepts",
|
|
4936
|
+
"icon": "brain",
|
|
4898
4937
|
"href": "/concepts"
|
|
4899
4938
|
}
|
|
4900
4939
|
],
|
|
4901
4940
|
"children": [
|
|
4902
4941
|
{
|
|
4942
|
+
"gap": "lg",
|
|
4903
4943
|
"direction": "vertical",
|
|
4944
|
+
"type": "stack",
|
|
4904
4945
|
"children": [
|
|
4905
4946
|
{
|
|
4947
|
+
"gap": "md",
|
|
4906
4948
|
"type": "stack",
|
|
4949
|
+
"align": "center",
|
|
4907
4950
|
"justify": "between",
|
|
4908
4951
|
"children": [
|
|
4909
4952
|
{
|
|
4910
4953
|
"type": "stack",
|
|
4911
|
-
"
|
|
4954
|
+
"align": "center",
|
|
4955
|
+
"gap": "md",
|
|
4912
4956
|
"children": [
|
|
4913
4957
|
{
|
|
4914
|
-
"
|
|
4915
|
-
"
|
|
4958
|
+
"name": "tag",
|
|
4959
|
+
"type": "icon"
|
|
4916
4960
|
},
|
|
4917
4961
|
{
|
|
4918
|
-
"
|
|
4962
|
+
"content": "StudentAssessment Result",
|
|
4919
4963
|
"type": "typography",
|
|
4920
|
-
"
|
|
4964
|
+
"variant": "h2"
|
|
4921
4965
|
}
|
|
4922
4966
|
],
|
|
4923
|
-
"
|
|
4924
|
-
"gap": "md"
|
|
4967
|
+
"direction": "horizontal"
|
|
4925
4968
|
},
|
|
4926
4969
|
{
|
|
4927
4970
|
"type": "button",
|
|
4928
|
-
"variant": "ghost",
|
|
4929
|
-
"action": "HIDE",
|
|
4930
4971
|
"label": "Dismiss",
|
|
4931
|
-
"
|
|
4972
|
+
"action": "HIDE",
|
|
4973
|
+
"icon": "x",
|
|
4974
|
+
"variant": "ghost"
|
|
4932
4975
|
}
|
|
4933
4976
|
],
|
|
4934
|
-
"direction": "horizontal"
|
|
4935
|
-
"gap": "md",
|
|
4936
|
-
"align": "center"
|
|
4977
|
+
"direction": "horizontal"
|
|
4937
4978
|
},
|
|
4938
4979
|
{
|
|
4939
4980
|
"type": "divider"
|
|
4940
4981
|
},
|
|
4941
4982
|
{
|
|
4942
|
-
"
|
|
4983
|
+
"type": "alert",
|
|
4943
4984
|
"variant": "@entity.notificationType",
|
|
4944
|
-
"
|
|
4985
|
+
"message": "@entity.message"
|
|
4945
4986
|
},
|
|
4946
4987
|
{
|
|
4947
4988
|
"type": "toast-slot"
|
|
4948
4989
|
},
|
|
4949
4990
|
{
|
|
4950
|
-
"message": "@entity.message",
|
|
4951
4991
|
"type": "alert",
|
|
4952
|
-
"variant": "warning"
|
|
4992
|
+
"variant": "warning",
|
|
4993
|
+
"message": "@entity.message"
|
|
4953
4994
|
}
|
|
4954
|
-
]
|
|
4955
|
-
"type": "stack",
|
|
4956
|
-
"gap": "lg"
|
|
4995
|
+
]
|
|
4957
4996
|
}
|
|
4958
|
-
]
|
|
4959
|
-
"appName": "AI Tutor"
|
|
4997
|
+
]
|
|
4960
4998
|
}
|
|
4961
4999
|
]
|
|
4962
5000
|
]
|
|
@@ -5120,10 +5158,10 @@
|
|
|
5120
5158
|
{
|
|
5121
5159
|
"children": [
|
|
5122
5160
|
{
|
|
5123
|
-
"
|
|
5161
|
+
"type": "empty-state",
|
|
5124
5162
|
"title": "Classifier",
|
|
5125
5163
|
"description": "Classifier is ready",
|
|
5126
|
-
"
|
|
5164
|
+
"icon": "tag"
|
|
5127
5165
|
}
|
|
5128
5166
|
],
|
|
5129
5167
|
"type": "dashboard-layout",
|
|
@@ -5131,17 +5169,17 @@
|
|
|
5131
5169
|
"navItems": [
|
|
5132
5170
|
{
|
|
5133
5171
|
"label": "Teach",
|
|
5134
|
-
"
|
|
5135
|
-
"
|
|
5172
|
+
"href": "/teach",
|
|
5173
|
+
"icon": "book-open"
|
|
5136
5174
|
},
|
|
5137
5175
|
{
|
|
5138
5176
|
"href": "/quiz",
|
|
5139
|
-
"
|
|
5140
|
-
"
|
|
5177
|
+
"label": "Quiz",
|
|
5178
|
+
"icon": "help-circle"
|
|
5141
5179
|
},
|
|
5142
5180
|
{
|
|
5143
|
-
"icon": "brain",
|
|
5144
5181
|
"href": "/concepts",
|
|
5182
|
+
"icon": "brain",
|
|
5145
5183
|
"label": "Concepts"
|
|
5146
5184
|
}
|
|
5147
5185
|
]
|
|
@@ -5296,7 +5334,7 @@
|
|
|
5296
5334
|
},
|
|
5297
5335
|
"traits": [
|
|
5298
5336
|
{
|
|
5299
|
-
"ref": "Tabs.traits.
|
|
5337
|
+
"ref": "Tabs.traits.TabsItemTabs",
|
|
5300
5338
|
"name": "TutorTabs",
|
|
5301
5339
|
"linkedEntity": "TutorSession"
|
|
5302
5340
|
}
|