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