@almadar/std 13.0.2 → 13.0.3
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/molecules/std-agent-fix-loop.orb +175 -175
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +173 -173
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1031 -1031
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +757 -757
- package/behaviors/registry/core/atoms/std-browse.orb +11 -11
- package/behaviors/registry/core/atoms/std-filter.orb +26 -26
- package/behaviors/registry/core/atoms/std-pagination.orb +33 -33
- package/behaviors/registry/core/atoms/std-search.orb +47 -37
- package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
- package/dist/behaviors/behaviors-registry.json +169 -89
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +175 -175
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +173 -173
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1031 -1031
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +757 -757
- package/dist/behaviors/registry/core/atoms/std-browse.orb +11 -11
- package/dist/behaviors/registry/core/atoms/std-filter.orb +26 -26
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-search.orb +47 -37
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
- package/dist/behaviors-registry.json +169 -89
- package/package.json +1 -1
|
@@ -343,8 +343,8 @@
|
|
|
343
343
|
"TutorSession",
|
|
344
344
|
{
|
|
345
345
|
"emit": {
|
|
346
|
-
"
|
|
347
|
-
"
|
|
346
|
+
"success": "TutorSessionLoaded",
|
|
347
|
+
"failure": "TutorSessionLoadFailed"
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
350
|
],
|
|
@@ -353,46 +353,44 @@
|
|
|
353
353
|
"main",
|
|
354
354
|
{
|
|
355
355
|
"type": "dashboard-layout",
|
|
356
|
+
"appName": "AI Tutor",
|
|
356
357
|
"navItems": [
|
|
357
358
|
{
|
|
358
|
-
"icon": "book-open",
|
|
359
359
|
"label": "Teach",
|
|
360
|
+
"icon": "book-open",
|
|
360
361
|
"href": "/teach"
|
|
361
362
|
},
|
|
362
363
|
{
|
|
364
|
+
"label": "Quiz",
|
|
363
365
|
"href": "/quiz",
|
|
364
|
-
"icon": "help-circle"
|
|
365
|
-
"label": "Quiz"
|
|
366
|
+
"icon": "help-circle"
|
|
366
367
|
},
|
|
367
368
|
{
|
|
368
|
-
"href": "/concepts",
|
|
369
369
|
"icon": "brain",
|
|
370
|
+
"href": "/concepts",
|
|
370
371
|
"label": "Concepts"
|
|
371
372
|
}
|
|
372
373
|
],
|
|
373
|
-
"appName": "AI Tutor",
|
|
374
374
|
"children": [
|
|
375
375
|
{
|
|
376
376
|
"gap": "lg",
|
|
377
|
-
"type": "stack",
|
|
378
|
-
"direction": "vertical",
|
|
379
377
|
"children": [
|
|
380
378
|
{
|
|
381
|
-
"align": "center",
|
|
382
|
-
"type": "stack",
|
|
383
|
-
"direction": "horizontal",
|
|
384
|
-
"gap": "sm",
|
|
385
379
|
"children": [
|
|
386
380
|
{
|
|
387
|
-
"
|
|
388
|
-
"
|
|
381
|
+
"type": "icon",
|
|
382
|
+
"name": "graduation-cap"
|
|
389
383
|
},
|
|
390
384
|
{
|
|
391
|
-
"
|
|
385
|
+
"type": "typography",
|
|
392
386
|
"variant": "h2",
|
|
393
|
-
"
|
|
387
|
+
"content": "Tutor"
|
|
394
388
|
}
|
|
395
|
-
]
|
|
389
|
+
],
|
|
390
|
+
"direction": "horizontal",
|
|
391
|
+
"type": "stack",
|
|
392
|
+
"gap": "sm",
|
|
393
|
+
"align": "center"
|
|
396
394
|
},
|
|
397
395
|
{
|
|
398
396
|
"type": "divider"
|
|
@@ -401,29 +399,31 @@
|
|
|
401
399
|
"children": [
|
|
402
400
|
{
|
|
403
401
|
"type": "stack",
|
|
404
|
-
"direction": "vertical",
|
|
405
402
|
"gap": "md",
|
|
406
403
|
"children": [
|
|
407
404
|
{
|
|
408
405
|
"content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
|
|
409
|
-
"
|
|
410
|
-
"
|
|
406
|
+
"type": "typography",
|
|
407
|
+
"variant": "body"
|
|
411
408
|
},
|
|
412
409
|
{
|
|
410
|
+
"type": "form-section",
|
|
413
411
|
"mode": "edit",
|
|
412
|
+
"entity": "@entity",
|
|
414
413
|
"submitEvent": "START_SESSION",
|
|
415
414
|
"fields": [
|
|
416
415
|
"topic"
|
|
417
|
-
]
|
|
418
|
-
"type": "form-section",
|
|
419
|
-
"entity": "@entity"
|
|
416
|
+
]
|
|
420
417
|
}
|
|
421
|
-
]
|
|
418
|
+
],
|
|
419
|
+
"direction": "vertical"
|
|
422
420
|
}
|
|
423
421
|
],
|
|
424
422
|
"type": "card"
|
|
425
423
|
}
|
|
426
|
-
]
|
|
424
|
+
],
|
|
425
|
+
"type": "stack",
|
|
426
|
+
"direction": "vertical"
|
|
427
427
|
}
|
|
428
428
|
]
|
|
429
429
|
}
|
|
@@ -459,48 +459,48 @@
|
|
|
459
459
|
{
|
|
460
460
|
"appName": "AI Tutor",
|
|
461
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
|
+
],
|
|
462
479
|
"children": [
|
|
463
480
|
{
|
|
464
|
-
"gap": "lg",
|
|
465
|
-
"type": "stack",
|
|
466
|
-
"align": "center",
|
|
467
481
|
"children": [
|
|
468
482
|
{
|
|
469
483
|
"name": "search",
|
|
470
484
|
"type": "icon"
|
|
471
485
|
},
|
|
472
486
|
{
|
|
473
|
-
"content": "Assessing your level...",
|
|
474
487
|
"variant": "h3",
|
|
475
|
-
"type": "typography"
|
|
488
|
+
"type": "typography",
|
|
489
|
+
"content": "Assessing your level..."
|
|
476
490
|
},
|
|
477
491
|
{
|
|
478
492
|
"type": "spinner"
|
|
479
493
|
},
|
|
480
494
|
{
|
|
481
|
-
"
|
|
495
|
+
"variant": "caption",
|
|
482
496
|
"content": "Recalling prior learning and classifying skill level",
|
|
483
|
-
"
|
|
497
|
+
"type": "typography"
|
|
484
498
|
}
|
|
485
499
|
],
|
|
486
|
-
"
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
{
|
|
491
|
-
"icon": "book-open",
|
|
492
|
-
"label": "Teach",
|
|
493
|
-
"href": "/teach"
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"label": "Quiz",
|
|
497
|
-
"icon": "help-circle",
|
|
498
|
-
"href": "/quiz"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"href": "/concepts",
|
|
502
|
-
"label": "Concepts",
|
|
503
|
-
"icon": "brain"
|
|
500
|
+
"align": "center",
|
|
501
|
+
"gap": "lg",
|
|
502
|
+
"direction": "vertical",
|
|
503
|
+
"type": "stack"
|
|
504
504
|
}
|
|
505
505
|
]
|
|
506
506
|
}
|
|
@@ -530,24 +530,33 @@
|
|
|
530
530
|
"render-ui",
|
|
531
531
|
"main",
|
|
532
532
|
{
|
|
533
|
-
"
|
|
533
|
+
"type": "dashboard-layout",
|
|
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
|
+
],
|
|
534
551
|
"children": [
|
|
535
552
|
{
|
|
536
|
-
"gap": "lg",
|
|
537
|
-
"type": "stack",
|
|
538
|
-
"direction": "vertical",
|
|
539
553
|
"children": [
|
|
540
554
|
{
|
|
541
|
-
"align": "center",
|
|
542
|
-
"type": "stack",
|
|
543
|
-
"justify": "between",
|
|
544
|
-
"gap": "sm",
|
|
545
|
-
"direction": "horizontal",
|
|
546
555
|
"children": [
|
|
547
556
|
{
|
|
548
|
-
"gap": "sm",
|
|
549
557
|
"type": "stack",
|
|
550
558
|
"align": "center",
|
|
559
|
+
"gap": "sm",
|
|
551
560
|
"children": [
|
|
552
561
|
{
|
|
553
562
|
"type": "icon",
|
|
@@ -565,58 +574,62 @@
|
|
|
565
574
|
"type": "badge",
|
|
566
575
|
"label": "@entity.studentLevel"
|
|
567
576
|
}
|
|
568
|
-
]
|
|
577
|
+
],
|
|
578
|
+
"justify": "between",
|
|
579
|
+
"gap": "sm",
|
|
580
|
+
"type": "stack",
|
|
581
|
+
"direction": "horizontal",
|
|
582
|
+
"align": "center"
|
|
569
583
|
},
|
|
570
584
|
{
|
|
571
585
|
"type": "divider"
|
|
572
586
|
},
|
|
573
587
|
{
|
|
588
|
+
"type": "card",
|
|
574
589
|
"children": [
|
|
575
590
|
{
|
|
591
|
+
"gap": "md",
|
|
592
|
+
"direction": "vertical",
|
|
576
593
|
"children": [
|
|
577
594
|
{
|
|
578
|
-
"type": "typography",
|
|
579
595
|
"variant": "body",
|
|
596
|
+
"type": "typography",
|
|
580
597
|
"content": "@entity.explanation"
|
|
581
598
|
}
|
|
582
599
|
],
|
|
583
|
-
"
|
|
584
|
-
"type": "stack",
|
|
585
|
-
"direction": "vertical"
|
|
600
|
+
"type": "stack"
|
|
586
601
|
}
|
|
587
|
-
]
|
|
588
|
-
"type": "card"
|
|
602
|
+
]
|
|
589
603
|
},
|
|
590
604
|
{
|
|
591
|
-
"type": "stack",
|
|
592
605
|
"gap": "sm",
|
|
606
|
+
"type": "stack",
|
|
593
607
|
"direction": "horizontal",
|
|
594
608
|
"children": [
|
|
595
609
|
{
|
|
596
|
-
"label": "Quiz Me",
|
|
597
|
-
"action": "START_QUIZ",
|
|
598
|
-
"variant": "primary",
|
|
599
610
|
"icon": "help-circle",
|
|
600
|
-
"type": "button"
|
|
611
|
+
"type": "button",
|
|
612
|
+
"action": "START_QUIZ",
|
|
613
|
+
"label": "Quiz Me",
|
|
614
|
+
"variant": "primary"
|
|
601
615
|
},
|
|
602
616
|
{
|
|
603
|
-
"label": "Explain More",
|
|
604
617
|
"type": "button",
|
|
618
|
+
"label": "Explain More",
|
|
605
619
|
"variant": "secondary",
|
|
606
|
-
"
|
|
607
|
-
"
|
|
620
|
+
"action": "EXPLAIN_MORE",
|
|
621
|
+
"icon": "book-open"
|
|
608
622
|
},
|
|
609
623
|
{
|
|
610
|
-
"
|
|
624
|
+
"variant": "ghost",
|
|
625
|
+
"label": "New Topic",
|
|
611
626
|
"icon": "rotate-ccw",
|
|
612
627
|
"type": "button",
|
|
613
|
-
"
|
|
614
|
-
"variant": "ghost"
|
|
628
|
+
"action": "RESET"
|
|
615
629
|
}
|
|
616
630
|
]
|
|
617
631
|
},
|
|
618
632
|
{
|
|
619
|
-
"type": "stack",
|
|
620
633
|
"children": [
|
|
621
634
|
{
|
|
622
635
|
"label": "@entity.questionsAsked",
|
|
@@ -628,29 +641,16 @@
|
|
|
628
641
|
}
|
|
629
642
|
],
|
|
630
643
|
"gap": "xs",
|
|
644
|
+
"type": "stack",
|
|
631
645
|
"direction": "horizontal"
|
|
632
646
|
}
|
|
633
|
-
]
|
|
647
|
+
],
|
|
648
|
+
"gap": "lg",
|
|
649
|
+
"direction": "vertical",
|
|
650
|
+
"type": "stack"
|
|
634
651
|
}
|
|
635
652
|
],
|
|
636
|
-
"
|
|
637
|
-
"navItems": [
|
|
638
|
-
{
|
|
639
|
-
"href": "/teach",
|
|
640
|
-
"label": "Teach",
|
|
641
|
-
"icon": "book-open"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"label": "Quiz",
|
|
645
|
-
"icon": "help-circle",
|
|
646
|
-
"href": "/quiz"
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"href": "/concepts",
|
|
650
|
-
"icon": "brain",
|
|
651
|
-
"label": "Concepts"
|
|
652
|
-
}
|
|
653
|
-
]
|
|
653
|
+
"appName": "AI Tutor"
|
|
654
654
|
}
|
|
655
655
|
]
|
|
656
656
|
]
|
|
@@ -668,21 +668,30 @@
|
|
|
668
668
|
"render-ui",
|
|
669
669
|
"main",
|
|
670
670
|
{
|
|
671
|
-
"
|
|
672
|
-
|
|
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
|
+
],
|
|
673
688
|
"children": [
|
|
674
689
|
{
|
|
675
|
-
"direction": "vertical",
|
|
676
690
|
"type": "stack",
|
|
677
|
-
"gap": "lg",
|
|
678
691
|
"children": [
|
|
679
692
|
{
|
|
680
|
-
"align": "center",
|
|
681
|
-
"type": "stack",
|
|
682
|
-
"justify": "between",
|
|
683
693
|
"children": [
|
|
684
694
|
{
|
|
685
|
-
"direction": "horizontal",
|
|
686
695
|
"children": [
|
|
687
696
|
{
|
|
688
697
|
"type": "icon",
|
|
@@ -694,6 +703,7 @@
|
|
|
694
703
|
"type": "typography"
|
|
695
704
|
}
|
|
696
705
|
],
|
|
706
|
+
"direction": "horizontal",
|
|
697
707
|
"type": "stack",
|
|
698
708
|
"align": "center",
|
|
699
709
|
"gap": "sm"
|
|
@@ -703,8 +713,11 @@
|
|
|
703
713
|
"label": "@entity.studentLevel"
|
|
704
714
|
}
|
|
705
715
|
],
|
|
716
|
+
"gap": "sm",
|
|
706
717
|
"direction": "horizontal",
|
|
707
|
-
"
|
|
718
|
+
"type": "stack",
|
|
719
|
+
"align": "center",
|
|
720
|
+
"justify": "between"
|
|
708
721
|
},
|
|
709
722
|
{
|
|
710
723
|
"type": "divider"
|
|
@@ -712,83 +725,70 @@
|
|
|
712
725
|
{
|
|
713
726
|
"children": [
|
|
714
727
|
{
|
|
715
|
-
"
|
|
728
|
+
"type": "stack",
|
|
716
729
|
"children": [
|
|
717
730
|
{
|
|
718
|
-
"
|
|
731
|
+
"content": "@entity.explanation",
|
|
719
732
|
"type": "typography",
|
|
720
|
-
"
|
|
733
|
+
"variant": "body"
|
|
721
734
|
}
|
|
722
735
|
],
|
|
723
|
-
"
|
|
736
|
+
"direction": "vertical",
|
|
724
737
|
"gap": "md"
|
|
725
738
|
}
|
|
726
739
|
],
|
|
727
740
|
"type": "card"
|
|
728
741
|
},
|
|
729
742
|
{
|
|
730
|
-
"type": "stack",
|
|
731
|
-
"direction": "horizontal",
|
|
732
|
-
"gap": "sm",
|
|
733
743
|
"children": [
|
|
734
744
|
{
|
|
735
|
-
"
|
|
745
|
+
"action": "START_QUIZ",
|
|
736
746
|
"type": "button",
|
|
737
747
|
"variant": "primary",
|
|
738
|
-
"
|
|
739
|
-
"
|
|
748
|
+
"icon": "help-circle",
|
|
749
|
+
"label": "Quiz Me"
|
|
740
750
|
},
|
|
741
751
|
{
|
|
752
|
+
"action": "EXPLAIN_MORE",
|
|
742
753
|
"icon": "book-open",
|
|
743
754
|
"label": "Explain More",
|
|
744
|
-
"type": "button",
|
|
745
755
|
"variant": "secondary",
|
|
746
|
-
"
|
|
756
|
+
"type": "button"
|
|
747
757
|
},
|
|
748
758
|
{
|
|
759
|
+
"variant": "ghost",
|
|
749
760
|
"type": "button",
|
|
750
|
-
"
|
|
761
|
+
"label": "New Topic",
|
|
751
762
|
"action": "RESET",
|
|
752
|
-
"
|
|
753
|
-
"label": "New Topic"
|
|
763
|
+
"icon": "rotate-ccw"
|
|
754
764
|
}
|
|
755
|
-
]
|
|
765
|
+
],
|
|
766
|
+
"direction": "horizontal",
|
|
767
|
+
"gap": "sm",
|
|
768
|
+
"type": "stack"
|
|
756
769
|
},
|
|
757
770
|
{
|
|
758
|
-
"direction": "horizontal",
|
|
759
|
-
"gap": "xs",
|
|
760
|
-
"type": "stack",
|
|
761
771
|
"children": [
|
|
762
772
|
{
|
|
763
|
-
"
|
|
764
|
-
"
|
|
773
|
+
"type": "badge",
|
|
774
|
+
"label": "@entity.questionsAsked"
|
|
765
775
|
},
|
|
766
776
|
{
|
|
767
|
-
"
|
|
768
|
-
"
|
|
777
|
+
"type": "badge",
|
|
778
|
+
"label": "@entity.correctAnswers"
|
|
769
779
|
}
|
|
770
|
-
]
|
|
780
|
+
],
|
|
781
|
+
"gap": "xs",
|
|
782
|
+
"type": "stack",
|
|
783
|
+
"direction": "horizontal"
|
|
771
784
|
}
|
|
772
|
-
]
|
|
785
|
+
],
|
|
786
|
+
"gap": "lg",
|
|
787
|
+
"direction": "vertical"
|
|
773
788
|
}
|
|
774
789
|
],
|
|
775
|
-
"
|
|
776
|
-
|
|
777
|
-
"href": "/teach",
|
|
778
|
-
"icon": "book-open",
|
|
779
|
-
"label": "Teach"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"icon": "help-circle",
|
|
783
|
-
"label": "Quiz",
|
|
784
|
-
"href": "/quiz"
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"icon": "brain",
|
|
788
|
-
"label": "Concepts",
|
|
789
|
-
"href": "/concepts"
|
|
790
|
-
}
|
|
791
|
-
]
|
|
790
|
+
"appName": "AI Tutor",
|
|
791
|
+
"type": "dashboard-layout"
|
|
792
792
|
}
|
|
793
793
|
]
|
|
794
794
|
]
|
|
@@ -809,9 +809,9 @@
|
|
|
809
809
|
"appName": "AI Tutor",
|
|
810
810
|
"navItems": [
|
|
811
811
|
{
|
|
812
|
-
"icon": "book-open",
|
|
813
812
|
"label": "Teach",
|
|
814
|
-
"href": "/teach"
|
|
813
|
+
"href": "/teach",
|
|
814
|
+
"icon": "book-open"
|
|
815
815
|
},
|
|
816
816
|
{
|
|
817
817
|
"href": "/quiz",
|
|
@@ -826,21 +826,17 @@
|
|
|
826
826
|
],
|
|
827
827
|
"children": [
|
|
828
828
|
{
|
|
829
|
+
"type": "stack",
|
|
829
830
|
"gap": "lg",
|
|
830
831
|
"direction": "vertical",
|
|
831
|
-
"type": "stack",
|
|
832
832
|
"children": [
|
|
833
833
|
{
|
|
834
|
-
"type": "stack",
|
|
835
|
-
"direction": "horizontal",
|
|
836
|
-
"gap": "sm",
|
|
837
834
|
"align": "center",
|
|
835
|
+
"gap": "sm",
|
|
838
836
|
"justify": "between",
|
|
837
|
+
"direction": "horizontal",
|
|
839
838
|
"children": [
|
|
840
839
|
{
|
|
841
|
-
"align": "center",
|
|
842
|
-
"gap": "sm",
|
|
843
|
-
"type": "stack",
|
|
844
840
|
"children": [
|
|
845
841
|
{
|
|
846
842
|
"type": "icon",
|
|
@@ -848,17 +844,21 @@
|
|
|
848
844
|
},
|
|
849
845
|
{
|
|
850
846
|
"variant": "h2",
|
|
851
|
-
"
|
|
852
|
-
"
|
|
847
|
+
"content": "Lesson: @entity.topic",
|
|
848
|
+
"type": "typography"
|
|
853
849
|
}
|
|
854
850
|
],
|
|
855
|
-
"direction": "horizontal"
|
|
851
|
+
"direction": "horizontal",
|
|
852
|
+
"gap": "sm",
|
|
853
|
+
"align": "center",
|
|
854
|
+
"type": "stack"
|
|
856
855
|
},
|
|
857
856
|
{
|
|
858
857
|
"type": "badge",
|
|
859
858
|
"label": "@entity.studentLevel"
|
|
860
859
|
}
|
|
861
|
-
]
|
|
860
|
+
],
|
|
861
|
+
"type": "stack"
|
|
862
862
|
},
|
|
863
863
|
{
|
|
864
864
|
"type": "divider"
|
|
@@ -867,16 +867,16 @@
|
|
|
867
867
|
"type": "card",
|
|
868
868
|
"children": [
|
|
869
869
|
{
|
|
870
|
+
"gap": "md",
|
|
870
871
|
"children": [
|
|
871
872
|
{
|
|
873
|
+
"content": "@entity.explanation",
|
|
872
874
|
"type": "typography",
|
|
873
|
-
"variant": "body"
|
|
874
|
-
"content": "@entity.explanation"
|
|
875
|
+
"variant": "body"
|
|
875
876
|
}
|
|
876
877
|
],
|
|
877
|
-
"type": "stack",
|
|
878
878
|
"direction": "vertical",
|
|
879
|
-
"
|
|
879
|
+
"type": "stack"
|
|
880
880
|
}
|
|
881
881
|
]
|
|
882
882
|
},
|
|
@@ -886,33 +886,33 @@
|
|
|
886
886
|
"gap": "sm",
|
|
887
887
|
"children": [
|
|
888
888
|
{
|
|
889
|
-
"icon": "help-circle",
|
|
890
889
|
"action": "START_QUIZ",
|
|
891
|
-
"type": "button",
|
|
892
890
|
"label": "Quiz Me",
|
|
893
|
-
"
|
|
891
|
+
"type": "button",
|
|
892
|
+
"variant": "primary",
|
|
893
|
+
"icon": "help-circle"
|
|
894
894
|
},
|
|
895
895
|
{
|
|
896
|
+
"type": "button",
|
|
896
897
|
"variant": "secondary",
|
|
897
|
-
"icon": "book-open",
|
|
898
898
|
"label": "Explain More",
|
|
899
|
-
"
|
|
899
|
+
"icon": "book-open",
|
|
900
900
|
"action": "EXPLAIN_MORE"
|
|
901
901
|
},
|
|
902
902
|
{
|
|
903
|
-
"icon": "rotate-ccw",
|
|
904
903
|
"type": "button",
|
|
904
|
+
"icon": "rotate-ccw",
|
|
905
|
+
"variant": "ghost",
|
|
905
906
|
"action": "RESET",
|
|
906
|
-
"label": "New Topic"
|
|
907
|
-
"variant": "ghost"
|
|
907
|
+
"label": "New Topic"
|
|
908
908
|
}
|
|
909
909
|
]
|
|
910
910
|
},
|
|
911
911
|
{
|
|
912
912
|
"children": [
|
|
913
913
|
{
|
|
914
|
-
"
|
|
915
|
-
"
|
|
914
|
+
"type": "badge",
|
|
915
|
+
"label": "@entity.questionsAsked"
|
|
916
916
|
},
|
|
917
917
|
{
|
|
918
918
|
"label": "@entity.correctAnswers",
|
|
@@ -965,79 +965,79 @@
|
|
|
965
965
|
"render-ui",
|
|
966
966
|
"main",
|
|
967
967
|
{
|
|
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
|
+
],
|
|
968
985
|
"children": [
|
|
969
986
|
{
|
|
987
|
+
"gap": "lg",
|
|
988
|
+
"direction": "vertical",
|
|
970
989
|
"children": [
|
|
971
990
|
{
|
|
972
|
-
"
|
|
991
|
+
"align": "center",
|
|
973
992
|
"children": [
|
|
974
993
|
{
|
|
975
994
|
"name": "graduation-cap",
|
|
976
995
|
"type": "icon"
|
|
977
996
|
},
|
|
978
997
|
{
|
|
979
|
-
"
|
|
998
|
+
"variant": "h2",
|
|
980
999
|
"content": "Tutor",
|
|
981
|
-
"
|
|
1000
|
+
"type": "typography"
|
|
982
1001
|
}
|
|
983
1002
|
],
|
|
984
|
-
"align": "center",
|
|
985
1003
|
"type": "stack",
|
|
1004
|
+
"direction": "horizontal",
|
|
986
1005
|
"gap": "sm"
|
|
987
1006
|
},
|
|
988
1007
|
{
|
|
989
1008
|
"type": "divider"
|
|
990
1009
|
},
|
|
991
1010
|
{
|
|
1011
|
+
"type": "card",
|
|
992
1012
|
"children": [
|
|
993
1013
|
{
|
|
994
|
-
"type": "stack",
|
|
995
|
-
"gap": "md",
|
|
996
1014
|
"children": [
|
|
997
1015
|
{
|
|
1016
|
+
"variant": "body",
|
|
998
1017
|
"type": "typography",
|
|
999
|
-
"content": "What topic would you like to learn about? The tutor will assess your level and guide you through it."
|
|
1000
|
-
"variant": "body"
|
|
1018
|
+
"content": "What topic would you like to learn about? The tutor will assess your level and guide you through it."
|
|
1001
1019
|
},
|
|
1002
1020
|
{
|
|
1003
1021
|
"mode": "edit",
|
|
1004
1022
|
"type": "form-section",
|
|
1023
|
+
"entity": "@entity",
|
|
1024
|
+
"submitEvent": "START_SESSION",
|
|
1005
1025
|
"fields": [
|
|
1006
1026
|
"topic"
|
|
1007
|
-
]
|
|
1008
|
-
"submitEvent": "START_SESSION",
|
|
1009
|
-
"entity": "@entity"
|
|
1027
|
+
]
|
|
1010
1028
|
}
|
|
1011
1029
|
],
|
|
1012
|
-
"
|
|
1030
|
+
"type": "stack",
|
|
1031
|
+
"direction": "vertical",
|
|
1032
|
+
"gap": "md"
|
|
1013
1033
|
}
|
|
1014
|
-
]
|
|
1015
|
-
"type": "card"
|
|
1034
|
+
]
|
|
1016
1035
|
}
|
|
1017
1036
|
],
|
|
1018
|
-
"
|
|
1019
|
-
"type": "stack",
|
|
1020
|
-
"direction": "vertical"
|
|
1037
|
+
"type": "stack"
|
|
1021
1038
|
}
|
|
1022
1039
|
],
|
|
1023
1040
|
"type": "dashboard-layout",
|
|
1024
|
-
"navItems": [
|
|
1025
|
-
{
|
|
1026
|
-
"label": "Teach",
|
|
1027
|
-
"href": "/teach",
|
|
1028
|
-
"icon": "book-open"
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
"label": "Quiz",
|
|
1032
|
-
"icon": "help-circle",
|
|
1033
|
-
"href": "/quiz"
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"label": "Concepts",
|
|
1037
|
-
"href": "/concepts",
|
|
1038
|
-
"icon": "brain"
|
|
1039
|
-
}
|
|
1040
|
-
],
|
|
1041
1041
|
"appName": "AI Tutor"
|
|
1042
1042
|
}
|
|
1043
1043
|
]
|
|
@@ -1259,55 +1259,55 @@
|
|
|
1259
1259
|
"main",
|
|
1260
1260
|
{
|
|
1261
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
|
+
],
|
|
1262
1279
|
"children": [
|
|
1263
1280
|
{
|
|
1264
|
-
"
|
|
1265
|
-
"gap": "lg",
|
|
1281
|
+
"type": "stack",
|
|
1266
1282
|
"children": [
|
|
1267
1283
|
{
|
|
1284
|
+
"type": "stack",
|
|
1268
1285
|
"direction": "horizontal",
|
|
1286
|
+
"gap": "sm",
|
|
1269
1287
|
"align": "center",
|
|
1270
1288
|
"children": [
|
|
1271
1289
|
{
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1290
|
+
"name": "help-circle",
|
|
1291
|
+
"type": "icon"
|
|
1274
1292
|
},
|
|
1275
1293
|
{
|
|
1276
1294
|
"type": "typography",
|
|
1277
1295
|
"content": "Quiz",
|
|
1278
1296
|
"variant": "h2"
|
|
1279
1297
|
}
|
|
1280
|
-
]
|
|
1281
|
-
"gap": "sm",
|
|
1282
|
-
"type": "stack"
|
|
1298
|
+
]
|
|
1283
1299
|
},
|
|
1284
1300
|
{
|
|
1285
1301
|
"type": "divider"
|
|
1286
1302
|
},
|
|
1287
1303
|
{
|
|
1288
|
-
"
|
|
1304
|
+
"variant": "body",
|
|
1289
1305
|
"type": "typography",
|
|
1290
|
-
"
|
|
1306
|
+
"content": "Waiting for a quiz to start..."
|
|
1291
1307
|
}
|
|
1292
1308
|
],
|
|
1293
|
-
"
|
|
1294
|
-
|
|
1295
|
-
],
|
|
1296
|
-
"navItems": [
|
|
1297
|
-
{
|
|
1298
|
-
"href": "/teach",
|
|
1299
|
-
"icon": "book-open",
|
|
1300
|
-
"label": "Teach"
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"icon": "help-circle",
|
|
1304
|
-
"href": "/quiz",
|
|
1305
|
-
"label": "Quiz"
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"href": "/concepts",
|
|
1309
|
-
"icon": "brain",
|
|
1310
|
-
"label": "Concepts"
|
|
1309
|
+
"gap": "lg",
|
|
1310
|
+
"direction": "vertical"
|
|
1311
1311
|
}
|
|
1312
1312
|
],
|
|
1313
1313
|
"appName": "AI Tutor"
|
|
@@ -1346,18 +1346,21 @@
|
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
1348
|
"label": "Concepts",
|
|
1349
|
-
"
|
|
1350
|
-
"
|
|
1349
|
+
"href": "/concepts",
|
|
1350
|
+
"icon": "brain"
|
|
1351
1351
|
}
|
|
1352
1352
|
],
|
|
1353
1353
|
"appName": "AI Tutor",
|
|
1354
1354
|
"children": [
|
|
1355
1355
|
{
|
|
1356
|
+
"type": "stack",
|
|
1357
|
+
"direction": "vertical",
|
|
1358
|
+
"gap": "lg",
|
|
1356
1359
|
"children": [
|
|
1357
1360
|
{
|
|
1358
|
-
"gap": "sm",
|
|
1359
|
-
"type": "stack",
|
|
1360
1361
|
"direction": "horizontal",
|
|
1362
|
+
"type": "stack",
|
|
1363
|
+
"gap": "sm",
|
|
1361
1364
|
"align": "center",
|
|
1362
1365
|
"children": [
|
|
1363
1366
|
{
|
|
@@ -1366,8 +1369,8 @@
|
|
|
1366
1369
|
},
|
|
1367
1370
|
{
|
|
1368
1371
|
"variant": "h2",
|
|
1369
|
-
"
|
|
1370
|
-
"
|
|
1372
|
+
"type": "typography",
|
|
1373
|
+
"content": "Quiz Question"
|
|
1371
1374
|
}
|
|
1372
1375
|
]
|
|
1373
1376
|
},
|
|
@@ -1378,8 +1381,6 @@
|
|
|
1378
1381
|
"type": "card",
|
|
1379
1382
|
"children": [
|
|
1380
1383
|
{
|
|
1381
|
-
"gap": "md",
|
|
1382
|
-
"direction": "vertical",
|
|
1383
1384
|
"children": [
|
|
1384
1385
|
{
|
|
1385
1386
|
"type": "typography",
|
|
@@ -1388,27 +1389,26 @@
|
|
|
1388
1389
|
},
|
|
1389
1390
|
{
|
|
1390
1391
|
"variant": "body",
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1392
|
+
"content": "@entity.options",
|
|
1393
|
+
"type": "typography"
|
|
1393
1394
|
},
|
|
1394
1395
|
{
|
|
1395
|
-
"
|
|
1396
|
-
|
|
1397
|
-
],
|
|
1396
|
+
"type": "form-section",
|
|
1397
|
+
"entity": "@entity",
|
|
1398
1398
|
"submitEvent": "SUBMIT_ANSWER",
|
|
1399
1399
|
"mode": "edit",
|
|
1400
|
-
"
|
|
1401
|
-
|
|
1400
|
+
"fields": [
|
|
1401
|
+
"studentAnswer"
|
|
1402
|
+
]
|
|
1402
1403
|
}
|
|
1403
1404
|
],
|
|
1404
|
-
"
|
|
1405
|
+
"direction": "vertical",
|
|
1406
|
+
"type": "stack",
|
|
1407
|
+
"gap": "md"
|
|
1405
1408
|
}
|
|
1406
1409
|
]
|
|
1407
1410
|
}
|
|
1408
|
-
]
|
|
1409
|
-
"gap": "lg",
|
|
1410
|
-
"type": "stack",
|
|
1411
|
-
"direction": "vertical"
|
|
1411
|
+
]
|
|
1412
1412
|
}
|
|
1413
1413
|
],
|
|
1414
1414
|
"type": "dashboard-layout"
|
|
@@ -1430,33 +1430,32 @@
|
|
|
1430
1430
|
"render-ui",
|
|
1431
1431
|
"main",
|
|
1432
1432
|
{
|
|
1433
|
-
"appName": "AI Tutor",
|
|
1434
|
-
"type": "dashboard-layout",
|
|
1435
1433
|
"navItems": [
|
|
1436
1434
|
{
|
|
1435
|
+
"icon": "book-open",
|
|
1437
1436
|
"label": "Teach",
|
|
1438
|
-
"href": "/teach"
|
|
1439
|
-
"icon": "book-open"
|
|
1437
|
+
"href": "/teach"
|
|
1440
1438
|
},
|
|
1441
1439
|
{
|
|
1442
|
-
"href": "/quiz",
|
|
1443
1440
|
"label": "Quiz",
|
|
1441
|
+
"href": "/quiz",
|
|
1444
1442
|
"icon": "help-circle"
|
|
1445
1443
|
},
|
|
1446
1444
|
{
|
|
1447
|
-
"href": "/concepts",
|
|
1448
1445
|
"icon": "brain",
|
|
1449
|
-
"label": "Concepts"
|
|
1446
|
+
"label": "Concepts",
|
|
1447
|
+
"href": "/concepts"
|
|
1450
1448
|
}
|
|
1451
1449
|
],
|
|
1450
|
+
"type": "dashboard-layout",
|
|
1451
|
+
"appName": "AI Tutor",
|
|
1452
1452
|
"children": [
|
|
1453
1453
|
{
|
|
1454
1454
|
"direction": "vertical",
|
|
1455
|
+
"type": "stack",
|
|
1456
|
+
"gap": "lg",
|
|
1455
1457
|
"children": [
|
|
1456
1458
|
{
|
|
1457
|
-
"direction": "horizontal",
|
|
1458
|
-
"gap": "sm",
|
|
1459
|
-
"type": "stack",
|
|
1460
1459
|
"align": "center",
|
|
1461
1460
|
"children": [
|
|
1462
1461
|
{
|
|
@@ -1464,11 +1463,14 @@
|
|
|
1464
1463
|
"name": "help-circle"
|
|
1465
1464
|
},
|
|
1466
1465
|
{
|
|
1466
|
+
"variant": "h2",
|
|
1467
1467
|
"type": "typography",
|
|
1468
|
-
"content": "Quiz Question"
|
|
1469
|
-
"variant": "h2"
|
|
1468
|
+
"content": "Quiz Question"
|
|
1470
1469
|
}
|
|
1471
|
-
]
|
|
1470
|
+
],
|
|
1471
|
+
"gap": "sm",
|
|
1472
|
+
"direction": "horizontal",
|
|
1473
|
+
"type": "stack"
|
|
1472
1474
|
},
|
|
1473
1475
|
{
|
|
1474
1476
|
"type": "divider"
|
|
@@ -1477,36 +1479,34 @@
|
|
|
1477
1479
|
"type": "card",
|
|
1478
1480
|
"children": [
|
|
1479
1481
|
{
|
|
1480
|
-
"direction": "vertical",
|
|
1481
1482
|
"children": [
|
|
1482
1483
|
{
|
|
1483
|
-
"
|
|
1484
|
+
"variant": "h3",
|
|
1484
1485
|
"type": "typography",
|
|
1485
|
-
"
|
|
1486
|
+
"content": "@entity.question"
|
|
1486
1487
|
},
|
|
1487
1488
|
{
|
|
1488
1489
|
"content": "@entity.options",
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1490
|
+
"variant": "body",
|
|
1491
|
+
"type": "typography"
|
|
1491
1492
|
},
|
|
1492
1493
|
{
|
|
1493
|
-
"entity": "@entity",
|
|
1494
|
-
"type": "form-section",
|
|
1495
1494
|
"fields": [
|
|
1496
1495
|
"studentAnswer"
|
|
1497
1496
|
],
|
|
1497
|
+
"submitEvent": "SUBMIT_ANSWER",
|
|
1498
1498
|
"mode": "edit",
|
|
1499
|
-
"
|
|
1499
|
+
"type": "form-section",
|
|
1500
|
+
"entity": "@entity"
|
|
1500
1501
|
}
|
|
1501
1502
|
],
|
|
1503
|
+
"direction": "vertical",
|
|
1502
1504
|
"type": "stack",
|
|
1503
1505
|
"gap": "md"
|
|
1504
1506
|
}
|
|
1505
1507
|
]
|
|
1506
1508
|
}
|
|
1507
|
-
]
|
|
1508
|
-
"gap": "lg",
|
|
1509
|
-
"type": "stack"
|
|
1509
|
+
]
|
|
1510
1510
|
}
|
|
1511
1511
|
]
|
|
1512
1512
|
}
|
|
@@ -1540,6 +1540,8 @@
|
|
|
1540
1540
|
"render-ui",
|
|
1541
1541
|
"main",
|
|
1542
1542
|
{
|
|
1543
|
+
"type": "dashboard-layout",
|
|
1544
|
+
"appName": "AI Tutor",
|
|
1543
1545
|
"navItems": [
|
|
1544
1546
|
{
|
|
1545
1547
|
"label": "Teach",
|
|
@@ -1547,9 +1549,9 @@
|
|
|
1547
1549
|
"icon": "book-open"
|
|
1548
1550
|
},
|
|
1549
1551
|
{
|
|
1550
|
-
"href": "/quiz",
|
|
1551
1552
|
"label": "Quiz",
|
|
1552
|
-
"icon": "help-circle"
|
|
1553
|
+
"icon": "help-circle",
|
|
1554
|
+
"href": "/quiz"
|
|
1553
1555
|
},
|
|
1554
1556
|
{
|
|
1555
1557
|
"href": "/concepts",
|
|
@@ -1557,30 +1559,25 @@
|
|
|
1557
1559
|
"label": "Concepts"
|
|
1558
1560
|
}
|
|
1559
1561
|
],
|
|
1560
|
-
"appName": "AI Tutor",
|
|
1561
|
-
"type": "dashboard-layout",
|
|
1562
1562
|
"children": [
|
|
1563
1563
|
{
|
|
1564
|
-
"gap": "lg",
|
|
1565
|
-
"type": "stack",
|
|
1566
|
-
"direction": "vertical",
|
|
1567
1564
|
"children": [
|
|
1568
1565
|
{
|
|
1566
|
+
"gap": "sm",
|
|
1567
|
+
"align": "center",
|
|
1568
|
+
"type": "stack",
|
|
1569
|
+
"direction": "horizontal",
|
|
1569
1570
|
"children": [
|
|
1570
1571
|
{
|
|
1571
1572
|
"type": "icon",
|
|
1572
1573
|
"name": "check-circle"
|
|
1573
1574
|
},
|
|
1574
1575
|
{
|
|
1575
|
-
"variant": "h2",
|
|
1576
1576
|
"content": "Answer Review",
|
|
1577
|
+
"variant": "h2",
|
|
1577
1578
|
"type": "typography"
|
|
1578
1579
|
}
|
|
1579
|
-
]
|
|
1580
|
-
"gap": "sm",
|
|
1581
|
-
"align": "center",
|
|
1582
|
-
"type": "stack",
|
|
1583
|
-
"direction": "horizontal"
|
|
1580
|
+
]
|
|
1584
1581
|
},
|
|
1585
1582
|
{
|
|
1586
1583
|
"type": "divider"
|
|
@@ -1588,12 +1585,11 @@
|
|
|
1588
1585
|
{
|
|
1589
1586
|
"children": [
|
|
1590
1587
|
{
|
|
1591
|
-
"type": "stack",
|
|
1592
1588
|
"children": [
|
|
1593
1589
|
{
|
|
1594
1590
|
"direction": "horizontal",
|
|
1595
|
-
"gap": "sm",
|
|
1596
1591
|
"type": "stack",
|
|
1592
|
+
"gap": "sm",
|
|
1597
1593
|
"children": [
|
|
1598
1594
|
{
|
|
1599
1595
|
"type": "badge",
|
|
@@ -1607,44 +1603,48 @@
|
|
|
1607
1603
|
"content": "@entity.feedback"
|
|
1608
1604
|
},
|
|
1609
1605
|
{
|
|
1610
|
-
"type": "typography",
|
|
1611
1606
|
"content": "Correct answer",
|
|
1612
|
-
"variant": "caption"
|
|
1607
|
+
"variant": "caption",
|
|
1608
|
+
"type": "typography"
|
|
1613
1609
|
},
|
|
1614
1610
|
{
|
|
1615
|
-
"
|
|
1611
|
+
"variant": "body",
|
|
1616
1612
|
"content": "@entity.correctAnswer",
|
|
1617
|
-
"
|
|
1613
|
+
"type": "typography"
|
|
1618
1614
|
}
|
|
1619
1615
|
],
|
|
1620
|
-
"
|
|
1621
|
-
"
|
|
1616
|
+
"gap": "md",
|
|
1617
|
+
"type": "stack",
|
|
1618
|
+
"direction": "vertical"
|
|
1622
1619
|
}
|
|
1623
1620
|
],
|
|
1624
1621
|
"type": "card"
|
|
1625
1622
|
},
|
|
1626
1623
|
{
|
|
1627
|
-
"gap": "sm",
|
|
1628
1624
|
"type": "stack",
|
|
1629
|
-
"
|
|
1625
|
+
"gap": "sm",
|
|
1630
1626
|
"children": [
|
|
1631
1627
|
{
|
|
1628
|
+
"type": "button",
|
|
1632
1629
|
"icon": "arrow-right",
|
|
1630
|
+
"variant": "primary",
|
|
1633
1631
|
"label": "Next Question",
|
|
1634
|
-
"action": "NEXT_QUESTION"
|
|
1635
|
-
"type": "button",
|
|
1636
|
-
"variant": "primary"
|
|
1632
|
+
"action": "NEXT_QUESTION"
|
|
1637
1633
|
},
|
|
1638
1634
|
{
|
|
1639
|
-
"icon": "book-open",
|
|
1640
1635
|
"variant": "ghost",
|
|
1636
|
+
"icon": "book-open",
|
|
1641
1637
|
"type": "button",
|
|
1642
1638
|
"label": "Back to Lesson",
|
|
1643
1639
|
"action": "BACK_TO_LESSON"
|
|
1644
1640
|
}
|
|
1645
|
-
]
|
|
1641
|
+
],
|
|
1642
|
+
"direction": "horizontal"
|
|
1646
1643
|
}
|
|
1647
|
-
]
|
|
1644
|
+
],
|
|
1645
|
+
"gap": "lg",
|
|
1646
|
+
"type": "stack",
|
|
1647
|
+
"direction": "vertical"
|
|
1648
1648
|
}
|
|
1649
1649
|
]
|
|
1650
1650
|
}
|
|
@@ -1681,43 +1681,42 @@
|
|
|
1681
1681
|
{
|
|
1682
1682
|
"navItems": [
|
|
1683
1683
|
{
|
|
1684
|
-
"
|
|
1684
|
+
"href": "/teach",
|
|
1685
1685
|
"icon": "book-open",
|
|
1686
|
-
"
|
|
1686
|
+
"label": "Teach"
|
|
1687
1687
|
},
|
|
1688
1688
|
{
|
|
1689
|
-
"
|
|
1689
|
+
"label": "Quiz",
|
|
1690
1690
|
"icon": "help-circle",
|
|
1691
|
-
"
|
|
1691
|
+
"href": "/quiz"
|
|
1692
1692
|
},
|
|
1693
1693
|
{
|
|
1694
|
-
"href": "/concepts",
|
|
1695
1694
|
"label": "Concepts",
|
|
1696
|
-
"icon": "brain"
|
|
1695
|
+
"icon": "brain",
|
|
1696
|
+
"href": "/concepts"
|
|
1697
1697
|
}
|
|
1698
1698
|
],
|
|
1699
|
+
"type": "dashboard-layout",
|
|
1700
|
+
"appName": "AI Tutor",
|
|
1699
1701
|
"children": [
|
|
1700
1702
|
{
|
|
1701
|
-
"type": "stack",
|
|
1702
|
-
"direction": "vertical",
|
|
1703
|
-
"gap": "lg",
|
|
1704
1703
|
"children": [
|
|
1705
1704
|
{
|
|
1706
1705
|
"gap": "sm",
|
|
1707
1706
|
"align": "center",
|
|
1708
|
-
"type": "stack",
|
|
1709
1707
|
"direction": "horizontal",
|
|
1710
1708
|
"children": [
|
|
1711
1709
|
{
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1710
|
+
"name": "help-circle",
|
|
1711
|
+
"type": "icon"
|
|
1714
1712
|
},
|
|
1715
1713
|
{
|
|
1716
|
-
"content": "Quiz Question",
|
|
1717
1714
|
"variant": "h2",
|
|
1715
|
+
"content": "Quiz Question",
|
|
1718
1716
|
"type": "typography"
|
|
1719
1717
|
}
|
|
1720
|
-
]
|
|
1718
|
+
],
|
|
1719
|
+
"type": "stack"
|
|
1721
1720
|
},
|
|
1722
1721
|
{
|
|
1723
1722
|
"type": "divider"
|
|
@@ -1725,39 +1724,40 @@
|
|
|
1725
1724
|
{
|
|
1726
1725
|
"children": [
|
|
1727
1726
|
{
|
|
1728
|
-
"
|
|
1727
|
+
"direction": "vertical",
|
|
1729
1728
|
"children": [
|
|
1730
1729
|
{
|
|
1731
|
-
"type": "typography",
|
|
1732
1730
|
"content": "@entity.question",
|
|
1733
|
-
"variant": "h3"
|
|
1731
|
+
"variant": "h3",
|
|
1732
|
+
"type": "typography"
|
|
1734
1733
|
},
|
|
1735
1734
|
{
|
|
1736
|
-
"
|
|
1735
|
+
"variant": "body",
|
|
1737
1736
|
"type": "typography",
|
|
1738
|
-
"
|
|
1737
|
+
"content": "@entity.options"
|
|
1739
1738
|
},
|
|
1740
1739
|
{
|
|
1741
|
-
"
|
|
1740
|
+
"type": "form-section",
|
|
1742
1741
|
"mode": "edit",
|
|
1742
|
+
"submitEvent": "SUBMIT_ANSWER",
|
|
1743
|
+
"entity": "@entity",
|
|
1743
1744
|
"fields": [
|
|
1744
1745
|
"studentAnswer"
|
|
1745
|
-
]
|
|
1746
|
-
"type": "form-section",
|
|
1747
|
-
"submitEvent": "SUBMIT_ANSWER"
|
|
1746
|
+
]
|
|
1748
1747
|
}
|
|
1749
1748
|
],
|
|
1750
|
-
"
|
|
1751
|
-
"
|
|
1749
|
+
"type": "stack",
|
|
1750
|
+
"gap": "md"
|
|
1752
1751
|
}
|
|
1753
1752
|
],
|
|
1754
1753
|
"type": "card"
|
|
1755
1754
|
}
|
|
1756
|
-
]
|
|
1755
|
+
],
|
|
1756
|
+
"gap": "lg",
|
|
1757
|
+
"type": "stack",
|
|
1758
|
+
"direction": "vertical"
|
|
1757
1759
|
}
|
|
1758
|
-
]
|
|
1759
|
-
"type": "dashboard-layout",
|
|
1760
|
-
"appName": "AI Tutor"
|
|
1760
|
+
]
|
|
1761
1761
|
}
|
|
1762
1762
|
]
|
|
1763
1763
|
]
|
|
@@ -1776,59 +1776,59 @@
|
|
|
1776
1776
|
"render-ui",
|
|
1777
1777
|
"main",
|
|
1778
1778
|
{
|
|
1779
|
+
"type": "dashboard-layout",
|
|
1779
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
|
+
],
|
|
1780
1798
|
"children": [
|
|
1781
1799
|
{
|
|
1782
1800
|
"gap": "lg",
|
|
1801
|
+
"type": "stack",
|
|
1783
1802
|
"children": [
|
|
1784
1803
|
{
|
|
1785
1804
|
"direction": "horizontal",
|
|
1805
|
+
"gap": "sm",
|
|
1786
1806
|
"align": "center",
|
|
1807
|
+
"type": "stack",
|
|
1787
1808
|
"children": [
|
|
1788
1809
|
{
|
|
1789
1810
|
"name": "help-circle",
|
|
1790
1811
|
"type": "icon"
|
|
1791
1812
|
},
|
|
1792
1813
|
{
|
|
1814
|
+
"type": "typography",
|
|
1793
1815
|
"content": "Quiz",
|
|
1794
|
-
"variant": "h2"
|
|
1795
|
-
"type": "typography"
|
|
1816
|
+
"variant": "h2"
|
|
1796
1817
|
}
|
|
1797
|
-
]
|
|
1798
|
-
"type": "stack",
|
|
1799
|
-
"gap": "sm"
|
|
1818
|
+
]
|
|
1800
1819
|
},
|
|
1801
1820
|
{
|
|
1802
1821
|
"type": "divider"
|
|
1803
1822
|
},
|
|
1804
1823
|
{
|
|
1805
|
-
"variant": "body",
|
|
1806
1824
|
"type": "typography",
|
|
1807
|
-
"content": "Waiting for a quiz to start..."
|
|
1825
|
+
"content": "Waiting for a quiz to start...",
|
|
1826
|
+
"variant": "body"
|
|
1808
1827
|
}
|
|
1809
1828
|
],
|
|
1810
|
-
"type": "stack",
|
|
1811
1829
|
"direction": "vertical"
|
|
1812
1830
|
}
|
|
1813
|
-
]
|
|
1814
|
-
"navItems": [
|
|
1815
|
-
{
|
|
1816
|
-
"label": "Teach",
|
|
1817
|
-
"href": "/teach",
|
|
1818
|
-
"icon": "book-open"
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"label": "Quiz",
|
|
1822
|
-
"href": "/quiz",
|
|
1823
|
-
"icon": "help-circle"
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"label": "Concepts",
|
|
1827
|
-
"href": "/concepts",
|
|
1828
|
-
"icon": "brain"
|
|
1829
|
-
}
|
|
1830
|
-
],
|
|
1831
|
-
"type": "dashboard-layout"
|
|
1831
|
+
]
|
|
1832
1832
|
}
|
|
1833
1833
|
]
|
|
1834
1834
|
]
|
|
@@ -2070,8 +2070,8 @@
|
|
|
2070
2070
|
"TutorChat",
|
|
2071
2071
|
{
|
|
2072
2072
|
"emit": {
|
|
2073
|
-
"
|
|
2074
|
-
"
|
|
2073
|
+
"failure": "TutorChatLoadFailed",
|
|
2074
|
+
"success": "TutorChatLoaded"
|
|
2075
2075
|
}
|
|
2076
2076
|
}
|
|
2077
2077
|
],
|
|
@@ -2079,22 +2079,22 @@
|
|
|
2079
2079
|
"render-ui",
|
|
2080
2080
|
"main",
|
|
2081
2081
|
{
|
|
2082
|
+
"type": "stack",
|
|
2082
2083
|
"direction": "vertical",
|
|
2084
|
+
"align": "center",
|
|
2085
|
+
"className": "py-12",
|
|
2083
2086
|
"children": [
|
|
2084
2087
|
{
|
|
2085
2088
|
"type": "spinner"
|
|
2086
2089
|
},
|
|
2087
2090
|
{
|
|
2088
2091
|
"type": "typography",
|
|
2089
|
-
"content": "Loading…",
|
|
2090
2092
|
"variant": "caption",
|
|
2093
|
+
"content": "Loading…",
|
|
2091
2094
|
"color": "muted"
|
|
2092
2095
|
}
|
|
2093
2096
|
],
|
|
2094
|
-
"
|
|
2095
|
-
"className": "py-12",
|
|
2096
|
-
"gap": "md",
|
|
2097
|
-
"align": "center"
|
|
2097
|
+
"gap": "md"
|
|
2098
2098
|
}
|
|
2099
2099
|
]
|
|
2100
2100
|
]
|
|
@@ -2108,7 +2108,6 @@
|
|
|
2108
2108
|
"render-ui",
|
|
2109
2109
|
"main",
|
|
2110
2110
|
{
|
|
2111
|
-
"appName": "AI Tutor",
|
|
2112
2111
|
"navItems": [
|
|
2113
2112
|
{
|
|
2114
2113
|
"href": "/teach",
|
|
@@ -2116,67 +2115,67 @@
|
|
|
2116
2115
|
"label": "Teach"
|
|
2117
2116
|
},
|
|
2118
2117
|
{
|
|
2118
|
+
"label": "Quiz",
|
|
2119
2119
|
"href": "/quiz",
|
|
2120
|
-
"icon": "help-circle"
|
|
2121
|
-
"label": "Quiz"
|
|
2120
|
+
"icon": "help-circle"
|
|
2122
2121
|
},
|
|
2123
2122
|
{
|
|
2123
|
+
"label": "Concepts",
|
|
2124
2124
|
"href": "/concepts",
|
|
2125
|
-
"icon": "brain"
|
|
2126
|
-
"label": "Concepts"
|
|
2125
|
+
"icon": "brain"
|
|
2127
2126
|
}
|
|
2128
2127
|
],
|
|
2129
2128
|
"children": [
|
|
2130
2129
|
{
|
|
2130
|
+
"type": "stack",
|
|
2131
2131
|
"children": [
|
|
2132
2132
|
{
|
|
2133
|
-
"justify": "between",
|
|
2134
|
-
"gap": "sm",
|
|
2135
2133
|
"direction": "horizontal",
|
|
2134
|
+
"gap": "sm",
|
|
2136
2135
|
"type": "stack",
|
|
2136
|
+
"align": "center",
|
|
2137
2137
|
"children": [
|
|
2138
2138
|
{
|
|
2139
|
-
"align": "center",
|
|
2140
|
-
"gap": "sm",
|
|
2141
|
-
"direction": "horizontal",
|
|
2142
2139
|
"children": [
|
|
2143
2140
|
{
|
|
2144
2141
|
"name": "message-circle",
|
|
2145
2142
|
"type": "icon"
|
|
2146
2143
|
},
|
|
2147
2144
|
{
|
|
2148
|
-
"type": "typography",
|
|
2149
2145
|
"content": "TutorChat Thread",
|
|
2146
|
+
"type": "typography",
|
|
2150
2147
|
"variant": "h2"
|
|
2151
2148
|
}
|
|
2152
2149
|
],
|
|
2153
|
-
"
|
|
2150
|
+
"gap": "sm",
|
|
2151
|
+
"direction": "horizontal",
|
|
2152
|
+
"type": "stack",
|
|
2153
|
+
"align": "center"
|
|
2154
2154
|
},
|
|
2155
2155
|
{
|
|
2156
|
-
"type": "button",
|
|
2157
|
-
"action": "COMPOSE",
|
|
2158
|
-
"variant": "primary",
|
|
2159
2156
|
"icon": "plus",
|
|
2160
|
-
"label": "New Message"
|
|
2157
|
+
"label": "New Message",
|
|
2158
|
+
"action": "COMPOSE",
|
|
2159
|
+
"type": "button",
|
|
2160
|
+
"variant": "primary"
|
|
2161
2161
|
}
|
|
2162
2162
|
],
|
|
2163
|
-
"
|
|
2163
|
+
"justify": "between"
|
|
2164
2164
|
},
|
|
2165
2165
|
{
|
|
2166
2166
|
"type": "divider"
|
|
2167
2167
|
},
|
|
2168
2168
|
{
|
|
2169
|
+
"entity": "@payload.data",
|
|
2169
2170
|
"type": "data-list",
|
|
2170
2171
|
"fields": [],
|
|
2171
|
-
"entity": "@payload.data",
|
|
2172
2172
|
"renderItem": [
|
|
2173
2173
|
"fn",
|
|
2174
2174
|
"item",
|
|
2175
2175
|
{
|
|
2176
|
-
"
|
|
2176
|
+
"direction": "vertical",
|
|
2177
2177
|
"children": [
|
|
2178
2178
|
{
|
|
2179
|
-
"type": "stack",
|
|
2180
2179
|
"direction": "horizontal",
|
|
2181
2180
|
"gap": "sm",
|
|
2182
2181
|
"align": "center",
|
|
@@ -2186,17 +2185,18 @@
|
|
|
2186
2185
|
"label": "@item.role"
|
|
2187
2186
|
},
|
|
2188
2187
|
{
|
|
2189
|
-
"type": "badge",
|
|
2190
2188
|
"variant": "outline",
|
|
2189
|
+
"type": "badge",
|
|
2191
2190
|
"label": "@item.status"
|
|
2192
2191
|
},
|
|
2193
2192
|
{
|
|
2193
|
+
"color": "muted",
|
|
2194
2194
|
"variant": "caption",
|
|
2195
|
-
"content": "@item.timestamp",
|
|
2196
2195
|
"type": "typography",
|
|
2197
|
-
"
|
|
2196
|
+
"content": "@item.timestamp"
|
|
2198
2197
|
}
|
|
2199
|
-
]
|
|
2198
|
+
],
|
|
2199
|
+
"type": "stack"
|
|
2200
2200
|
},
|
|
2201
2201
|
{
|
|
2202
2202
|
"variant": "body",
|
|
@@ -2204,17 +2204,17 @@
|
|
|
2204
2204
|
"type": "typography"
|
|
2205
2205
|
}
|
|
2206
2206
|
],
|
|
2207
|
-
"
|
|
2207
|
+
"gap": "xs",
|
|
2208
2208
|
"type": "stack"
|
|
2209
2209
|
}
|
|
2210
2210
|
]
|
|
2211
2211
|
}
|
|
2212
2212
|
],
|
|
2213
2213
|
"gap": "lg",
|
|
2214
|
-
"type": "stack",
|
|
2215
2214
|
"direction": "vertical"
|
|
2216
2215
|
}
|
|
2217
2216
|
],
|
|
2217
|
+
"appName": "AI Tutor",
|
|
2218
2218
|
"type": "dashboard-layout"
|
|
2219
2219
|
}
|
|
2220
2220
|
]
|
|
@@ -2229,16 +2229,14 @@
|
|
|
2229
2229
|
"render-ui",
|
|
2230
2230
|
"main",
|
|
2231
2231
|
{
|
|
2232
|
-
"
|
|
2232
|
+
"className": "py-12",
|
|
2233
2233
|
"gap": "md",
|
|
2234
2234
|
"direction": "vertical",
|
|
2235
|
-
"align": "center",
|
|
2236
|
-
"className": "py-12",
|
|
2237
2235
|
"children": [
|
|
2238
2236
|
{
|
|
2239
|
-
"name": "alert-triangle",
|
|
2240
2237
|
"type": "icon",
|
|
2241
|
-
"color": "destructive"
|
|
2238
|
+
"color": "destructive",
|
|
2239
|
+
"name": "alert-triangle"
|
|
2242
2240
|
},
|
|
2243
2241
|
{
|
|
2244
2242
|
"type": "typography",
|
|
@@ -2247,18 +2245,20 @@
|
|
|
2247
2245
|
},
|
|
2248
2246
|
{
|
|
2249
2247
|
"type": "typography",
|
|
2248
|
+
"color": "muted",
|
|
2250
2249
|
"variant": "body",
|
|
2251
|
-
"content": "@payload.error"
|
|
2252
|
-
"color": "muted"
|
|
2250
|
+
"content": "@payload.error"
|
|
2253
2251
|
},
|
|
2254
2252
|
{
|
|
2255
2253
|
"type": "button",
|
|
2256
2254
|
"label": "Retry",
|
|
2257
|
-
"icon": "rotate-ccw",
|
|
2258
2255
|
"variant": "primary",
|
|
2256
|
+
"icon": "rotate-ccw",
|
|
2259
2257
|
"action": "INIT"
|
|
2260
2258
|
}
|
|
2261
|
-
]
|
|
2259
|
+
],
|
|
2260
|
+
"type": "stack",
|
|
2261
|
+
"align": "center"
|
|
2262
2262
|
}
|
|
2263
2263
|
]
|
|
2264
2264
|
]
|
|
@@ -2272,40 +2272,40 @@
|
|
|
2272
2272
|
"render-ui",
|
|
2273
2273
|
"main",
|
|
2274
2274
|
{
|
|
2275
|
-
"type": "stack",
|
|
2276
2275
|
"direction": "vertical",
|
|
2277
|
-
"
|
|
2276
|
+
"type": "stack",
|
|
2278
2277
|
"children": [
|
|
2279
2278
|
{
|
|
2280
|
-
"
|
|
2279
|
+
"align": "center",
|
|
2281
2280
|
"children": [
|
|
2282
2281
|
{
|
|
2283
2282
|
"name": "message-circle",
|
|
2284
2283
|
"type": "icon"
|
|
2285
2284
|
},
|
|
2286
2285
|
{
|
|
2287
|
-
"variant": "h2",
|
|
2288
2286
|
"type": "typography",
|
|
2287
|
+
"variant": "h2",
|
|
2289
2288
|
"content": "TutorChat Thread"
|
|
2290
2289
|
}
|
|
2291
2290
|
],
|
|
2292
2291
|
"direction": "horizontal",
|
|
2293
2292
|
"type": "stack",
|
|
2294
|
-
"
|
|
2293
|
+
"gap": "sm"
|
|
2295
2294
|
},
|
|
2296
2295
|
{
|
|
2297
2296
|
"type": "divider"
|
|
2298
2297
|
},
|
|
2299
2298
|
{
|
|
2300
2299
|
"mode": "create",
|
|
2301
|
-
"cancelEvent": "CANCEL_COMPOSE",
|
|
2302
2300
|
"submitEvent": "SEND",
|
|
2301
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
2302
|
+
"type": "form-section",
|
|
2303
2303
|
"fields": [
|
|
2304
2304
|
"content"
|
|
2305
|
-
]
|
|
2306
|
-
"type": "form-section"
|
|
2305
|
+
]
|
|
2307
2306
|
}
|
|
2308
|
-
]
|
|
2307
|
+
],
|
|
2308
|
+
"gap": "lg"
|
|
2309
2309
|
}
|
|
2310
2310
|
]
|
|
2311
2311
|
]
|
|
@@ -2321,8 +2321,8 @@
|
|
|
2321
2321
|
"TutorChat",
|
|
2322
2322
|
{
|
|
2323
2323
|
"emit": {
|
|
2324
|
-
"
|
|
2325
|
-
"
|
|
2324
|
+
"success": "TutorChatDeleted",
|
|
2325
|
+
"failure": "TutorChatDeleteFailed"
|
|
2326
2326
|
}
|
|
2327
2327
|
}
|
|
2328
2328
|
],
|
|
@@ -2355,10 +2355,10 @@
|
|
|
2355
2355
|
"create",
|
|
2356
2356
|
"TutorChat",
|
|
2357
2357
|
{
|
|
2358
|
-
"content": "@payload.content",
|
|
2359
2358
|
"role": "user",
|
|
2359
|
+
"timestamp": "@now",
|
|
2360
2360
|
"status": "sent",
|
|
2361
|
-
"
|
|
2361
|
+
"content": "@payload.content"
|
|
2362
2362
|
},
|
|
2363
2363
|
{
|
|
2364
2364
|
"emit": {
|
|
@@ -2420,8 +2420,8 @@
|
|
|
2420
2420
|
"TutorChat",
|
|
2421
2421
|
{
|
|
2422
2422
|
"emit": {
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2423
|
+
"failure": "TutorChatDeleteFailed",
|
|
2424
|
+
"success": "TutorChatDeleted"
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
2427
2427
|
],
|
|
@@ -2430,8 +2430,8 @@
|
|
|
2430
2430
|
"TutorChat",
|
|
2431
2431
|
{
|
|
2432
2432
|
"emit": {
|
|
2433
|
-
"
|
|
2434
|
-
"
|
|
2433
|
+
"success": "TutorChatLoaded",
|
|
2434
|
+
"failure": "TutorChatLoadFailed"
|
|
2435
2435
|
}
|
|
2436
2436
|
}
|
|
2437
2437
|
],
|
|
@@ -2570,8 +2570,8 @@
|
|
|
2570
2570
|
"TutorChat",
|
|
2571
2571
|
{
|
|
2572
2572
|
"emit": {
|
|
2573
|
-
"
|
|
2574
|
-
"
|
|
2573
|
+
"failure": "TutorChatLoadFailed",
|
|
2574
|
+
"success": "TutorChatLoaded"
|
|
2575
2575
|
}
|
|
2576
2576
|
}
|
|
2577
2577
|
],
|
|
@@ -2581,31 +2581,31 @@
|
|
|
2581
2581
|
{
|
|
2582
2582
|
"children": [
|
|
2583
2583
|
{
|
|
2584
|
-
"description": "Conversation is ready",
|
|
2585
|
-
"title": "Conversation",
|
|
2586
2584
|
"icon": "message-circle",
|
|
2587
|
-
"type": "empty-state"
|
|
2585
|
+
"type": "empty-state",
|
|
2586
|
+
"description": "Conversation is ready",
|
|
2587
|
+
"title": "Conversation"
|
|
2588
2588
|
}
|
|
2589
2589
|
],
|
|
2590
|
-
"type": "dashboard-layout",
|
|
2591
|
-
"appName": "AI Tutor",
|
|
2592
2590
|
"navItems": [
|
|
2593
2591
|
{
|
|
2594
|
-
"icon": "book-open",
|
|
2595
2592
|
"href": "/teach",
|
|
2596
|
-
"label": "Teach"
|
|
2593
|
+
"label": "Teach",
|
|
2594
|
+
"icon": "book-open"
|
|
2597
2595
|
},
|
|
2598
2596
|
{
|
|
2599
2597
|
"label": "Quiz",
|
|
2600
|
-
"
|
|
2601
|
-
"
|
|
2598
|
+
"icon": "help-circle",
|
|
2599
|
+
"href": "/quiz"
|
|
2602
2600
|
},
|
|
2603
2601
|
{
|
|
2604
2602
|
"icon": "brain",
|
|
2605
2603
|
"label": "Concepts",
|
|
2606
2604
|
"href": "/concepts"
|
|
2607
2605
|
}
|
|
2608
|
-
]
|
|
2606
|
+
],
|
|
2607
|
+
"type": "dashboard-layout",
|
|
2608
|
+
"appName": "AI Tutor"
|
|
2609
2609
|
}
|
|
2610
2610
|
]
|
|
2611
2611
|
]
|
|
@@ -3076,8 +3076,8 @@
|
|
|
3076
3076
|
"Concept",
|
|
3077
3077
|
{
|
|
3078
3078
|
"emit": {
|
|
3079
|
-
"
|
|
3080
|
-
"
|
|
3079
|
+
"failure": "ConceptLoadFailed",
|
|
3080
|
+
"success": "ConceptLoaded"
|
|
3081
3081
|
}
|
|
3082
3082
|
}
|
|
3083
3083
|
],
|
|
@@ -3085,22 +3085,22 @@
|
|
|
3085
3085
|
"render-ui",
|
|
3086
3086
|
"main",
|
|
3087
3087
|
{
|
|
3088
|
-
"type": "stack",
|
|
3089
|
-
"gap": "md",
|
|
3090
|
-
"className": "py-12",
|
|
3091
|
-
"direction": "vertical",
|
|
3092
|
-
"align": "center",
|
|
3093
3088
|
"children": [
|
|
3094
3089
|
{
|
|
3095
3090
|
"type": "spinner"
|
|
3096
3091
|
},
|
|
3097
3092
|
{
|
|
3098
|
-
"
|
|
3093
|
+
"content": "Loading…",
|
|
3099
3094
|
"type": "typography",
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
3095
|
+
"color": "muted",
|
|
3096
|
+
"variant": "caption"
|
|
3102
3097
|
}
|
|
3103
|
-
]
|
|
3098
|
+
],
|
|
3099
|
+
"type": "stack",
|
|
3100
|
+
"className": "py-12",
|
|
3101
|
+
"direction": "vertical",
|
|
3102
|
+
"align": "center",
|
|
3103
|
+
"gap": "md"
|
|
3104
3104
|
}
|
|
3105
3105
|
]
|
|
3106
3106
|
]
|
|
@@ -3114,18 +3114,36 @@
|
|
|
3114
3114
|
"render-ui",
|
|
3115
3115
|
"main",
|
|
3116
3116
|
{
|
|
3117
|
+
"navItems": [
|
|
3118
|
+
{
|
|
3119
|
+
"href": "/teach",
|
|
3120
|
+
"label": "Teach",
|
|
3121
|
+
"icon": "book-open"
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
"label": "Quiz",
|
|
3125
|
+
"href": "/quiz",
|
|
3126
|
+
"icon": "help-circle"
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"label": "Concepts",
|
|
3130
|
+
"icon": "brain",
|
|
3131
|
+
"href": "/concepts"
|
|
3132
|
+
}
|
|
3133
|
+
],
|
|
3134
|
+
"appName": "AI Tutor",
|
|
3117
3135
|
"children": [
|
|
3118
3136
|
{
|
|
3119
|
-
"
|
|
3120
|
-
"type": "stack",
|
|
3121
|
-
"direction": "vertical",
|
|
3137
|
+
"gap": "lg",
|
|
3122
3138
|
"children": [
|
|
3123
3139
|
{
|
|
3124
3140
|
"align": "center",
|
|
3141
|
+
"direction": "horizontal",
|
|
3142
|
+
"gap": "md",
|
|
3125
3143
|
"justify": "between",
|
|
3144
|
+
"type": "stack",
|
|
3126
3145
|
"children": [
|
|
3127
3146
|
{
|
|
3128
|
-
"gap": "sm",
|
|
3129
3147
|
"align": "center",
|
|
3130
3148
|
"type": "stack",
|
|
3131
3149
|
"children": [
|
|
@@ -3134,75 +3152,90 @@
|
|
|
3134
3152
|
"name": "brain"
|
|
3135
3153
|
},
|
|
3136
3154
|
{
|
|
3137
|
-
"type": "typography",
|
|
3138
3155
|
"variant": "h2",
|
|
3156
|
+
"type": "typography",
|
|
3139
3157
|
"content": "Concept Manager"
|
|
3140
3158
|
}
|
|
3141
3159
|
],
|
|
3160
|
+
"gap": "sm",
|
|
3142
3161
|
"direction": "horizontal"
|
|
3143
3162
|
},
|
|
3144
3163
|
{
|
|
3145
3164
|
"direction": "horizontal",
|
|
3146
|
-
"gap": "sm",
|
|
3147
3165
|
"children": [
|
|
3148
3166
|
{
|
|
3149
|
-
"variant": "primary",
|
|
3150
|
-
"label": "Memorize",
|
|
3151
3167
|
"icon": "plus",
|
|
3168
|
+
"type": "button",
|
|
3169
|
+
"label": "Memorize",
|
|
3152
3170
|
"action": "MEMORIZE",
|
|
3153
|
-
"
|
|
3171
|
+
"variant": "primary"
|
|
3154
3172
|
},
|
|
3155
3173
|
{
|
|
3156
3174
|
"type": "button",
|
|
3157
|
-
"action": "RECALL",
|
|
3158
3175
|
"icon": "search",
|
|
3159
3176
|
"variant": "secondary",
|
|
3160
|
-
"label": "Recall"
|
|
3177
|
+
"label": "Recall",
|
|
3178
|
+
"action": "RECALL"
|
|
3161
3179
|
},
|
|
3162
3180
|
{
|
|
3163
|
-
"icon": "clock",
|
|
3164
3181
|
"variant": "ghost",
|
|
3165
|
-
"label": "Decay All",
|
|
3166
3182
|
"action": "DECAY",
|
|
3167
|
-
"type": "button"
|
|
3183
|
+
"type": "button",
|
|
3184
|
+
"icon": "clock",
|
|
3185
|
+
"label": "Decay All"
|
|
3168
3186
|
}
|
|
3169
3187
|
],
|
|
3170
|
-
"type": "stack"
|
|
3188
|
+
"type": "stack",
|
|
3189
|
+
"gap": "sm"
|
|
3171
3190
|
}
|
|
3172
|
-
]
|
|
3173
|
-
"direction": "horizontal",
|
|
3174
|
-
"type": "stack",
|
|
3175
|
-
"gap": "md"
|
|
3191
|
+
]
|
|
3176
3192
|
},
|
|
3177
3193
|
{
|
|
3178
3194
|
"type": "divider"
|
|
3179
3195
|
},
|
|
3180
3196
|
{
|
|
3197
|
+
"itemActions": [
|
|
3198
|
+
{
|
|
3199
|
+
"event": "PIN",
|
|
3200
|
+
"label": "Pin",
|
|
3201
|
+
"variant": "ghost"
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
"event": "REINFORCE",
|
|
3205
|
+
"variant": "ghost",
|
|
3206
|
+
"label": "Reinforce"
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"label": "Forget",
|
|
3210
|
+
"event": "FORGET",
|
|
3211
|
+
"variant": "danger"
|
|
3212
|
+
}
|
|
3213
|
+
],
|
|
3181
3214
|
"entity": "@payload.data",
|
|
3182
3215
|
"fields": [
|
|
3183
3216
|
{
|
|
3184
|
-
"
|
|
3185
|
-
"label": "Content",
|
|
3217
|
+
"icon": "brain",
|
|
3186
3218
|
"name": "content",
|
|
3187
|
-
"
|
|
3219
|
+
"label": "Content",
|
|
3220
|
+
"variant": "h4"
|
|
3188
3221
|
},
|
|
3189
3222
|
{
|
|
3223
|
+
"variant": "badge",
|
|
3224
|
+
"label": "Category",
|
|
3190
3225
|
"colorMap": {
|
|
3191
|
-
"cancelled": "destructive",
|
|
3192
|
-
"done": "success",
|
|
3193
3226
|
"failed": "destructive",
|
|
3194
|
-
"
|
|
3195
|
-
"pending": "warning",
|
|
3196
|
-
"archived": "neutral",
|
|
3227
|
+
"done": "success",
|
|
3197
3228
|
"active": "success",
|
|
3229
|
+
"cancelled": "destructive",
|
|
3230
|
+
"pending": "warning",
|
|
3198
3231
|
"scheduled": "warning",
|
|
3199
3232
|
"draft": "warning",
|
|
3233
|
+
"error": "destructive",
|
|
3200
3234
|
"completed": "success",
|
|
3201
|
-
"
|
|
3235
|
+
"inactive": "neutral",
|
|
3236
|
+
"archived": "neutral"
|
|
3202
3237
|
},
|
|
3203
|
-
"
|
|
3204
|
-
"name": "category",
|
|
3205
|
-
"label": "Category"
|
|
3238
|
+
"name": "category"
|
|
3206
3239
|
},
|
|
3207
3240
|
{
|
|
3208
3241
|
"variant": "caption",
|
|
@@ -3210,48 +3243,15 @@
|
|
|
3210
3243
|
"name": "strength"
|
|
3211
3244
|
}
|
|
3212
3245
|
],
|
|
3213
|
-
"itemActions": [
|
|
3214
|
-
{
|
|
3215
|
-
"variant": "ghost",
|
|
3216
|
-
"label": "Pin",
|
|
3217
|
-
"event": "PIN"
|
|
3218
|
-
},
|
|
3219
|
-
{
|
|
3220
|
-
"variant": "ghost",
|
|
3221
|
-
"label": "Reinforce",
|
|
3222
|
-
"event": "REINFORCE"
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"event": "FORGET",
|
|
3226
|
-
"label": "Forget",
|
|
3227
|
-
"variant": "danger"
|
|
3228
|
-
}
|
|
3229
|
-
],
|
|
3230
3246
|
"type": "data-grid"
|
|
3231
3247
|
}
|
|
3232
3248
|
],
|
|
3233
|
-
"
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
"navItems": [
|
|
3237
|
-
{
|
|
3238
|
-
"icon": "book-open",
|
|
3239
|
-
"label": "Teach",
|
|
3240
|
-
"href": "/teach"
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"href": "/quiz",
|
|
3244
|
-
"icon": "help-circle",
|
|
3245
|
-
"label": "Quiz"
|
|
3246
|
-
},
|
|
3247
|
-
{
|
|
3248
|
-
"icon": "brain",
|
|
3249
|
-
"href": "/concepts",
|
|
3250
|
-
"label": "Concepts"
|
|
3249
|
+
"type": "stack",
|
|
3250
|
+
"direction": "vertical",
|
|
3251
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
3251
3252
|
}
|
|
3252
3253
|
],
|
|
3253
|
-
"type": "dashboard-layout"
|
|
3254
|
-
"appName": "AI Tutor"
|
|
3254
|
+
"type": "dashboard-layout"
|
|
3255
3255
|
}
|
|
3256
3256
|
]
|
|
3257
3257
|
]
|
|
@@ -3265,36 +3265,36 @@
|
|
|
3265
3265
|
"render-ui",
|
|
3266
3266
|
"main",
|
|
3267
3267
|
{
|
|
3268
|
+
"direction": "vertical",
|
|
3269
|
+
"className": "py-12",
|
|
3270
|
+
"align": "center",
|
|
3271
|
+
"gap": "md",
|
|
3268
3272
|
"children": [
|
|
3269
3273
|
{
|
|
3270
3274
|
"color": "destructive",
|
|
3271
|
-
"
|
|
3272
|
-
"
|
|
3275
|
+
"name": "alert-triangle",
|
|
3276
|
+
"type": "icon"
|
|
3273
3277
|
},
|
|
3274
3278
|
{
|
|
3279
|
+
"content": "Failed to load concept",
|
|
3275
3280
|
"variant": "h3",
|
|
3276
|
-
"type": "typography"
|
|
3277
|
-
"content": "Failed to load concept"
|
|
3281
|
+
"type": "typography"
|
|
3278
3282
|
},
|
|
3279
3283
|
{
|
|
3280
|
-
"
|
|
3284
|
+
"type": "typography",
|
|
3281
3285
|
"content": "@payload.error",
|
|
3282
|
-
"
|
|
3283
|
-
"
|
|
3286
|
+
"color": "muted",
|
|
3287
|
+
"variant": "body"
|
|
3284
3288
|
},
|
|
3285
3289
|
{
|
|
3290
|
+
"type": "button",
|
|
3286
3291
|
"label": "Retry",
|
|
3287
|
-
"icon": "rotate-ccw",
|
|
3288
3292
|
"action": "INIT",
|
|
3289
|
-
"
|
|
3290
|
-
"
|
|
3293
|
+
"variant": "primary",
|
|
3294
|
+
"icon": "rotate-ccw"
|
|
3291
3295
|
}
|
|
3292
3296
|
],
|
|
3293
|
-
"
|
|
3294
|
-
"type": "stack",
|
|
3295
|
-
"direction": "vertical",
|
|
3296
|
-
"align": "center",
|
|
3297
|
-
"className": "py-12"
|
|
3297
|
+
"type": "stack"
|
|
3298
3298
|
}
|
|
3299
3299
|
]
|
|
3300
3300
|
]
|
|
@@ -3469,8 +3469,8 @@
|
|
|
3469
3469
|
"Concept",
|
|
3470
3470
|
{
|
|
3471
3471
|
"emit": {
|
|
3472
|
-
"
|
|
3473
|
-
"
|
|
3472
|
+
"failure": "ConceptLoadFailed",
|
|
3473
|
+
"success": "ConceptLoaded"
|
|
3474
3474
|
}
|
|
3475
3475
|
}
|
|
3476
3476
|
]
|
|
@@ -3487,6 +3487,7 @@
|
|
|
3487
3487
|
{
|
|
3488
3488
|
"children": [
|
|
3489
3489
|
{
|
|
3490
|
+
"type": "stack",
|
|
3490
3491
|
"gap": "sm",
|
|
3491
3492
|
"children": [
|
|
3492
3493
|
{
|
|
@@ -3494,32 +3495,31 @@
|
|
|
3494
3495
|
"type": "icon"
|
|
3495
3496
|
},
|
|
3496
3497
|
{
|
|
3497
|
-
"
|
|
3498
|
+
"type": "typography",
|
|
3498
3499
|
"content": "Memorize",
|
|
3499
|
-
"
|
|
3500
|
+
"variant": "h3"
|
|
3500
3501
|
}
|
|
3501
3502
|
],
|
|
3502
|
-
"direction": "horizontal"
|
|
3503
|
-
"type": "stack"
|
|
3503
|
+
"direction": "horizontal"
|
|
3504
3504
|
},
|
|
3505
3505
|
{
|
|
3506
3506
|
"type": "divider"
|
|
3507
3507
|
},
|
|
3508
3508
|
{
|
|
3509
|
-
"submitEvent": "SAVE",
|
|
3510
|
-
"type": "form-section",
|
|
3511
|
-
"cancelEvent": "CLOSE",
|
|
3512
3509
|
"fields": [
|
|
3513
3510
|
"content",
|
|
3514
3511
|
"category",
|
|
3515
3512
|
"scope"
|
|
3516
3513
|
],
|
|
3517
|
-
"
|
|
3514
|
+
"submitEvent": "SAVE",
|
|
3515
|
+
"type": "form-section",
|
|
3516
|
+
"mode": "create",
|
|
3517
|
+
"cancelEvent": "CLOSE"
|
|
3518
3518
|
}
|
|
3519
3519
|
],
|
|
3520
3520
|
"gap": "md",
|
|
3521
|
-
"
|
|
3522
|
-
"
|
|
3521
|
+
"direction": "vertical",
|
|
3522
|
+
"type": "stack"
|
|
3523
3523
|
}
|
|
3524
3524
|
]
|
|
3525
3525
|
]
|
|
@@ -3883,8 +3883,8 @@
|
|
|
3883
3883
|
"Concept",
|
|
3884
3884
|
{
|
|
3885
3885
|
"emit": {
|
|
3886
|
-
"
|
|
3887
|
-
"
|
|
3886
|
+
"success": "ConceptLoaded",
|
|
3887
|
+
"failure": "ConceptLoadFailed"
|
|
3888
3888
|
}
|
|
3889
3889
|
}
|
|
3890
3890
|
],
|
|
@@ -3892,7 +3892,6 @@
|
|
|
3892
3892
|
"render-ui",
|
|
3893
3893
|
"main",
|
|
3894
3894
|
{
|
|
3895
|
-
"type": "dashboard-layout",
|
|
3896
3895
|
"navItems": [
|
|
3897
3896
|
{
|
|
3898
3897
|
"icon": "book-open",
|
|
@@ -3900,9 +3899,9 @@
|
|
|
3900
3899
|
"href": "/teach"
|
|
3901
3900
|
},
|
|
3902
3901
|
{
|
|
3903
|
-
"label": "Quiz",
|
|
3904
3902
|
"href": "/quiz",
|
|
3905
|
-
"icon": "help-circle"
|
|
3903
|
+
"icon": "help-circle",
|
|
3904
|
+
"label": "Quiz"
|
|
3906
3905
|
},
|
|
3907
3906
|
{
|
|
3908
3907
|
"href": "/concepts",
|
|
@@ -3910,15 +3909,16 @@
|
|
|
3910
3909
|
"label": "Concepts"
|
|
3911
3910
|
}
|
|
3912
3911
|
],
|
|
3912
|
+
"type": "dashboard-layout",
|
|
3913
|
+
"appName": "AI Tutor",
|
|
3913
3914
|
"children": [
|
|
3914
3915
|
{
|
|
3915
|
-
"
|
|
3916
|
-
"description": "Memory is ready",
|
|
3916
|
+
"icon": "brain",
|
|
3917
3917
|
"type": "empty-state",
|
|
3918
|
-
"
|
|
3918
|
+
"description": "Memory is ready",
|
|
3919
|
+
"title": "Memory"
|
|
3919
3920
|
}
|
|
3920
|
-
]
|
|
3921
|
-
"appName": "AI Tutor"
|
|
3921
|
+
]
|
|
3922
3922
|
}
|
|
3923
3923
|
]
|
|
3924
3924
|
]
|
|
@@ -4277,8 +4277,8 @@
|
|
|
4277
4277
|
"StudentAssessment",
|
|
4278
4278
|
{
|
|
4279
4279
|
"emit": {
|
|
4280
|
-
"
|
|
4281
|
-
"
|
|
4280
|
+
"failure": "StudentAssessmentLoadFailed",
|
|
4281
|
+
"success": "StudentAssessmentLoaded"
|
|
4282
4282
|
}
|
|
4283
4283
|
}
|
|
4284
4284
|
],
|
|
@@ -4286,36 +4286,43 @@
|
|
|
4286
4286
|
"render-ui",
|
|
4287
4287
|
"main",
|
|
4288
4288
|
{
|
|
4289
|
+
"type": "dashboard-layout",
|
|
4289
4290
|
"appName": "AI Tutor",
|
|
4290
4291
|
"navItems": [
|
|
4291
4292
|
{
|
|
4292
|
-
"label": "Teach",
|
|
4293
4293
|
"href": "/teach",
|
|
4294
|
+
"label": "Teach",
|
|
4294
4295
|
"icon": "book-open"
|
|
4295
4296
|
},
|
|
4296
4297
|
{
|
|
4297
|
-
"label": "Quiz",
|
|
4298
4298
|
"href": "/quiz",
|
|
4299
|
+
"label": "Quiz",
|
|
4299
4300
|
"icon": "help-circle"
|
|
4300
4301
|
},
|
|
4301
4302
|
{
|
|
4302
|
-
"href": "/concepts",
|
|
4303
4303
|
"icon": "brain",
|
|
4304
|
-
"label": "Concepts"
|
|
4304
|
+
"label": "Concepts",
|
|
4305
|
+
"href": "/concepts"
|
|
4305
4306
|
}
|
|
4306
4307
|
],
|
|
4307
|
-
"type": "dashboard-layout",
|
|
4308
4308
|
"children": [
|
|
4309
4309
|
{
|
|
4310
|
-
"
|
|
4310
|
+
"gap": "lg",
|
|
4311
|
+
"direction": "vertical",
|
|
4311
4312
|
"children": [
|
|
4312
4313
|
{
|
|
4314
|
+
"direction": "horizontal",
|
|
4315
|
+
"gap": "md",
|
|
4316
|
+
"justify": "between",
|
|
4317
|
+
"type": "stack",
|
|
4313
4318
|
"children": [
|
|
4314
4319
|
{
|
|
4320
|
+
"gap": "md",
|
|
4321
|
+
"type": "stack",
|
|
4315
4322
|
"children": [
|
|
4316
4323
|
{
|
|
4317
|
-
"
|
|
4318
|
-
"
|
|
4324
|
+
"name": "tag",
|
|
4325
|
+
"type": "icon"
|
|
4319
4326
|
},
|
|
4320
4327
|
{
|
|
4321
4328
|
"content": "StudentAssessment",
|
|
@@ -4323,22 +4330,16 @@
|
|
|
4323
4330
|
"type": "typography"
|
|
4324
4331
|
}
|
|
4325
4332
|
],
|
|
4326
|
-
"
|
|
4327
|
-
"direction": "horizontal",
|
|
4328
|
-
"type": "stack"
|
|
4333
|
+
"direction": "horizontal"
|
|
4329
4334
|
},
|
|
4330
4335
|
{
|
|
4331
|
-
"
|
|
4332
|
-
"action": "CLASSIFY",
|
|
4336
|
+
"type": "button",
|
|
4333
4337
|
"icon": "tag",
|
|
4334
4338
|
"label": "Open",
|
|
4335
|
-
"
|
|
4339
|
+
"action": "CLASSIFY",
|
|
4340
|
+
"variant": "primary"
|
|
4336
4341
|
}
|
|
4337
|
-
]
|
|
4338
|
-
"direction": "horizontal",
|
|
4339
|
-
"gap": "md",
|
|
4340
|
-
"type": "stack",
|
|
4341
|
-
"justify": "between"
|
|
4342
|
+
]
|
|
4342
4343
|
},
|
|
4343
4344
|
{
|
|
4344
4345
|
"type": "divider"
|
|
@@ -4350,8 +4351,7 @@
|
|
|
4350
4351
|
"type": "empty-state"
|
|
4351
4352
|
}
|
|
4352
4353
|
],
|
|
4353
|
-
"
|
|
4354
|
-
"gap": "lg"
|
|
4354
|
+
"type": "stack"
|
|
4355
4355
|
}
|
|
4356
4356
|
]
|
|
4357
4357
|
}
|
|
@@ -4367,15 +4367,17 @@
|
|
|
4367
4367
|
"render-ui",
|
|
4368
4368
|
"modal",
|
|
4369
4369
|
{
|
|
4370
|
+
"type": "stack",
|
|
4370
4371
|
"gap": "md",
|
|
4371
4372
|
"direction": "vertical",
|
|
4372
|
-
"type": "stack",
|
|
4373
4373
|
"children": [
|
|
4374
4374
|
{
|
|
4375
|
+
"gap": "sm",
|
|
4376
|
+
"direction": "horizontal",
|
|
4375
4377
|
"children": [
|
|
4376
4378
|
{
|
|
4377
|
-
"
|
|
4378
|
-
"
|
|
4379
|
+
"name": "tag",
|
|
4380
|
+
"type": "icon"
|
|
4379
4381
|
},
|
|
4380
4382
|
{
|
|
4381
4383
|
"content": "StudentAssessment",
|
|
@@ -4383,14 +4385,13 @@
|
|
|
4383
4385
|
"variant": "h3"
|
|
4384
4386
|
}
|
|
4385
4387
|
],
|
|
4386
|
-
"type": "stack"
|
|
4387
|
-
"direction": "horizontal",
|
|
4388
|
-
"gap": "sm"
|
|
4388
|
+
"type": "stack"
|
|
4389
4389
|
},
|
|
4390
4390
|
{
|
|
4391
4391
|
"type": "divider"
|
|
4392
4392
|
},
|
|
4393
4393
|
{
|
|
4394
|
+
"type": "stack",
|
|
4394
4395
|
"children": [
|
|
4395
4396
|
{
|
|
4396
4397
|
"variant": "caption",
|
|
@@ -4398,35 +4399,34 @@
|
|
|
4398
4399
|
"type": "typography"
|
|
4399
4400
|
},
|
|
4400
4401
|
{
|
|
4401
|
-
"
|
|
4402
|
+
"variant": "secondary",
|
|
4402
4403
|
"type": "badge",
|
|
4403
|
-
"
|
|
4404
|
+
"label": "beginner"
|
|
4404
4405
|
},
|
|
4405
4406
|
{
|
|
4406
4407
|
"label": "intermediate",
|
|
4407
|
-
"
|
|
4408
|
-
"
|
|
4408
|
+
"type": "badge",
|
|
4409
|
+
"variant": "secondary"
|
|
4409
4410
|
},
|
|
4410
4411
|
{
|
|
4411
|
-
"
|
|
4412
|
+
"type": "badge",
|
|
4412
4413
|
"variant": "secondary",
|
|
4413
|
-
"
|
|
4414
|
+
"label": "advanced"
|
|
4414
4415
|
},
|
|
4415
4416
|
{
|
|
4416
|
-
"type": "badge",
|
|
4417
4417
|
"variant": "secondary",
|
|
4418
|
-
"label": "expert"
|
|
4418
|
+
"label": "expert",
|
|
4419
|
+
"type": "badge"
|
|
4419
4420
|
}
|
|
4420
4421
|
],
|
|
4421
|
-
"
|
|
4422
|
-
"gap": "sm"
|
|
4423
|
-
"direction": "horizontal"
|
|
4422
|
+
"direction": "horizontal",
|
|
4423
|
+
"gap": "sm"
|
|
4424
4424
|
},
|
|
4425
4425
|
{
|
|
4426
|
-
"mode": "create",
|
|
4427
|
-
"submitEvent": "SAVE",
|
|
4428
4426
|
"type": "form-section",
|
|
4429
4427
|
"cancelEvent": "CLOSE",
|
|
4428
|
+
"mode": "create",
|
|
4429
|
+
"submitEvent": "SAVE",
|
|
4430
4430
|
"fields": [
|
|
4431
4431
|
"input"
|
|
4432
4432
|
]
|
|
@@ -4456,8 +4456,8 @@
|
|
|
4456
4456
|
"StudentAssessment",
|
|
4457
4457
|
{
|
|
4458
4458
|
"emit": {
|
|
4459
|
-
"
|
|
4460
|
-
"
|
|
4459
|
+
"failure": "StudentAssessmentLoadFailed",
|
|
4460
|
+
"success": "StudentAssessmentLoaded"
|
|
4461
4461
|
}
|
|
4462
4462
|
}
|
|
4463
4463
|
],
|
|
@@ -4465,74 +4465,74 @@
|
|
|
4465
4465
|
"render-ui",
|
|
4466
4466
|
"main",
|
|
4467
4467
|
{
|
|
4468
|
-
"type": "dashboard-layout",
|
|
4469
|
-
"navItems": [
|
|
4470
|
-
{
|
|
4471
|
-
"href": "/teach",
|
|
4472
|
-
"label": "Teach",
|
|
4473
|
-
"icon": "book-open"
|
|
4474
|
-
},
|
|
4475
|
-
{
|
|
4476
|
-
"icon": "help-circle",
|
|
4477
|
-
"href": "/quiz",
|
|
4478
|
-
"label": "Quiz"
|
|
4479
|
-
},
|
|
4480
|
-
{
|
|
4481
|
-
"label": "Concepts",
|
|
4482
|
-
"icon": "brain",
|
|
4483
|
-
"href": "/concepts"
|
|
4484
|
-
}
|
|
4485
|
-
],
|
|
4486
|
-
"appName": "AI Tutor",
|
|
4487
4468
|
"children": [
|
|
4488
4469
|
{
|
|
4489
4470
|
"children": [
|
|
4490
4471
|
{
|
|
4491
|
-
"direction": "horizontal",
|
|
4492
4472
|
"gap": "md",
|
|
4493
4473
|
"justify": "between",
|
|
4474
|
+
"type": "stack",
|
|
4494
4475
|
"children": [
|
|
4495
4476
|
{
|
|
4496
|
-
"type": "stack",
|
|
4497
|
-
"direction": "horizontal",
|
|
4498
|
-
"gap": "md",
|
|
4499
4477
|
"children": [
|
|
4500
4478
|
{
|
|
4501
|
-
"
|
|
4502
|
-
"
|
|
4479
|
+
"type": "icon",
|
|
4480
|
+
"name": "tag"
|
|
4503
4481
|
},
|
|
4504
4482
|
{
|
|
4505
|
-
"variant": "h2",
|
|
4506
4483
|
"type": "typography",
|
|
4507
|
-
"content": "StudentAssessment"
|
|
4484
|
+
"content": "StudentAssessment",
|
|
4485
|
+
"variant": "h2"
|
|
4508
4486
|
}
|
|
4509
|
-
]
|
|
4487
|
+
],
|
|
4488
|
+
"direction": "horizontal",
|
|
4489
|
+
"type": "stack",
|
|
4490
|
+
"gap": "md"
|
|
4510
4491
|
},
|
|
4511
4492
|
{
|
|
4512
|
-
"icon": "tag",
|
|
4513
|
-
"label": "Open",
|
|
4514
|
-
"type": "button",
|
|
4515
4493
|
"action": "CLASSIFY",
|
|
4516
|
-
"
|
|
4494
|
+
"label": "Open",
|
|
4495
|
+
"variant": "primary",
|
|
4496
|
+
"icon": "tag",
|
|
4497
|
+
"type": "button"
|
|
4517
4498
|
}
|
|
4518
4499
|
],
|
|
4519
|
-
"
|
|
4500
|
+
"direction": "horizontal"
|
|
4520
4501
|
},
|
|
4521
4502
|
{
|
|
4522
4503
|
"type": "divider"
|
|
4523
4504
|
},
|
|
4524
4505
|
{
|
|
4525
|
-
"
|
|
4526
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
4506
|
+
"title": "Nothing open",
|
|
4527
4507
|
"type": "empty-state",
|
|
4528
|
-
"
|
|
4508
|
+
"icon": "tag",
|
|
4509
|
+
"description": "Click Open to view details in a modal overlay."
|
|
4529
4510
|
}
|
|
4530
4511
|
],
|
|
4531
|
-
"
|
|
4512
|
+
"direction": "vertical",
|
|
4532
4513
|
"gap": "lg",
|
|
4533
|
-
"
|
|
4514
|
+
"type": "stack"
|
|
4534
4515
|
}
|
|
4535
|
-
]
|
|
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"
|
|
4536
4536
|
}
|
|
4537
4537
|
]
|
|
4538
4538
|
]
|
|
@@ -4549,8 +4549,8 @@
|
|
|
4549
4549
|
"@payload.data",
|
|
4550
4550
|
{
|
|
4551
4551
|
"emit": {
|
|
4552
|
-
"
|
|
4553
|
-
"
|
|
4552
|
+
"success": "StudentAssessmentSaved",
|
|
4553
|
+
"failure": "StudentAssessmentSaveFailed"
|
|
4554
4554
|
}
|
|
4555
4555
|
}
|
|
4556
4556
|
],
|
|
@@ -4568,8 +4568,8 @@
|
|
|
4568
4568
|
"StudentAssessment",
|
|
4569
4569
|
{
|
|
4570
4570
|
"emit": {
|
|
4571
|
-
"
|
|
4572
|
-
"
|
|
4571
|
+
"success": "StudentAssessmentLoaded",
|
|
4572
|
+
"failure": "StudentAssessmentLoadFailed"
|
|
4573
4573
|
}
|
|
4574
4574
|
}
|
|
4575
4575
|
],
|
|
@@ -4577,11 +4577,12 @@
|
|
|
4577
4577
|
"render-ui",
|
|
4578
4578
|
"main",
|
|
4579
4579
|
{
|
|
4580
|
+
"type": "dashboard-layout",
|
|
4580
4581
|
"navItems": [
|
|
4581
4582
|
{
|
|
4582
|
-
"icon": "book-open",
|
|
4583
4583
|
"label": "Teach",
|
|
4584
|
-
"href": "/teach"
|
|
4584
|
+
"href": "/teach",
|
|
4585
|
+
"icon": "book-open"
|
|
4585
4586
|
},
|
|
4586
4587
|
{
|
|
4587
4588
|
"href": "/quiz",
|
|
@@ -4589,62 +4590,61 @@
|
|
|
4589
4590
|
"icon": "help-circle"
|
|
4590
4591
|
},
|
|
4591
4592
|
{
|
|
4592
|
-
"label": "Concepts",
|
|
4593
4593
|
"href": "/concepts",
|
|
4594
|
+
"label": "Concepts",
|
|
4594
4595
|
"icon": "brain"
|
|
4595
4596
|
}
|
|
4596
4597
|
],
|
|
4598
|
+
"appName": "AI Tutor",
|
|
4597
4599
|
"children": [
|
|
4598
4600
|
{
|
|
4601
|
+
"type": "stack",
|
|
4599
4602
|
"direction": "vertical",
|
|
4600
4603
|
"children": [
|
|
4601
4604
|
{
|
|
4602
|
-
"type": "stack",
|
|
4603
4605
|
"children": [
|
|
4604
4606
|
{
|
|
4607
|
+
"direction": "horizontal",
|
|
4608
|
+
"gap": "md",
|
|
4609
|
+
"type": "stack",
|
|
4605
4610
|
"children": [
|
|
4606
4611
|
{
|
|
4607
|
-
"
|
|
4608
|
-
"
|
|
4612
|
+
"name": "tag",
|
|
4613
|
+
"type": "icon"
|
|
4609
4614
|
},
|
|
4610
4615
|
{
|
|
4616
|
+
"content": "StudentAssessment",
|
|
4611
4617
|
"variant": "h2",
|
|
4612
|
-
"type": "typography"
|
|
4613
|
-
"content": "StudentAssessment"
|
|
4618
|
+
"type": "typography"
|
|
4614
4619
|
}
|
|
4615
|
-
]
|
|
4616
|
-
"direction": "horizontal",
|
|
4617
|
-
"gap": "md",
|
|
4618
|
-
"type": "stack"
|
|
4620
|
+
]
|
|
4619
4621
|
},
|
|
4620
4622
|
{
|
|
4621
|
-
"variant": "primary",
|
|
4622
4623
|
"label": "Open",
|
|
4623
|
-
"
|
|
4624
|
+
"variant": "primary",
|
|
4624
4625
|
"type": "button",
|
|
4625
|
-
"icon": "tag"
|
|
4626
|
+
"icon": "tag",
|
|
4627
|
+
"action": "CLASSIFY"
|
|
4626
4628
|
}
|
|
4627
4629
|
],
|
|
4628
|
-
"direction": "horizontal",
|
|
4629
4630
|
"gap": "md",
|
|
4631
|
+
"type": "stack",
|
|
4632
|
+
"direction": "horizontal",
|
|
4630
4633
|
"justify": "between"
|
|
4631
4634
|
},
|
|
4632
4635
|
{
|
|
4633
4636
|
"type": "divider"
|
|
4634
4637
|
},
|
|
4635
4638
|
{
|
|
4636
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
4637
|
-
"title": "Nothing open",
|
|
4638
4639
|
"icon": "tag",
|
|
4639
|
-
"type": "empty-state"
|
|
4640
|
+
"type": "empty-state",
|
|
4641
|
+
"title": "Nothing open",
|
|
4642
|
+
"description": "Click Open to view details in a modal overlay."
|
|
4640
4643
|
}
|
|
4641
4644
|
],
|
|
4642
|
-
"gap": "lg"
|
|
4643
|
-
"type": "stack"
|
|
4645
|
+
"gap": "lg"
|
|
4644
4646
|
}
|
|
4645
|
-
]
|
|
4646
|
-
"appName": "AI Tutor",
|
|
4647
|
-
"type": "dashboard-layout"
|
|
4647
|
+
]
|
|
4648
4648
|
}
|
|
4649
4649
|
]
|
|
4650
4650
|
]
|
|
@@ -4780,83 +4780,83 @@
|
|
|
4780
4780
|
"render-ui",
|
|
4781
4781
|
"main",
|
|
4782
4782
|
{
|
|
4783
|
-
"appName": "AI Tutor",
|
|
4784
|
-
"type": "dashboard-layout",
|
|
4785
|
-
"navItems": [
|
|
4786
|
-
{
|
|
4787
|
-
"icon": "book-open",
|
|
4788
|
-
"href": "/teach",
|
|
4789
|
-
"label": "Teach"
|
|
4790
|
-
},
|
|
4791
|
-
{
|
|
4792
|
-
"href": "/quiz",
|
|
4793
|
-
"icon": "help-circle",
|
|
4794
|
-
"label": "Quiz"
|
|
4795
|
-
},
|
|
4796
|
-
{
|
|
4797
|
-
"label": "Concepts",
|
|
4798
|
-
"href": "/concepts",
|
|
4799
|
-
"icon": "brain"
|
|
4800
|
-
}
|
|
4801
|
-
],
|
|
4802
4783
|
"children": [
|
|
4803
4784
|
{
|
|
4785
|
+
"type": "stack",
|
|
4804
4786
|
"direction": "vertical",
|
|
4805
4787
|
"children": [
|
|
4806
4788
|
{
|
|
4789
|
+
"direction": "horizontal",
|
|
4790
|
+
"type": "stack",
|
|
4791
|
+
"gap": "md",
|
|
4792
|
+
"align": "center",
|
|
4793
|
+
"justify": "between",
|
|
4807
4794
|
"children": [
|
|
4808
4795
|
{
|
|
4809
|
-
"gap": "md",
|
|
4810
4796
|
"type": "stack",
|
|
4797
|
+
"gap": "md",
|
|
4811
4798
|
"direction": "horizontal",
|
|
4812
4799
|
"align": "center",
|
|
4813
4800
|
"children": [
|
|
4814
4801
|
{
|
|
4815
|
-
"
|
|
4816
|
-
"
|
|
4802
|
+
"type": "icon",
|
|
4803
|
+
"name": "tag"
|
|
4817
4804
|
},
|
|
4818
4805
|
{
|
|
4819
|
-
"content": "StudentAssessment Result",
|
|
4820
4806
|
"variant": "h2",
|
|
4821
|
-
"type": "typography"
|
|
4807
|
+
"type": "typography",
|
|
4808
|
+
"content": "StudentAssessment Result"
|
|
4822
4809
|
}
|
|
4823
4810
|
]
|
|
4824
4811
|
},
|
|
4825
4812
|
{
|
|
4826
4813
|
"type": "button",
|
|
4827
|
-
"label": "Dismiss",
|
|
4828
4814
|
"action": "HIDE",
|
|
4829
|
-
"
|
|
4830
|
-
"icon": "x"
|
|
4815
|
+
"label": "Dismiss",
|
|
4816
|
+
"icon": "x",
|
|
4817
|
+
"variant": "ghost"
|
|
4831
4818
|
}
|
|
4832
|
-
]
|
|
4833
|
-
"type": "stack",
|
|
4834
|
-
"gap": "md",
|
|
4835
|
-
"justify": "between",
|
|
4836
|
-
"direction": "horizontal",
|
|
4837
|
-
"align": "center"
|
|
4819
|
+
]
|
|
4838
4820
|
},
|
|
4839
4821
|
{
|
|
4840
4822
|
"type": "divider"
|
|
4841
4823
|
},
|
|
4842
4824
|
{
|
|
4843
|
-
"type": "alert",
|
|
4844
4825
|
"variant": "@entity.notificationType",
|
|
4845
|
-
"message": "@entity.message"
|
|
4826
|
+
"message": "@entity.message",
|
|
4827
|
+
"type": "alert"
|
|
4846
4828
|
},
|
|
4847
4829
|
{
|
|
4848
4830
|
"type": "toast-slot"
|
|
4849
4831
|
},
|
|
4850
4832
|
{
|
|
4833
|
+
"type": "alert",
|
|
4851
4834
|
"variant": "warning",
|
|
4852
|
-
"message": "@entity.message"
|
|
4853
|
-
"type": "alert"
|
|
4835
|
+
"message": "@entity.message"
|
|
4854
4836
|
}
|
|
4855
4837
|
],
|
|
4856
|
-
"type": "stack",
|
|
4857
4838
|
"gap": "lg"
|
|
4858
4839
|
}
|
|
4859
|
-
]
|
|
4840
|
+
],
|
|
4841
|
+
"navItems": [
|
|
4842
|
+
{
|
|
4843
|
+
"icon": "book-open",
|
|
4844
|
+
"label": "Teach",
|
|
4845
|
+
"href": "/teach"
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"icon": "help-circle",
|
|
4849
|
+
"label": "Quiz",
|
|
4850
|
+
"href": "/quiz"
|
|
4851
|
+
},
|
|
4852
|
+
{
|
|
4853
|
+
"label": "Concepts",
|
|
4854
|
+
"href": "/concepts",
|
|
4855
|
+
"icon": "brain"
|
|
4856
|
+
}
|
|
4857
|
+
],
|
|
4858
|
+
"type": "dashboard-layout",
|
|
4859
|
+
"appName": "AI Tutor"
|
|
4860
4860
|
}
|
|
4861
4861
|
]
|
|
4862
4862
|
]
|
|
@@ -4880,26 +4880,35 @@
|
|
|
4880
4880
|
"render-ui",
|
|
4881
4881
|
"main",
|
|
4882
4882
|
{
|
|
4883
|
-
"appName": "AI Tutor",
|
|
4884
4883
|
"type": "dashboard-layout",
|
|
4884
|
+
"navItems": [
|
|
4885
|
+
{
|
|
4886
|
+
"icon": "book-open",
|
|
4887
|
+
"href": "/teach",
|
|
4888
|
+
"label": "Teach"
|
|
4889
|
+
},
|
|
4890
|
+
{
|
|
4891
|
+
"href": "/quiz",
|
|
4892
|
+
"label": "Quiz",
|
|
4893
|
+
"icon": "help-circle"
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"icon": "brain",
|
|
4897
|
+
"label": "Concepts",
|
|
4898
|
+
"href": "/concepts"
|
|
4899
|
+
}
|
|
4900
|
+
],
|
|
4885
4901
|
"children": [
|
|
4886
4902
|
{
|
|
4887
|
-
"gap": "lg",
|
|
4888
4903
|
"direction": "vertical",
|
|
4889
|
-
"type": "stack",
|
|
4890
4904
|
"children": [
|
|
4891
4905
|
{
|
|
4892
|
-
"justify": "between",
|
|
4893
|
-
"gap": "md",
|
|
4894
|
-
"direction": "horizontal",
|
|
4895
4906
|
"type": "stack",
|
|
4896
|
-
"
|
|
4907
|
+
"justify": "between",
|
|
4897
4908
|
"children": [
|
|
4898
4909
|
{
|
|
4899
|
-
"direction": "horizontal",
|
|
4900
|
-
"gap": "md",
|
|
4901
|
-
"align": "center",
|
|
4902
4910
|
"type": "stack",
|
|
4911
|
+
"direction": "horizontal",
|
|
4903
4912
|
"children": [
|
|
4904
4913
|
{
|
|
4905
4914
|
"type": "icon",
|
|
@@ -4910,53 +4919,44 @@
|
|
|
4910
4919
|
"type": "typography",
|
|
4911
4920
|
"content": "StudentAssessment Result"
|
|
4912
4921
|
}
|
|
4913
|
-
]
|
|
4922
|
+
],
|
|
4923
|
+
"align": "center",
|
|
4924
|
+
"gap": "md"
|
|
4914
4925
|
},
|
|
4915
4926
|
{
|
|
4916
|
-
"action": "HIDE",
|
|
4917
|
-
"label": "Dismiss",
|
|
4918
4927
|
"type": "button",
|
|
4919
4928
|
"variant": "ghost",
|
|
4929
|
+
"action": "HIDE",
|
|
4930
|
+
"label": "Dismiss",
|
|
4920
4931
|
"icon": "x"
|
|
4921
4932
|
}
|
|
4922
|
-
]
|
|
4933
|
+
],
|
|
4934
|
+
"direction": "horizontal",
|
|
4935
|
+
"gap": "md",
|
|
4936
|
+
"align": "center"
|
|
4923
4937
|
},
|
|
4924
4938
|
{
|
|
4925
4939
|
"type": "divider"
|
|
4926
4940
|
},
|
|
4927
4941
|
{
|
|
4928
|
-
"
|
|
4942
|
+
"message": "@entity.message",
|
|
4929
4943
|
"variant": "@entity.notificationType",
|
|
4930
|
-
"
|
|
4944
|
+
"type": "alert"
|
|
4931
4945
|
},
|
|
4932
4946
|
{
|
|
4933
4947
|
"type": "toast-slot"
|
|
4934
4948
|
},
|
|
4935
4949
|
{
|
|
4936
|
-
"variant": "warning",
|
|
4937
4950
|
"message": "@entity.message",
|
|
4938
|
-
"type": "alert"
|
|
4951
|
+
"type": "alert",
|
|
4952
|
+
"variant": "warning"
|
|
4939
4953
|
}
|
|
4940
|
-
]
|
|
4954
|
+
],
|
|
4955
|
+
"type": "stack",
|
|
4956
|
+
"gap": "lg"
|
|
4941
4957
|
}
|
|
4942
4958
|
],
|
|
4943
|
-
"
|
|
4944
|
-
{
|
|
4945
|
-
"label": "Teach",
|
|
4946
|
-
"href": "/teach",
|
|
4947
|
-
"icon": "book-open"
|
|
4948
|
-
},
|
|
4949
|
-
{
|
|
4950
|
-
"label": "Quiz",
|
|
4951
|
-
"icon": "help-circle",
|
|
4952
|
-
"href": "/quiz"
|
|
4953
|
-
},
|
|
4954
|
-
{
|
|
4955
|
-
"label": "Concepts",
|
|
4956
|
-
"icon": "brain",
|
|
4957
|
-
"href": "/concepts"
|
|
4958
|
-
}
|
|
4959
|
-
]
|
|
4959
|
+
"appName": "AI Tutor"
|
|
4960
4960
|
}
|
|
4961
4961
|
]
|
|
4962
4962
|
]
|
|
@@ -5109,8 +5109,8 @@
|
|
|
5109
5109
|
"StudentAssessment",
|
|
5110
5110
|
{
|
|
5111
5111
|
"emit": {
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5112
|
+
"success": "StudentAssessmentLoaded",
|
|
5113
|
+
"failure": "StudentAssessmentLoadFailed"
|
|
5114
5114
|
}
|
|
5115
5115
|
}
|
|
5116
5116
|
],
|
|
@@ -5118,33 +5118,33 @@
|
|
|
5118
5118
|
"render-ui",
|
|
5119
5119
|
"main",
|
|
5120
5120
|
{
|
|
5121
|
+
"children": [
|
|
5122
|
+
{
|
|
5123
|
+
"icon": "tag",
|
|
5124
|
+
"title": "Classifier",
|
|
5125
|
+
"description": "Classifier is ready",
|
|
5126
|
+
"type": "empty-state"
|
|
5127
|
+
}
|
|
5128
|
+
],
|
|
5129
|
+
"type": "dashboard-layout",
|
|
5130
|
+
"appName": "AI Tutor",
|
|
5121
5131
|
"navItems": [
|
|
5122
5132
|
{
|
|
5123
|
-
"icon": "book-open",
|
|
5124
5133
|
"label": "Teach",
|
|
5134
|
+
"icon": "book-open",
|
|
5125
5135
|
"href": "/teach"
|
|
5126
5136
|
},
|
|
5127
5137
|
{
|
|
5128
5138
|
"href": "/quiz",
|
|
5129
|
-
"
|
|
5130
|
-
"
|
|
5139
|
+
"icon": "help-circle",
|
|
5140
|
+
"label": "Quiz"
|
|
5131
5141
|
},
|
|
5132
5142
|
{
|
|
5133
|
-
"href": "/concepts",
|
|
5134
5143
|
"icon": "brain",
|
|
5144
|
+
"href": "/concepts",
|
|
5135
5145
|
"label": "Concepts"
|
|
5136
5146
|
}
|
|
5137
|
-
]
|
|
5138
|
-
"appName": "AI Tutor",
|
|
5139
|
-
"children": [
|
|
5140
|
-
{
|
|
5141
|
-
"type": "empty-state",
|
|
5142
|
-
"description": "Classifier is ready",
|
|
5143
|
-
"icon": "tag",
|
|
5144
|
-
"title": "Classifier"
|
|
5145
|
-
}
|
|
5146
|
-
],
|
|
5147
|
-
"type": "dashboard-layout"
|
|
5147
|
+
]
|
|
5148
5148
|
}
|
|
5149
5149
|
]
|
|
5150
5150
|
]
|