@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -259,44 +259,26 @@
|
|
|
259
259
|
"main",
|
|
260
260
|
{
|
|
261
261
|
"appName": "AI Tutor",
|
|
262
|
-
"navItems": [
|
|
263
|
-
{
|
|
264
|
-
"label": "Teach",
|
|
265
|
-
"icon": "book-open",
|
|
266
|
-
"href": "/teach"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"href": "/quiz",
|
|
270
|
-
"icon": "help-circle",
|
|
271
|
-
"label": "Quiz"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"label": "Concepts",
|
|
275
|
-
"href": "/concepts",
|
|
276
|
-
"icon": "brain"
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
262
|
"type": "dashboard-layout",
|
|
280
263
|
"children": [
|
|
281
264
|
{
|
|
282
|
-
"gap": "lg",
|
|
283
265
|
"children": [
|
|
284
266
|
{
|
|
285
|
-
"type": "stack",
|
|
286
267
|
"children": [
|
|
287
268
|
{
|
|
288
269
|
"name": "graduation-cap",
|
|
289
270
|
"type": "icon"
|
|
290
271
|
},
|
|
291
272
|
{
|
|
292
|
-
"
|
|
273
|
+
"variant": "h2",
|
|
293
274
|
"type": "typography",
|
|
294
|
-
"
|
|
275
|
+
"content": "Tutor"
|
|
295
276
|
}
|
|
296
277
|
],
|
|
278
|
+
"direction": "horizontal",
|
|
297
279
|
"gap": "sm",
|
|
298
|
-
"
|
|
299
|
-
"
|
|
280
|
+
"type": "stack",
|
|
281
|
+
"align": "center"
|
|
300
282
|
},
|
|
301
283
|
{
|
|
302
284
|
"type": "divider"
|
|
@@ -311,25 +293,43 @@
|
|
|
311
293
|
"variant": "body"
|
|
312
294
|
},
|
|
313
295
|
{
|
|
314
|
-
"type": "form-section",
|
|
315
296
|
"mode": "edit",
|
|
297
|
+
"entity": "TutorSession",
|
|
316
298
|
"submitEvent": "START_SESSION",
|
|
299
|
+
"type": "form-section",
|
|
317
300
|
"fields": [
|
|
318
301
|
"topic"
|
|
319
|
-
]
|
|
320
|
-
"entity": "TutorSession"
|
|
302
|
+
]
|
|
321
303
|
}
|
|
322
304
|
],
|
|
305
|
+
"type": "stack",
|
|
323
306
|
"gap": "md",
|
|
324
|
-
"direction": "vertical"
|
|
325
|
-
"type": "stack"
|
|
307
|
+
"direction": "vertical"
|
|
326
308
|
}
|
|
327
309
|
],
|
|
328
310
|
"type": "card"
|
|
329
311
|
}
|
|
330
312
|
],
|
|
313
|
+
"type": "stack",
|
|
331
314
|
"direction": "vertical",
|
|
332
|
-
"
|
|
315
|
+
"gap": "lg"
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"navItems": [
|
|
319
|
+
{
|
|
320
|
+
"href": "/teach",
|
|
321
|
+
"icon": "book-open",
|
|
322
|
+
"label": "Teach"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"icon": "help-circle",
|
|
326
|
+
"label": "Quiz",
|
|
327
|
+
"href": "/quiz"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"icon": "brain",
|
|
331
|
+
"label": "Concepts",
|
|
332
|
+
"href": "/concepts"
|
|
333
333
|
}
|
|
334
334
|
]
|
|
335
335
|
}
|
|
@@ -364,51 +364,51 @@
|
|
|
364
364
|
"main",
|
|
365
365
|
{
|
|
366
366
|
"type": "dashboard-layout",
|
|
367
|
-
"appName": "AI Tutor",
|
|
368
367
|
"children": [
|
|
369
368
|
{
|
|
370
|
-
"type": "stack",
|
|
371
369
|
"children": [
|
|
372
370
|
{
|
|
373
|
-
"
|
|
374
|
-
"
|
|
371
|
+
"name": "search",
|
|
372
|
+
"type": "icon"
|
|
375
373
|
},
|
|
376
374
|
{
|
|
377
|
-
"
|
|
375
|
+
"type": "typography",
|
|
378
376
|
"content": "Assessing your level...",
|
|
379
|
-
"
|
|
377
|
+
"variant": "h3"
|
|
380
378
|
},
|
|
381
379
|
{
|
|
382
380
|
"type": "spinner"
|
|
383
381
|
},
|
|
384
382
|
{
|
|
383
|
+
"content": "Recalling prior learning and classifying skill level",
|
|
385
384
|
"variant": "caption",
|
|
386
|
-
"type": "typography"
|
|
387
|
-
"content": "Recalling prior learning and classifying skill level"
|
|
385
|
+
"type": "typography"
|
|
388
386
|
}
|
|
389
387
|
],
|
|
390
|
-
"align": "center",
|
|
391
388
|
"gap": "lg",
|
|
389
|
+
"align": "center",
|
|
390
|
+
"type": "stack",
|
|
392
391
|
"direction": "vertical"
|
|
393
392
|
}
|
|
394
393
|
],
|
|
395
394
|
"navItems": [
|
|
396
395
|
{
|
|
396
|
+
"icon": "book-open",
|
|
397
397
|
"label": "Teach",
|
|
398
|
-
"href": "/teach"
|
|
399
|
-
"icon": "book-open"
|
|
398
|
+
"href": "/teach"
|
|
400
399
|
},
|
|
401
400
|
{
|
|
402
|
-
"href": "/quiz",
|
|
403
401
|
"icon": "help-circle",
|
|
402
|
+
"href": "/quiz",
|
|
404
403
|
"label": "Quiz"
|
|
405
404
|
},
|
|
406
405
|
{
|
|
406
|
+
"icon": "brain",
|
|
407
407
|
"href": "/concepts",
|
|
408
|
-
"label": "Concepts"
|
|
409
|
-
"icon": "brain"
|
|
408
|
+
"label": "Concepts"
|
|
410
409
|
}
|
|
411
|
-
]
|
|
410
|
+
],
|
|
411
|
+
"appName": "AI Tutor"
|
|
412
412
|
}
|
|
413
413
|
]
|
|
414
414
|
]
|
|
@@ -436,39 +436,59 @@
|
|
|
436
436
|
"render-ui",
|
|
437
437
|
"main",
|
|
438
438
|
{
|
|
439
|
+
"type": "dashboard-layout",
|
|
440
|
+
"navItems": [
|
|
441
|
+
{
|
|
442
|
+
"label": "Teach",
|
|
443
|
+
"href": "/teach",
|
|
444
|
+
"icon": "book-open"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"href": "/quiz",
|
|
448
|
+
"icon": "help-circle",
|
|
449
|
+
"label": "Quiz"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"href": "/concepts",
|
|
453
|
+
"label": "Concepts",
|
|
454
|
+
"icon": "brain"
|
|
455
|
+
}
|
|
456
|
+
],
|
|
457
|
+
"appName": "AI Tutor",
|
|
439
458
|
"children": [
|
|
440
459
|
{
|
|
441
|
-
"
|
|
460
|
+
"gap": "lg",
|
|
461
|
+
"type": "stack",
|
|
442
462
|
"children": [
|
|
443
463
|
{
|
|
444
|
-
"justify": "between",
|
|
445
|
-
"type": "stack",
|
|
446
|
-
"align": "center",
|
|
447
|
-
"direction": "horizontal",
|
|
448
|
-
"gap": "sm",
|
|
449
464
|
"children": [
|
|
450
465
|
{
|
|
466
|
+
"direction": "horizontal",
|
|
451
467
|
"type": "stack",
|
|
468
|
+
"gap": "sm",
|
|
469
|
+
"align": "center",
|
|
452
470
|
"children": [
|
|
453
471
|
{
|
|
454
|
-
"
|
|
455
|
-
"
|
|
472
|
+
"name": "book-open",
|
|
473
|
+
"type": "icon"
|
|
456
474
|
},
|
|
457
475
|
{
|
|
458
476
|
"variant": "h2",
|
|
459
477
|
"content": "Lesson: @entity.topic",
|
|
460
478
|
"type": "typography"
|
|
461
479
|
}
|
|
462
|
-
]
|
|
463
|
-
"gap": "sm",
|
|
464
|
-
"align": "center",
|
|
465
|
-
"direction": "horizontal"
|
|
480
|
+
]
|
|
466
481
|
},
|
|
467
482
|
{
|
|
468
483
|
"type": "badge",
|
|
469
484
|
"label": "@entity.studentLevel"
|
|
470
485
|
}
|
|
471
|
-
]
|
|
486
|
+
],
|
|
487
|
+
"direction": "horizontal",
|
|
488
|
+
"gap": "sm",
|
|
489
|
+
"type": "stack",
|
|
490
|
+
"align": "center",
|
|
491
|
+
"justify": "between"
|
|
472
492
|
},
|
|
473
493
|
{
|
|
474
494
|
"type": "divider"
|
|
@@ -477,51 +497,49 @@
|
|
|
477
497
|
"type": "card",
|
|
478
498
|
"children": [
|
|
479
499
|
{
|
|
500
|
+
"gap": "md",
|
|
501
|
+
"direction": "vertical",
|
|
502
|
+
"type": "stack",
|
|
480
503
|
"children": [
|
|
481
504
|
{
|
|
482
|
-
"variant": "body",
|
|
483
505
|
"type": "typography",
|
|
506
|
+
"variant": "body",
|
|
484
507
|
"content": "@entity.explanation"
|
|
485
508
|
}
|
|
486
|
-
]
|
|
487
|
-
"direction": "vertical",
|
|
488
|
-
"gap": "md",
|
|
489
|
-
"type": "stack"
|
|
509
|
+
]
|
|
490
510
|
}
|
|
491
511
|
]
|
|
492
512
|
},
|
|
493
513
|
{
|
|
514
|
+
"type": "stack",
|
|
515
|
+
"gap": "sm",
|
|
494
516
|
"children": [
|
|
495
517
|
{
|
|
496
|
-
"type": "button",
|
|
497
518
|
"action": "START_QUIZ",
|
|
519
|
+
"type": "button",
|
|
520
|
+
"label": "Quiz Me",
|
|
498
521
|
"variant": "primary",
|
|
499
|
-
"icon": "help-circle"
|
|
500
|
-
"label": "Quiz Me"
|
|
522
|
+
"icon": "help-circle"
|
|
501
523
|
},
|
|
502
524
|
{
|
|
503
|
-
"icon": "book-open",
|
|
504
525
|
"type": "button",
|
|
526
|
+
"icon": "book-open",
|
|
505
527
|
"label": "Explain More",
|
|
506
528
|
"action": "EXPLAIN_MORE",
|
|
507
529
|
"variant": "secondary"
|
|
508
530
|
},
|
|
509
531
|
{
|
|
510
|
-
"variant": "ghost",
|
|
511
|
-
"icon": "rotate-ccw",
|
|
512
532
|
"label": "New Topic",
|
|
533
|
+
"variant": "ghost",
|
|
513
534
|
"action": "RESET",
|
|
535
|
+
"icon": "rotate-ccw",
|
|
514
536
|
"type": "button"
|
|
515
537
|
}
|
|
516
538
|
],
|
|
517
|
-
"gap": "sm",
|
|
518
|
-
"type": "stack",
|
|
519
539
|
"direction": "horizontal"
|
|
520
540
|
},
|
|
521
541
|
{
|
|
522
|
-
"direction": "horizontal",
|
|
523
542
|
"type": "stack",
|
|
524
|
-
"gap": "xs",
|
|
525
543
|
"children": [
|
|
526
544
|
{
|
|
527
545
|
"label": "@entity.questionsAsked",
|
|
@@ -531,32 +549,14 @@
|
|
|
531
549
|
"type": "badge",
|
|
532
550
|
"label": "@entity.correctAnswers"
|
|
533
551
|
}
|
|
534
|
-
]
|
|
552
|
+
],
|
|
553
|
+
"direction": "horizontal",
|
|
554
|
+
"gap": "xs"
|
|
535
555
|
}
|
|
536
556
|
],
|
|
537
|
-
"
|
|
538
|
-
"gap": "lg"
|
|
539
|
-
}
|
|
540
|
-
],
|
|
541
|
-
"appName": "AI Tutor",
|
|
542
|
-
"navItems": [
|
|
543
|
-
{
|
|
544
|
-
"icon": "book-open",
|
|
545
|
-
"label": "Teach",
|
|
546
|
-
"href": "/teach"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"label": "Quiz",
|
|
550
|
-
"href": "/quiz",
|
|
551
|
-
"icon": "help-circle"
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"href": "/concepts",
|
|
555
|
-
"icon": "brain",
|
|
556
|
-
"label": "Concepts"
|
|
557
|
+
"direction": "vertical"
|
|
557
558
|
}
|
|
558
|
-
]
|
|
559
|
-
"type": "dashboard-layout"
|
|
559
|
+
]
|
|
560
560
|
}
|
|
561
561
|
]
|
|
562
562
|
]
|
|
@@ -574,27 +574,51 @@
|
|
|
574
574
|
"render-ui",
|
|
575
575
|
"main",
|
|
576
576
|
{
|
|
577
|
+
"type": "dashboard-layout",
|
|
578
|
+
"appName": "AI Tutor",
|
|
579
|
+
"navItems": [
|
|
580
|
+
{
|
|
581
|
+
"icon": "book-open",
|
|
582
|
+
"label": "Teach",
|
|
583
|
+
"href": "/teach"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"label": "Quiz",
|
|
587
|
+
"href": "/quiz",
|
|
588
|
+
"icon": "help-circle"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"icon": "brain",
|
|
592
|
+
"label": "Concepts",
|
|
593
|
+
"href": "/concepts"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
577
596
|
"children": [
|
|
578
597
|
{
|
|
598
|
+
"type": "stack",
|
|
599
|
+
"direction": "vertical",
|
|
600
|
+
"gap": "lg",
|
|
579
601
|
"children": [
|
|
580
602
|
{
|
|
603
|
+
"justify": "between",
|
|
581
604
|
"gap": "sm",
|
|
605
|
+
"type": "stack",
|
|
582
606
|
"children": [
|
|
583
607
|
{
|
|
584
|
-
"type": "stack",
|
|
585
|
-
"align": "center",
|
|
586
608
|
"gap": "sm",
|
|
609
|
+
"type": "stack",
|
|
587
610
|
"children": [
|
|
588
611
|
{
|
|
589
|
-
"
|
|
590
|
-
"
|
|
612
|
+
"name": "book-open",
|
|
613
|
+
"type": "icon"
|
|
591
614
|
},
|
|
592
615
|
{
|
|
593
|
-
"type": "typography",
|
|
594
616
|
"variant": "h2",
|
|
595
|
-
"content": "Lesson: @entity.topic"
|
|
617
|
+
"content": "Lesson: @entity.topic",
|
|
618
|
+
"type": "typography"
|
|
596
619
|
}
|
|
597
620
|
],
|
|
621
|
+
"align": "center",
|
|
598
622
|
"direction": "horizontal"
|
|
599
623
|
},
|
|
600
624
|
{
|
|
@@ -602,10 +626,8 @@
|
|
|
602
626
|
"label": "@entity.studentLevel"
|
|
603
627
|
}
|
|
604
628
|
],
|
|
605
|
-
"direction": "horizontal",
|
|
606
|
-
"type": "stack",
|
|
607
629
|
"align": "center",
|
|
608
|
-
"
|
|
630
|
+
"direction": "horizontal"
|
|
609
631
|
},
|
|
610
632
|
{
|
|
611
633
|
"type": "divider"
|
|
@@ -614,48 +636,51 @@
|
|
|
614
636
|
"type": "card",
|
|
615
637
|
"children": [
|
|
616
638
|
{
|
|
617
|
-
"type": "stack",
|
|
618
639
|
"gap": "md",
|
|
619
640
|
"direction": "vertical",
|
|
641
|
+
"type": "stack",
|
|
620
642
|
"children": [
|
|
621
643
|
{
|
|
644
|
+
"variant": "body",
|
|
622
645
|
"type": "typography",
|
|
623
|
-
"content": "@entity.explanation"
|
|
624
|
-
"variant": "body"
|
|
646
|
+
"content": "@entity.explanation"
|
|
625
647
|
}
|
|
626
648
|
]
|
|
627
649
|
}
|
|
628
650
|
]
|
|
629
651
|
},
|
|
630
652
|
{
|
|
631
|
-
"
|
|
632
|
-
"gap": "sm",
|
|
653
|
+
"type": "stack",
|
|
633
654
|
"children": [
|
|
634
655
|
{
|
|
635
656
|
"label": "Quiz Me",
|
|
636
|
-
"type": "button",
|
|
637
657
|
"action": "START_QUIZ",
|
|
658
|
+
"type": "button",
|
|
638
659
|
"variant": "primary",
|
|
639
660
|
"icon": "help-circle"
|
|
640
661
|
},
|
|
641
662
|
{
|
|
642
|
-
"action": "EXPLAIN_MORE",
|
|
643
|
-
"type": "button",
|
|
644
|
-
"variant": "secondary",
|
|
645
663
|
"label": "Explain More",
|
|
664
|
+
"variant": "secondary",
|
|
665
|
+
"type": "button",
|
|
666
|
+
"action": "EXPLAIN_MORE",
|
|
646
667
|
"icon": "book-open"
|
|
647
668
|
},
|
|
648
669
|
{
|
|
649
|
-
"type": "button",
|
|
650
670
|
"label": "New Topic",
|
|
651
671
|
"variant": "ghost",
|
|
652
|
-
"
|
|
653
|
-
"
|
|
672
|
+
"icon": "rotate-ccw",
|
|
673
|
+
"type": "button",
|
|
674
|
+
"action": "RESET"
|
|
654
675
|
}
|
|
655
676
|
],
|
|
656
|
-
"
|
|
677
|
+
"direction": "horizontal",
|
|
678
|
+
"gap": "sm"
|
|
657
679
|
},
|
|
658
680
|
{
|
|
681
|
+
"type": "stack",
|
|
682
|
+
"direction": "horizontal",
|
|
683
|
+
"gap": "xs",
|
|
659
684
|
"children": [
|
|
660
685
|
{
|
|
661
686
|
"type": "badge",
|
|
@@ -665,34 +690,9 @@
|
|
|
665
690
|
"label": "@entity.correctAnswers",
|
|
666
691
|
"type": "badge"
|
|
667
692
|
}
|
|
668
|
-
]
|
|
669
|
-
"direction": "horizontal",
|
|
670
|
-
"gap": "xs",
|
|
671
|
-
"type": "stack"
|
|
693
|
+
]
|
|
672
694
|
}
|
|
673
|
-
]
|
|
674
|
-
"gap": "lg",
|
|
675
|
-
"type": "stack",
|
|
676
|
-
"direction": "vertical"
|
|
677
|
-
}
|
|
678
|
-
],
|
|
679
|
-
"appName": "AI Tutor",
|
|
680
|
-
"type": "dashboard-layout",
|
|
681
|
-
"navItems": [
|
|
682
|
-
{
|
|
683
|
-
"icon": "book-open",
|
|
684
|
-
"href": "/teach",
|
|
685
|
-
"label": "Teach"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"icon": "help-circle",
|
|
689
|
-
"label": "Quiz",
|
|
690
|
-
"href": "/quiz"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"href": "/concepts",
|
|
694
|
-
"label": "Concepts",
|
|
695
|
-
"icon": "brain"
|
|
695
|
+
]
|
|
696
696
|
}
|
|
697
697
|
]
|
|
698
698
|
}
|
|
@@ -713,123 +713,123 @@
|
|
|
713
713
|
"main",
|
|
714
714
|
{
|
|
715
715
|
"type": "dashboard-layout",
|
|
716
|
+
"navItems": [
|
|
717
|
+
{
|
|
718
|
+
"href": "/teach",
|
|
719
|
+
"icon": "book-open",
|
|
720
|
+
"label": "Teach"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"label": "Quiz",
|
|
724
|
+
"icon": "help-circle",
|
|
725
|
+
"href": "/quiz"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"href": "/concepts",
|
|
729
|
+
"label": "Concepts",
|
|
730
|
+
"icon": "brain"
|
|
731
|
+
}
|
|
732
|
+
],
|
|
716
733
|
"children": [
|
|
717
734
|
{
|
|
718
|
-
"
|
|
735
|
+
"type": "stack",
|
|
719
736
|
"children": [
|
|
720
737
|
{
|
|
721
|
-
"
|
|
722
|
-
"gap": "sm",
|
|
738
|
+
"type": "stack",
|
|
723
739
|
"justify": "between",
|
|
724
740
|
"children": [
|
|
725
741
|
{
|
|
742
|
+
"direction": "horizontal",
|
|
726
743
|
"children": [
|
|
727
744
|
{
|
|
728
|
-
"
|
|
729
|
-
"
|
|
745
|
+
"name": "book-open",
|
|
746
|
+
"type": "icon"
|
|
730
747
|
},
|
|
731
748
|
{
|
|
732
|
-
"content": "Lesson: @entity.topic",
|
|
733
749
|
"type": "typography",
|
|
750
|
+
"content": "Lesson: @entity.topic",
|
|
734
751
|
"variant": "h2"
|
|
735
752
|
}
|
|
736
753
|
],
|
|
737
|
-
"gap": "sm",
|
|
738
|
-
"direction": "horizontal",
|
|
739
754
|
"type": "stack",
|
|
740
|
-
"align": "center"
|
|
755
|
+
"align": "center",
|
|
756
|
+
"gap": "sm"
|
|
741
757
|
},
|
|
742
758
|
{
|
|
743
|
-
"
|
|
744
|
-
"
|
|
759
|
+
"type": "badge",
|
|
760
|
+
"label": "@entity.studentLevel"
|
|
745
761
|
}
|
|
746
762
|
],
|
|
747
|
-
"
|
|
748
|
-
"
|
|
763
|
+
"direction": "horizontal",
|
|
764
|
+
"align": "center",
|
|
765
|
+
"gap": "sm"
|
|
749
766
|
},
|
|
750
767
|
{
|
|
751
768
|
"type": "divider"
|
|
752
769
|
},
|
|
753
770
|
{
|
|
771
|
+
"type": "card",
|
|
754
772
|
"children": [
|
|
755
773
|
{
|
|
774
|
+
"direction": "vertical",
|
|
775
|
+
"gap": "md",
|
|
776
|
+
"type": "stack",
|
|
756
777
|
"children": [
|
|
757
778
|
{
|
|
758
779
|
"variant": "body",
|
|
759
780
|
"type": "typography",
|
|
760
781
|
"content": "@entity.explanation"
|
|
761
782
|
}
|
|
762
|
-
]
|
|
763
|
-
"gap": "md",
|
|
764
|
-
"type": "stack",
|
|
765
|
-
"direction": "vertical"
|
|
783
|
+
]
|
|
766
784
|
}
|
|
767
|
-
]
|
|
768
|
-
"type": "card"
|
|
785
|
+
]
|
|
769
786
|
},
|
|
770
787
|
{
|
|
788
|
+
"type": "stack",
|
|
789
|
+
"direction": "horizontal",
|
|
771
790
|
"children": [
|
|
772
791
|
{
|
|
773
792
|
"type": "button",
|
|
774
|
-
"variant": "primary",
|
|
775
793
|
"action": "START_QUIZ",
|
|
776
|
-
"
|
|
777
|
-
"label": "Quiz Me"
|
|
794
|
+
"variant": "primary",
|
|
795
|
+
"label": "Quiz Me",
|
|
796
|
+
"icon": "help-circle"
|
|
778
797
|
},
|
|
779
798
|
{
|
|
780
|
-
"
|
|
799
|
+
"action": "EXPLAIN_MORE",
|
|
781
800
|
"icon": "book-open",
|
|
782
801
|
"variant": "secondary",
|
|
783
802
|
"type": "button",
|
|
784
|
-
"
|
|
803
|
+
"label": "Explain More"
|
|
785
804
|
},
|
|
786
805
|
{
|
|
787
806
|
"action": "RESET",
|
|
788
807
|
"type": "button",
|
|
789
|
-
"label": "New Topic",
|
|
790
808
|
"variant": "ghost",
|
|
791
|
-
"icon": "rotate-ccw"
|
|
809
|
+
"icon": "rotate-ccw",
|
|
810
|
+
"label": "New Topic"
|
|
792
811
|
}
|
|
793
812
|
],
|
|
794
|
-
"direction": "horizontal",
|
|
795
|
-
"type": "stack",
|
|
796
813
|
"gap": "sm"
|
|
797
814
|
},
|
|
798
815
|
{
|
|
799
|
-
"type": "stack",
|
|
800
|
-
"direction": "horizontal",
|
|
801
|
-
"gap": "xs",
|
|
802
816
|
"children": [
|
|
803
817
|
{
|
|
804
|
-
"
|
|
805
|
-
"
|
|
818
|
+
"type": "badge",
|
|
819
|
+
"label": "@entity.questionsAsked"
|
|
806
820
|
},
|
|
807
821
|
{
|
|
808
822
|
"type": "badge",
|
|
809
823
|
"label": "@entity.correctAnswers"
|
|
810
824
|
}
|
|
811
|
-
]
|
|
825
|
+
],
|
|
826
|
+
"direction": "horizontal",
|
|
827
|
+
"gap": "xs",
|
|
828
|
+
"type": "stack"
|
|
812
829
|
}
|
|
813
830
|
],
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
-
}
|
|
817
|
-
],
|
|
818
|
-
"navItems": [
|
|
819
|
-
{
|
|
820
|
-
"icon": "book-open",
|
|
821
|
-
"label": "Teach",
|
|
822
|
-
"href": "/teach"
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"href": "/quiz",
|
|
826
|
-
"label": "Quiz",
|
|
827
|
-
"icon": "help-circle"
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"label": "Concepts",
|
|
831
|
-
"href": "/concepts",
|
|
832
|
-
"icon": "brain"
|
|
831
|
+
"gap": "lg",
|
|
832
|
+
"direction": "vertical"
|
|
833
833
|
}
|
|
834
834
|
],
|
|
835
835
|
"appName": "AI Tutor"
|
|
@@ -872,26 +872,46 @@
|
|
|
872
872
|
"main",
|
|
873
873
|
{
|
|
874
874
|
"type": "dashboard-layout",
|
|
875
|
+
"appName": "AI Tutor",
|
|
876
|
+
"navItems": [
|
|
877
|
+
{
|
|
878
|
+
"label": "Teach",
|
|
879
|
+
"href": "/teach",
|
|
880
|
+
"icon": "book-open"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"icon": "help-circle",
|
|
884
|
+
"label": "Quiz",
|
|
885
|
+
"href": "/quiz"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"label": "Concepts",
|
|
889
|
+
"href": "/concepts",
|
|
890
|
+
"icon": "brain"
|
|
891
|
+
}
|
|
892
|
+
],
|
|
875
893
|
"children": [
|
|
876
894
|
{
|
|
877
895
|
"gap": "lg",
|
|
896
|
+
"type": "stack",
|
|
897
|
+
"direction": "vertical",
|
|
878
898
|
"children": [
|
|
879
899
|
{
|
|
880
900
|
"type": "stack",
|
|
881
|
-
"align": "center",
|
|
882
901
|
"children": [
|
|
883
902
|
{
|
|
884
903
|
"name": "graduation-cap",
|
|
885
904
|
"type": "icon"
|
|
886
905
|
},
|
|
887
906
|
{
|
|
888
|
-
"variant": "h2",
|
|
889
907
|
"type": "typography",
|
|
908
|
+
"variant": "h2",
|
|
890
909
|
"content": "Tutor"
|
|
891
910
|
}
|
|
892
911
|
],
|
|
912
|
+
"gap": "sm",
|
|
893
913
|
"direction": "horizontal",
|
|
894
|
-
"
|
|
914
|
+
"align": "center"
|
|
895
915
|
},
|
|
896
916
|
{
|
|
897
917
|
"type": "divider"
|
|
@@ -900,49 +920,29 @@
|
|
|
900
920
|
"type": "card",
|
|
901
921
|
"children": [
|
|
902
922
|
{
|
|
903
|
-
"gap": "md",
|
|
904
|
-
"direction": "vertical",
|
|
905
|
-
"type": "stack",
|
|
906
923
|
"children": [
|
|
907
924
|
{
|
|
925
|
+
"type": "typography",
|
|
908
926
|
"content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
|
|
909
|
-
"variant": "body"
|
|
910
|
-
"type": "typography"
|
|
927
|
+
"variant": "body"
|
|
911
928
|
},
|
|
912
929
|
{
|
|
913
|
-
"type": "form-section",
|
|
914
|
-
"entity": "TutorSession",
|
|
915
930
|
"mode": "edit",
|
|
916
|
-
"submitEvent": "START_SESSION",
|
|
917
931
|
"fields": [
|
|
918
932
|
"topic"
|
|
919
|
-
]
|
|
933
|
+
],
|
|
934
|
+
"type": "form-section",
|
|
935
|
+
"submitEvent": "START_SESSION",
|
|
936
|
+
"entity": "TutorSession"
|
|
920
937
|
}
|
|
921
|
-
]
|
|
938
|
+
],
|
|
939
|
+
"type": "stack",
|
|
940
|
+
"direction": "vertical",
|
|
941
|
+
"gap": "md"
|
|
922
942
|
}
|
|
923
943
|
]
|
|
924
944
|
}
|
|
925
|
-
]
|
|
926
|
-
"type": "stack",
|
|
927
|
-
"direction": "vertical"
|
|
928
|
-
}
|
|
929
|
-
],
|
|
930
|
-
"appName": "AI Tutor",
|
|
931
|
-
"navItems": [
|
|
932
|
-
{
|
|
933
|
-
"label": "Teach",
|
|
934
|
-
"href": "/teach",
|
|
935
|
-
"icon": "book-open"
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"icon": "help-circle",
|
|
939
|
-
"href": "/quiz",
|
|
940
|
-
"label": "Quiz"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"label": "Concepts",
|
|
944
|
-
"href": "/concepts",
|
|
945
|
-
"icon": "brain"
|
|
945
|
+
]
|
|
946
946
|
}
|
|
947
947
|
]
|
|
948
948
|
}
|
|
@@ -1213,24 +1213,6 @@
|
|
|
1213
1213
|
"main",
|
|
1214
1214
|
{
|
|
1215
1215
|
"appName": "AI Tutor",
|
|
1216
|
-
"navItems": [
|
|
1217
|
-
{
|
|
1218
|
-
"label": "Teach",
|
|
1219
|
-
"href": "/teach",
|
|
1220
|
-
"icon": "book-open"
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"label": "Quiz",
|
|
1224
|
-
"icon": "help-circle",
|
|
1225
|
-
"href": "/quiz"
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"label": "Concepts",
|
|
1229
|
-
"href": "/concepts",
|
|
1230
|
-
"icon": "brain"
|
|
1231
|
-
}
|
|
1232
|
-
],
|
|
1233
|
-
"type": "dashboard-layout",
|
|
1234
1216
|
"children": [
|
|
1235
1217
|
{
|
|
1236
1218
|
"direction": "vertical",
|
|
@@ -1238,33 +1220,51 @@
|
|
|
1238
1220
|
"gap": "lg",
|
|
1239
1221
|
"children": [
|
|
1240
1222
|
{
|
|
1223
|
+
"gap": "sm",
|
|
1224
|
+
"type": "stack",
|
|
1225
|
+
"direction": "horizontal",
|
|
1226
|
+
"align": "center",
|
|
1241
1227
|
"children": [
|
|
1242
1228
|
{
|
|
1243
|
-
"
|
|
1244
|
-
"
|
|
1229
|
+
"name": "help-circle",
|
|
1230
|
+
"type": "icon"
|
|
1245
1231
|
},
|
|
1246
1232
|
{
|
|
1247
1233
|
"content": "Quiz",
|
|
1248
1234
|
"type": "typography",
|
|
1249
1235
|
"variant": "h2"
|
|
1250
1236
|
}
|
|
1251
|
-
]
|
|
1252
|
-
"gap": "sm",
|
|
1253
|
-
"type": "stack",
|
|
1254
|
-
"direction": "horizontal",
|
|
1255
|
-
"align": "center"
|
|
1237
|
+
]
|
|
1256
1238
|
},
|
|
1257
1239
|
{
|
|
1258
1240
|
"type": "divider"
|
|
1259
1241
|
},
|
|
1260
1242
|
{
|
|
1261
|
-
"type": "typography",
|
|
1262
1243
|
"variant": "body",
|
|
1263
|
-
"content": "Waiting for a quiz to start..."
|
|
1244
|
+
"content": "Waiting for a quiz to start...",
|
|
1245
|
+
"type": "typography"
|
|
1264
1246
|
}
|
|
1265
1247
|
]
|
|
1266
1248
|
}
|
|
1267
|
-
]
|
|
1249
|
+
],
|
|
1250
|
+
"navItems": [
|
|
1251
|
+
{
|
|
1252
|
+
"icon": "book-open",
|
|
1253
|
+
"label": "Teach",
|
|
1254
|
+
"href": "/teach"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"href": "/quiz",
|
|
1258
|
+
"label": "Quiz",
|
|
1259
|
+
"icon": "help-circle"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"icon": "brain",
|
|
1263
|
+
"label": "Concepts",
|
|
1264
|
+
"href": "/concepts"
|
|
1265
|
+
}
|
|
1266
|
+
],
|
|
1267
|
+
"type": "dashboard-layout"
|
|
1268
1268
|
}
|
|
1269
1269
|
]
|
|
1270
1270
|
]
|
|
@@ -1287,46 +1287,28 @@
|
|
|
1287
1287
|
"render-ui",
|
|
1288
1288
|
"main",
|
|
1289
1289
|
{
|
|
1290
|
-
"navItems": [
|
|
1291
|
-
{
|
|
1292
|
-
"label": "Teach",
|
|
1293
|
-
"href": "/teach",
|
|
1294
|
-
"icon": "book-open"
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
"href": "/quiz",
|
|
1298
|
-
"label": "Quiz",
|
|
1299
|
-
"icon": "help-circle"
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"href": "/concepts",
|
|
1303
|
-
"icon": "brain",
|
|
1304
|
-
"label": "Concepts"
|
|
1305
|
-
}
|
|
1306
|
-
],
|
|
1307
1290
|
"type": "dashboard-layout",
|
|
1308
1291
|
"appName": "AI Tutor",
|
|
1309
1292
|
"children": [
|
|
1310
1293
|
{
|
|
1311
|
-
"
|
|
1312
|
-
"type": "stack",
|
|
1294
|
+
"direction": "vertical",
|
|
1313
1295
|
"children": [
|
|
1314
1296
|
{
|
|
1315
|
-
"
|
|
1297
|
+
"direction": "horizontal",
|
|
1298
|
+
"type": "stack",
|
|
1316
1299
|
"children": [
|
|
1317
1300
|
{
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1301
|
+
"type": "icon",
|
|
1302
|
+
"name": "help-circle"
|
|
1320
1303
|
},
|
|
1321
1304
|
{
|
|
1305
|
+
"variant": "h2",
|
|
1322
1306
|
"type": "typography",
|
|
1323
|
-
"content": "Quiz Question"
|
|
1324
|
-
"variant": "h2"
|
|
1307
|
+
"content": "Quiz Question"
|
|
1325
1308
|
}
|
|
1326
1309
|
],
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
"type": "stack"
|
|
1310
|
+
"align": "center",
|
|
1311
|
+
"gap": "sm"
|
|
1330
1312
|
},
|
|
1331
1313
|
{
|
|
1332
1314
|
"type": "divider"
|
|
@@ -1335,35 +1317,53 @@
|
|
|
1335
1317
|
"type": "card",
|
|
1336
1318
|
"children": [
|
|
1337
1319
|
{
|
|
1320
|
+
"direction": "vertical",
|
|
1338
1321
|
"gap": "md",
|
|
1339
1322
|
"type": "stack",
|
|
1340
|
-
"direction": "vertical",
|
|
1341
1323
|
"children": [
|
|
1342
1324
|
{
|
|
1343
|
-
"type": "typography",
|
|
1344
1325
|
"variant": "h3",
|
|
1326
|
+
"type": "typography",
|
|
1345
1327
|
"content": "@entity.question"
|
|
1346
1328
|
},
|
|
1347
1329
|
{
|
|
1348
|
-
"variant": "body",
|
|
1349
1330
|
"type": "typography",
|
|
1350
|
-
"content": "@entity.options"
|
|
1331
|
+
"content": "@entity.options",
|
|
1332
|
+
"variant": "body"
|
|
1351
1333
|
},
|
|
1352
1334
|
{
|
|
1353
1335
|
"submitEvent": "SUBMIT_ANSWER",
|
|
1336
|
+
"entity": "QuizQuestion",
|
|
1354
1337
|
"fields": [
|
|
1355
1338
|
"studentAnswer"
|
|
1356
1339
|
],
|
|
1357
|
-
"
|
|
1358
|
-
"
|
|
1359
|
-
"mode": "edit"
|
|
1340
|
+
"mode": "edit",
|
|
1341
|
+
"type": "form-section"
|
|
1360
1342
|
}
|
|
1361
1343
|
]
|
|
1362
1344
|
}
|
|
1363
1345
|
]
|
|
1364
1346
|
}
|
|
1365
1347
|
],
|
|
1366
|
-
"
|
|
1348
|
+
"gap": "lg",
|
|
1349
|
+
"type": "stack"
|
|
1350
|
+
}
|
|
1351
|
+
],
|
|
1352
|
+
"navItems": [
|
|
1353
|
+
{
|
|
1354
|
+
"label": "Teach",
|
|
1355
|
+
"icon": "book-open",
|
|
1356
|
+
"href": "/teach"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"label": "Quiz",
|
|
1360
|
+
"icon": "help-circle",
|
|
1361
|
+
"href": "/quiz"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"href": "/concepts",
|
|
1365
|
+
"label": "Concepts",
|
|
1366
|
+
"icon": "brain"
|
|
1367
1367
|
}
|
|
1368
1368
|
]
|
|
1369
1369
|
}
|
|
@@ -1385,26 +1385,43 @@
|
|
|
1385
1385
|
"main",
|
|
1386
1386
|
{
|
|
1387
1387
|
"appName": "AI Tutor",
|
|
1388
|
+
"navItems": [
|
|
1389
|
+
{
|
|
1390
|
+
"icon": "book-open",
|
|
1391
|
+
"label": "Teach",
|
|
1392
|
+
"href": "/teach"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"href": "/quiz",
|
|
1396
|
+
"label": "Quiz",
|
|
1397
|
+
"icon": "help-circle"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"href": "/concepts",
|
|
1401
|
+
"label": "Concepts",
|
|
1402
|
+
"icon": "brain"
|
|
1403
|
+
}
|
|
1404
|
+
],
|
|
1388
1405
|
"type": "dashboard-layout",
|
|
1389
1406
|
"children": [
|
|
1390
1407
|
{
|
|
1391
1408
|
"children": [
|
|
1392
1409
|
{
|
|
1393
|
-
"direction": "horizontal",
|
|
1394
|
-
"gap": "sm",
|
|
1395
|
-
"align": "center",
|
|
1396
1410
|
"type": "stack",
|
|
1397
1411
|
"children": [
|
|
1398
1412
|
{
|
|
1399
|
-
"
|
|
1400
|
-
"
|
|
1413
|
+
"type": "icon",
|
|
1414
|
+
"name": "help-circle"
|
|
1401
1415
|
},
|
|
1402
1416
|
{
|
|
1403
1417
|
"type": "typography",
|
|
1404
1418
|
"content": "Quiz Question",
|
|
1405
1419
|
"variant": "h2"
|
|
1406
1420
|
}
|
|
1407
|
-
]
|
|
1421
|
+
],
|
|
1422
|
+
"direction": "horizontal",
|
|
1423
|
+
"align": "center",
|
|
1424
|
+
"gap": "sm"
|
|
1408
1425
|
},
|
|
1409
1426
|
{
|
|
1410
1427
|
"type": "divider"
|
|
@@ -1413,54 +1430,37 @@
|
|
|
1413
1430
|
"type": "card",
|
|
1414
1431
|
"children": [
|
|
1415
1432
|
{
|
|
1433
|
+
"type": "stack",
|
|
1434
|
+
"direction": "vertical",
|
|
1416
1435
|
"gap": "md",
|
|
1417
1436
|
"children": [
|
|
1418
1437
|
{
|
|
1419
|
-
"type": "typography",
|
|
1420
1438
|
"content": "@entity.question",
|
|
1421
|
-
"variant": "h3"
|
|
1439
|
+
"variant": "h3",
|
|
1440
|
+
"type": "typography"
|
|
1422
1441
|
},
|
|
1423
1442
|
{
|
|
1443
|
+
"content": "@entity.options",
|
|
1424
1444
|
"type": "typography",
|
|
1425
|
-
"variant": "body"
|
|
1426
|
-
"content": "@entity.options"
|
|
1445
|
+
"variant": "body"
|
|
1427
1446
|
},
|
|
1428
1447
|
{
|
|
1429
|
-
"
|
|
1430
|
-
"mode": "edit",
|
|
1448
|
+
"type": "form-section",
|
|
1431
1449
|
"entity": "QuizQuestion",
|
|
1432
|
-
"
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
"gap": "lg",
|
|
1445
|
-
"
|
|
1446
|
-
"direction": "vertical"
|
|
1447
|
-
}
|
|
1448
|
-
],
|
|
1449
|
-
"navItems": [
|
|
1450
|
-
{
|
|
1451
|
-
"icon": "book-open",
|
|
1452
|
-
"label": "Teach",
|
|
1453
|
-
"href": "/teach"
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
"href": "/quiz",
|
|
1457
|
-
"icon": "help-circle",
|
|
1458
|
-
"label": "Quiz"
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"href": "/concepts",
|
|
1462
|
-
"label": "Concepts",
|
|
1463
|
-
"icon": "brain"
|
|
1450
|
+
"mode": "edit",
|
|
1451
|
+
"submitEvent": "SUBMIT_ANSWER",
|
|
1452
|
+
"fields": [
|
|
1453
|
+
"studentAnswer"
|
|
1454
|
+
]
|
|
1455
|
+
}
|
|
1456
|
+
]
|
|
1457
|
+
}
|
|
1458
|
+
]
|
|
1459
|
+
}
|
|
1460
|
+
],
|
|
1461
|
+
"type": "stack",
|
|
1462
|
+
"gap": "lg",
|
|
1463
|
+
"direction": "vertical"
|
|
1464
1464
|
}
|
|
1465
1465
|
]
|
|
1466
1466
|
}
|
|
@@ -1495,12 +1495,15 @@
|
|
|
1495
1495
|
"main",
|
|
1496
1496
|
{
|
|
1497
1497
|
"appName": "AI Tutor",
|
|
1498
|
-
"type": "dashboard-layout",
|
|
1499
1498
|
"children": [
|
|
1500
1499
|
{
|
|
1501
1500
|
"gap": "lg",
|
|
1501
|
+
"type": "stack",
|
|
1502
|
+
"direction": "vertical",
|
|
1502
1503
|
"children": [
|
|
1503
1504
|
{
|
|
1505
|
+
"align": "center",
|
|
1506
|
+
"direction": "horizontal",
|
|
1504
1507
|
"type": "stack",
|
|
1505
1508
|
"children": [
|
|
1506
1509
|
{
|
|
@@ -1508,80 +1511,76 @@
|
|
|
1508
1511
|
"name": "check-circle"
|
|
1509
1512
|
},
|
|
1510
1513
|
{
|
|
1511
|
-
"
|
|
1514
|
+
"variant": "h2",
|
|
1512
1515
|
"type": "typography",
|
|
1513
|
-
"
|
|
1516
|
+
"content": "Answer Review"
|
|
1514
1517
|
}
|
|
1515
1518
|
],
|
|
1516
|
-
"align": "center",
|
|
1517
|
-
"direction": "horizontal",
|
|
1518
1519
|
"gap": "sm"
|
|
1519
1520
|
},
|
|
1520
1521
|
{
|
|
1521
1522
|
"type": "divider"
|
|
1522
1523
|
},
|
|
1523
1524
|
{
|
|
1525
|
+
"type": "card",
|
|
1524
1526
|
"children": [
|
|
1525
1527
|
{
|
|
1528
|
+
"type": "stack",
|
|
1529
|
+
"direction": "vertical",
|
|
1530
|
+
"gap": "md",
|
|
1526
1531
|
"children": [
|
|
1527
1532
|
{
|
|
1533
|
+
"direction": "horizontal",
|
|
1534
|
+
"gap": "sm",
|
|
1528
1535
|
"type": "stack",
|
|
1529
1536
|
"children": [
|
|
1530
1537
|
{
|
|
1531
|
-
"
|
|
1532
|
-
"
|
|
1538
|
+
"label": "@entity.isCorrect",
|
|
1539
|
+
"type": "badge"
|
|
1533
1540
|
}
|
|
1534
|
-
]
|
|
1535
|
-
"gap": "sm",
|
|
1536
|
-
"direction": "horizontal"
|
|
1541
|
+
]
|
|
1537
1542
|
},
|
|
1538
1543
|
{
|
|
1539
|
-
"
|
|
1544
|
+
"type": "typography",
|
|
1540
1545
|
"variant": "body",
|
|
1541
|
-
"
|
|
1546
|
+
"content": "@entity.feedback"
|
|
1542
1547
|
},
|
|
1543
1548
|
{
|
|
1544
|
-
"content": "Correct answer",
|
|
1545
1549
|
"variant": "caption",
|
|
1546
|
-
"type": "typography"
|
|
1550
|
+
"type": "typography",
|
|
1551
|
+
"content": "Correct answer"
|
|
1547
1552
|
},
|
|
1548
1553
|
{
|
|
1549
1554
|
"variant": "body",
|
|
1550
1555
|
"type": "typography",
|
|
1551
1556
|
"content": "@entity.correctAnswer"
|
|
1552
1557
|
}
|
|
1553
|
-
]
|
|
1554
|
-
"type": "stack",
|
|
1555
|
-
"gap": "md",
|
|
1556
|
-
"direction": "vertical"
|
|
1558
|
+
]
|
|
1557
1559
|
}
|
|
1558
|
-
]
|
|
1559
|
-
"type": "card"
|
|
1560
|
+
]
|
|
1560
1561
|
},
|
|
1561
1562
|
{
|
|
1563
|
+
"type": "stack",
|
|
1562
1564
|
"children": [
|
|
1563
1565
|
{
|
|
1564
1566
|
"icon": "arrow-right",
|
|
1565
1567
|
"type": "button",
|
|
1566
1568
|
"variant": "primary",
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1569
|
+
"label": "Next Question",
|
|
1570
|
+
"action": "NEXT_QUESTION"
|
|
1569
1571
|
},
|
|
1570
1572
|
{
|
|
1571
|
-
"variant": "ghost",
|
|
1572
1573
|
"action": "BACK_TO_LESSON",
|
|
1573
|
-
"
|
|
1574
|
+
"variant": "ghost",
|
|
1574
1575
|
"type": "button",
|
|
1575
|
-
"label": "Back to Lesson"
|
|
1576
|
+
"label": "Back to Lesson",
|
|
1577
|
+
"icon": "book-open"
|
|
1576
1578
|
}
|
|
1577
1579
|
],
|
|
1578
|
-
"
|
|
1579
|
-
"direction": "horizontal"
|
|
1580
|
-
"gap": "sm"
|
|
1580
|
+
"gap": "sm",
|
|
1581
|
+
"direction": "horizontal"
|
|
1581
1582
|
}
|
|
1582
|
-
]
|
|
1583
|
-
"direction": "vertical",
|
|
1584
|
-
"type": "stack"
|
|
1583
|
+
]
|
|
1585
1584
|
}
|
|
1586
1585
|
],
|
|
1587
1586
|
"navItems": [
|
|
@@ -1591,16 +1590,17 @@
|
|
|
1591
1590
|
"href": "/teach"
|
|
1592
1591
|
},
|
|
1593
1592
|
{
|
|
1594
|
-
"label": "Quiz",
|
|
1595
1593
|
"href": "/quiz",
|
|
1594
|
+
"label": "Quiz",
|
|
1596
1595
|
"icon": "help-circle"
|
|
1597
1596
|
},
|
|
1598
1597
|
{
|
|
1599
|
-
"
|
|
1598
|
+
"href": "/concepts",
|
|
1600
1599
|
"label": "Concepts",
|
|
1601
|
-
"
|
|
1600
|
+
"icon": "brain"
|
|
1602
1601
|
}
|
|
1603
|
-
]
|
|
1602
|
+
],
|
|
1603
|
+
"type": "dashboard-layout"
|
|
1604
1604
|
}
|
|
1605
1605
|
]
|
|
1606
1606
|
]
|
|
@@ -1633,16 +1633,15 @@
|
|
|
1633
1633
|
"render-ui",
|
|
1634
1634
|
"main",
|
|
1635
1635
|
{
|
|
1636
|
-
"appName": "AI Tutor",
|
|
1637
1636
|
"navItems": [
|
|
1638
1637
|
{
|
|
1639
1638
|
"label": "Teach",
|
|
1640
|
-
"
|
|
1641
|
-
"
|
|
1639
|
+
"href": "/teach",
|
|
1640
|
+
"icon": "book-open"
|
|
1642
1641
|
},
|
|
1643
1642
|
{
|
|
1644
|
-
"href": "/quiz",
|
|
1645
1643
|
"label": "Quiz",
|
|
1644
|
+
"href": "/quiz",
|
|
1646
1645
|
"icon": "help-circle"
|
|
1647
1646
|
},
|
|
1648
1647
|
{
|
|
@@ -1654,26 +1653,26 @@
|
|
|
1654
1653
|
"type": "dashboard-layout",
|
|
1655
1654
|
"children": [
|
|
1656
1655
|
{
|
|
1656
|
+
"direction": "vertical",
|
|
1657
1657
|
"type": "stack",
|
|
1658
1658
|
"gap": "lg",
|
|
1659
|
-
"direction": "vertical",
|
|
1660
1659
|
"children": [
|
|
1661
1660
|
{
|
|
1661
|
+
"direction": "horizontal",
|
|
1662
|
+
"gap": "sm",
|
|
1663
|
+
"type": "stack",
|
|
1662
1664
|
"children": [
|
|
1663
1665
|
{
|
|
1664
1666
|
"type": "icon",
|
|
1665
1667
|
"name": "help-circle"
|
|
1666
1668
|
},
|
|
1667
1669
|
{
|
|
1670
|
+
"variant": "h2",
|
|
1668
1671
|
"type": "typography",
|
|
1669
|
-
"content": "Quiz Question"
|
|
1670
|
-
"variant": "h2"
|
|
1672
|
+
"content": "Quiz Question"
|
|
1671
1673
|
}
|
|
1672
1674
|
],
|
|
1673
|
-
"
|
|
1674
|
-
"gap": "sm",
|
|
1675
|
-
"align": "center",
|
|
1676
|
-
"direction": "horizontal"
|
|
1675
|
+
"align": "center"
|
|
1677
1676
|
},
|
|
1678
1677
|
{
|
|
1679
1678
|
"type": "divider"
|
|
@@ -1681,37 +1680,38 @@
|
|
|
1681
1680
|
{
|
|
1682
1681
|
"children": [
|
|
1683
1682
|
{
|
|
1683
|
+
"direction": "vertical",
|
|
1684
|
+
"type": "stack",
|
|
1685
|
+
"gap": "md",
|
|
1684
1686
|
"children": [
|
|
1685
1687
|
{
|
|
1686
|
-
"variant": "h3",
|
|
1687
1688
|
"content": "@entity.question",
|
|
1689
|
+
"variant": "h3",
|
|
1688
1690
|
"type": "typography"
|
|
1689
1691
|
},
|
|
1690
1692
|
{
|
|
1691
|
-
"variant": "body",
|
|
1692
1693
|
"content": "@entity.options",
|
|
1694
|
+
"variant": "body",
|
|
1693
1695
|
"type": "typography"
|
|
1694
1696
|
},
|
|
1695
1697
|
{
|
|
1698
|
+
"submitEvent": "SUBMIT_ANSWER",
|
|
1696
1699
|
"type": "form-section",
|
|
1697
|
-
"entity": "QuizQuestion",
|
|
1698
1700
|
"mode": "edit",
|
|
1701
|
+
"entity": "QuizQuestion",
|
|
1699
1702
|
"fields": [
|
|
1700
1703
|
"studentAnswer"
|
|
1701
|
-
]
|
|
1702
|
-
"submitEvent": "SUBMIT_ANSWER"
|
|
1704
|
+
]
|
|
1703
1705
|
}
|
|
1704
|
-
]
|
|
1705
|
-
"gap": "md",
|
|
1706
|
-
"direction": "vertical",
|
|
1707
|
-
"type": "stack"
|
|
1706
|
+
]
|
|
1708
1707
|
}
|
|
1709
1708
|
],
|
|
1710
1709
|
"type": "card"
|
|
1711
1710
|
}
|
|
1712
1711
|
]
|
|
1713
1712
|
}
|
|
1714
|
-
]
|
|
1713
|
+
],
|
|
1714
|
+
"appName": "AI Tutor"
|
|
1715
1715
|
}
|
|
1716
1716
|
]
|
|
1717
1717
|
]
|
|
@@ -1730,14 +1730,13 @@
|
|
|
1730
1730
|
"render-ui",
|
|
1731
1731
|
"main",
|
|
1732
1732
|
{
|
|
1733
|
-
"
|
|
1733
|
+
"appName": "AI Tutor",
|
|
1734
1734
|
"children": [
|
|
1735
1735
|
{
|
|
1736
|
-
"type": "stack",
|
|
1737
1736
|
"gap": "lg",
|
|
1738
|
-
"direction": "vertical",
|
|
1739
1737
|
"children": [
|
|
1740
1738
|
{
|
|
1739
|
+
"type": "stack",
|
|
1741
1740
|
"direction": "horizontal",
|
|
1742
1741
|
"align": "center",
|
|
1743
1742
|
"children": [
|
|
@@ -1751,29 +1750,31 @@
|
|
|
1751
1750
|
"content": "Quiz"
|
|
1752
1751
|
}
|
|
1753
1752
|
],
|
|
1754
|
-
"gap": "sm"
|
|
1755
|
-
"type": "stack"
|
|
1753
|
+
"gap": "sm"
|
|
1756
1754
|
},
|
|
1757
1755
|
{
|
|
1758
1756
|
"type": "divider"
|
|
1759
1757
|
},
|
|
1760
1758
|
{
|
|
1761
|
-
"
|
|
1759
|
+
"content": "Waiting for a quiz to start...",
|
|
1762
1760
|
"type": "typography",
|
|
1763
|
-
"
|
|
1761
|
+
"variant": "body"
|
|
1764
1762
|
}
|
|
1765
|
-
]
|
|
1763
|
+
],
|
|
1764
|
+
"direction": "vertical",
|
|
1765
|
+
"type": "stack"
|
|
1766
1766
|
}
|
|
1767
1767
|
],
|
|
1768
|
+
"type": "dashboard-layout",
|
|
1768
1769
|
"navItems": [
|
|
1769
1770
|
{
|
|
1770
|
-
"
|
|
1771
|
+
"href": "/teach",
|
|
1771
1772
|
"label": "Teach",
|
|
1772
|
-
"
|
|
1773
|
+
"icon": "book-open"
|
|
1773
1774
|
},
|
|
1774
1775
|
{
|
|
1775
|
-
"label": "Quiz",
|
|
1776
1776
|
"icon": "help-circle",
|
|
1777
|
+
"label": "Quiz",
|
|
1777
1778
|
"href": "/quiz"
|
|
1778
1779
|
},
|
|
1779
1780
|
{
|
|
@@ -1781,8 +1782,7 @@
|
|
|
1781
1782
|
"icon": "brain",
|
|
1782
1783
|
"label": "Concepts"
|
|
1783
1784
|
}
|
|
1784
|
-
]
|
|
1785
|
-
"appName": "AI Tutor"
|
|
1785
|
+
]
|
|
1786
1786
|
}
|
|
1787
1787
|
]
|
|
1788
1788
|
]
|
|
@@ -2050,34 +2050,34 @@
|
|
|
2050
2050
|
"type": "dashboard-layout",
|
|
2051
2051
|
"navItems": [
|
|
2052
2052
|
{
|
|
2053
|
+
"icon": "book-open",
|
|
2053
2054
|
"href": "/teach",
|
|
2054
|
-
"label": "Teach"
|
|
2055
|
-
"icon": "book-open"
|
|
2055
|
+
"label": "Teach"
|
|
2056
2056
|
},
|
|
2057
2057
|
{
|
|
2058
|
+
"icon": "help-circle",
|
|
2058
2059
|
"label": "Quiz",
|
|
2059
|
-
"href": "/quiz"
|
|
2060
|
-
"icon": "help-circle"
|
|
2060
|
+
"href": "/quiz"
|
|
2061
2061
|
},
|
|
2062
2062
|
{
|
|
2063
2063
|
"href": "/concepts",
|
|
2064
|
-
"
|
|
2065
|
-
"
|
|
2064
|
+
"icon": "brain",
|
|
2065
|
+
"label": "Concepts"
|
|
2066
2066
|
}
|
|
2067
2067
|
],
|
|
2068
2068
|
"children": [
|
|
2069
2069
|
{
|
|
2070
|
+
"type": "stack",
|
|
2071
|
+
"gap": "lg",
|
|
2070
2072
|
"children": [
|
|
2071
2073
|
{
|
|
2072
2074
|
"direction": "horizontal",
|
|
2073
|
-
"
|
|
2075
|
+
"gap": "sm",
|
|
2074
2076
|
"justify": "between",
|
|
2075
2077
|
"align": "center",
|
|
2076
|
-
"gap": "sm",
|
|
2077
2078
|
"children": [
|
|
2078
2079
|
{
|
|
2079
|
-
"
|
|
2080
|
-
"type": "stack",
|
|
2080
|
+
"gap": "sm",
|
|
2081
2081
|
"children": [
|
|
2082
2082
|
{
|
|
2083
2083
|
"type": "icon",
|
|
@@ -2085,53 +2085,56 @@
|
|
|
2085
2085
|
},
|
|
2086
2086
|
{
|
|
2087
2087
|
"content": "TutorChat Thread",
|
|
2088
|
-
"
|
|
2089
|
-
"
|
|
2088
|
+
"type": "typography",
|
|
2089
|
+
"variant": "h2"
|
|
2090
2090
|
}
|
|
2091
2091
|
],
|
|
2092
|
-
"
|
|
2093
|
-
"
|
|
2092
|
+
"align": "center",
|
|
2093
|
+
"direction": "horizontal",
|
|
2094
|
+
"type": "stack"
|
|
2094
2095
|
},
|
|
2095
2096
|
{
|
|
2097
|
+
"label": "New Message",
|
|
2098
|
+
"action": "COMPOSE",
|
|
2096
2099
|
"type": "button",
|
|
2097
|
-
"variant": "primary",
|
|
2098
2100
|
"icon": "plus",
|
|
2099
|
-
"
|
|
2100
|
-
"label": "New Message"
|
|
2101
|
+
"variant": "primary"
|
|
2101
2102
|
}
|
|
2102
|
-
]
|
|
2103
|
+
],
|
|
2104
|
+
"type": "stack"
|
|
2103
2105
|
},
|
|
2104
2106
|
{
|
|
2105
2107
|
"type": "divider"
|
|
2106
2108
|
},
|
|
2107
2109
|
{
|
|
2108
2110
|
"fields": [],
|
|
2109
|
-
"
|
|
2111
|
+
"entity": "TutorChat",
|
|
2110
2112
|
"renderItem": [
|
|
2111
2113
|
"fn",
|
|
2112
2114
|
"item",
|
|
2113
2115
|
{
|
|
2116
|
+
"direction": "vertical",
|
|
2114
2117
|
"type": "stack",
|
|
2115
2118
|
"children": [
|
|
2116
2119
|
{
|
|
2120
|
+
"type": "stack",
|
|
2117
2121
|
"gap": "sm",
|
|
2118
|
-
"direction": "horizontal",
|
|
2119
2122
|
"align": "center",
|
|
2120
|
-
"
|
|
2123
|
+
"direction": "horizontal",
|
|
2121
2124
|
"children": [
|
|
2122
2125
|
{
|
|
2123
2126
|
"type": "badge",
|
|
2124
2127
|
"label": "@item.role"
|
|
2125
2128
|
},
|
|
2126
2129
|
{
|
|
2127
|
-
"variant": "outline",
|
|
2128
2130
|
"type": "badge",
|
|
2129
|
-
"label": "@item.status"
|
|
2131
|
+
"label": "@item.status",
|
|
2132
|
+
"variant": "outline"
|
|
2130
2133
|
},
|
|
2131
2134
|
{
|
|
2132
|
-
"color": "muted",
|
|
2133
|
-
"variant": "caption",
|
|
2134
2135
|
"content": "@item.timestamp",
|
|
2136
|
+
"variant": "caption",
|
|
2137
|
+
"color": "muted",
|
|
2135
2138
|
"type": "typography"
|
|
2136
2139
|
}
|
|
2137
2140
|
]
|
|
@@ -2142,16 +2145,13 @@
|
|
|
2142
2145
|
"variant": "body"
|
|
2143
2146
|
}
|
|
2144
2147
|
],
|
|
2145
|
-
"gap": "xs"
|
|
2146
|
-
"direction": "vertical"
|
|
2148
|
+
"gap": "xs"
|
|
2147
2149
|
}
|
|
2148
2150
|
],
|
|
2149
|
-
"
|
|
2151
|
+
"type": "data-list"
|
|
2150
2152
|
}
|
|
2151
2153
|
],
|
|
2152
|
-
"direction": "vertical"
|
|
2153
|
-
"type": "stack",
|
|
2154
|
-
"gap": "lg"
|
|
2154
|
+
"direction": "vertical"
|
|
2155
2155
|
}
|
|
2156
2156
|
],
|
|
2157
2157
|
"appName": "AI Tutor"
|
|
@@ -2168,40 +2168,60 @@
|
|
|
2168
2168
|
"render-ui",
|
|
2169
2169
|
"main",
|
|
2170
2170
|
{
|
|
2171
|
+
"type": "dashboard-layout",
|
|
2172
|
+
"navItems": [
|
|
2173
|
+
{
|
|
2174
|
+
"icon": "book-open",
|
|
2175
|
+
"href": "/teach",
|
|
2176
|
+
"label": "Teach"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"label": "Quiz",
|
|
2180
|
+
"icon": "help-circle",
|
|
2181
|
+
"href": "/quiz"
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"href": "/concepts",
|
|
2185
|
+
"icon": "brain",
|
|
2186
|
+
"label": "Concepts"
|
|
2187
|
+
}
|
|
2188
|
+
],
|
|
2189
|
+
"appName": "AI Tutor",
|
|
2171
2190
|
"children": [
|
|
2172
2191
|
{
|
|
2173
2192
|
"gap": "lg",
|
|
2193
|
+
"type": "stack",
|
|
2174
2194
|
"children": [
|
|
2175
2195
|
{
|
|
2176
|
-
"type": "stack",
|
|
2177
|
-
"direction": "horizontal",
|
|
2178
|
-
"gap": "sm",
|
|
2179
2196
|
"justify": "between",
|
|
2180
2197
|
"align": "center",
|
|
2198
|
+
"gap": "sm",
|
|
2199
|
+
"type": "stack",
|
|
2200
|
+
"direction": "horizontal",
|
|
2181
2201
|
"children": [
|
|
2182
2202
|
{
|
|
2183
|
-
"align": "center",
|
|
2184
|
-
"direction": "horizontal",
|
|
2185
|
-
"type": "stack",
|
|
2186
2203
|
"gap": "sm",
|
|
2204
|
+
"type": "stack",
|
|
2205
|
+
"align": "center",
|
|
2187
2206
|
"children": [
|
|
2188
2207
|
{
|
|
2189
|
-
"
|
|
2190
|
-
"
|
|
2208
|
+
"type": "icon",
|
|
2209
|
+
"name": "message-circle"
|
|
2191
2210
|
},
|
|
2192
2211
|
{
|
|
2193
2212
|
"variant": "h2",
|
|
2194
|
-
"
|
|
2195
|
-
"
|
|
2213
|
+
"content": "TutorChat Thread",
|
|
2214
|
+
"type": "typography"
|
|
2196
2215
|
}
|
|
2197
|
-
]
|
|
2216
|
+
],
|
|
2217
|
+
"direction": "horizontal"
|
|
2198
2218
|
},
|
|
2199
2219
|
{
|
|
2220
|
+
"variant": "primary",
|
|
2200
2221
|
"type": "button",
|
|
2201
|
-
"action": "COMPOSE",
|
|
2202
2222
|
"icon": "plus",
|
|
2203
|
-
"
|
|
2204
|
-
"
|
|
2223
|
+
"label": "New Message",
|
|
2224
|
+
"action": "COMPOSE"
|
|
2205
2225
|
}
|
|
2206
2226
|
]
|
|
2207
2227
|
},
|
|
@@ -2209,98 +2229,78 @@
|
|
|
2209
2229
|
"type": "divider"
|
|
2210
2230
|
},
|
|
2211
2231
|
{
|
|
2232
|
+
"entity": "TutorChat",
|
|
2212
2233
|
"type": "data-list",
|
|
2213
2234
|
"renderItem": [
|
|
2214
2235
|
"fn",
|
|
2215
2236
|
"item",
|
|
2216
2237
|
{
|
|
2238
|
+
"type": "stack",
|
|
2239
|
+
"direction": "vertical",
|
|
2217
2240
|
"gap": "xs",
|
|
2218
2241
|
"children": [
|
|
2219
2242
|
{
|
|
2220
2243
|
"children": [
|
|
2221
2244
|
{
|
|
2222
|
-
"
|
|
2223
|
-
"
|
|
2245
|
+
"label": "@item.role",
|
|
2246
|
+
"type": "badge"
|
|
2224
2247
|
},
|
|
2225
2248
|
{
|
|
2226
|
-
"type": "badge",
|
|
2227
2249
|
"label": "@item.status",
|
|
2228
|
-
"variant": "outline"
|
|
2250
|
+
"variant": "outline",
|
|
2251
|
+
"type": "badge"
|
|
2229
2252
|
},
|
|
2230
2253
|
{
|
|
2231
|
-
"
|
|
2254
|
+
"color": "muted",
|
|
2232
2255
|
"variant": "caption",
|
|
2233
2256
|
"type": "typography",
|
|
2234
|
-
"
|
|
2257
|
+
"content": "@item.timestamp"
|
|
2235
2258
|
}
|
|
2236
2259
|
],
|
|
2237
2260
|
"direction": "horizontal",
|
|
2238
|
-
"align": "center",
|
|
2239
2261
|
"type": "stack",
|
|
2240
|
-
"gap": "sm"
|
|
2262
|
+
"gap": "sm",
|
|
2263
|
+
"align": "center"
|
|
2241
2264
|
},
|
|
2242
2265
|
{
|
|
2243
|
-
"
|
|
2266
|
+
"content": "@item.content",
|
|
2244
2267
|
"type": "typography",
|
|
2245
|
-
"
|
|
2268
|
+
"variant": "body"
|
|
2246
2269
|
}
|
|
2247
|
-
]
|
|
2248
|
-
"direction": "vertical",
|
|
2249
|
-
"type": "stack"
|
|
2270
|
+
]
|
|
2250
2271
|
}
|
|
2251
2272
|
],
|
|
2252
|
-
"entity": "TutorChat",
|
|
2253
2273
|
"fields": []
|
|
2254
2274
|
},
|
|
2255
2275
|
{
|
|
2256
|
-
"fields": [],
|
|
2257
|
-
"type": "form-section",
|
|
2258
|
-
"title": "Compose Message",
|
|
2259
2276
|
"children": [
|
|
2260
2277
|
{
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2278
|
+
"placeholder": "Type your message...",
|
|
2279
|
+
"type": "textarea"
|
|
2263
2280
|
},
|
|
2264
2281
|
{
|
|
2265
2282
|
"type": "stack",
|
|
2266
|
-
"direction": "horizontal",
|
|
2267
2283
|
"gap": "sm",
|
|
2268
2284
|
"children": [
|
|
2269
2285
|
{
|
|
2270
2286
|
"label": "Send",
|
|
2271
|
-
"
|
|
2272
|
-
"variant": "primary",
|
|
2287
|
+
"action": "SEND",
|
|
2273
2288
|
"type": "button",
|
|
2274
|
-
"
|
|
2289
|
+
"variant": "primary",
|
|
2290
|
+
"icon": "send"
|
|
2275
2291
|
}
|
|
2276
|
-
]
|
|
2292
|
+
],
|
|
2293
|
+
"direction": "horizontal"
|
|
2277
2294
|
}
|
|
2278
|
-
]
|
|
2295
|
+
],
|
|
2296
|
+
"title": "Compose Message",
|
|
2297
|
+
"type": "form-section",
|
|
2298
|
+
"fields": []
|
|
2279
2299
|
}
|
|
2280
2300
|
],
|
|
2281
|
-
"direction": "vertical"
|
|
2282
|
-
"type": "stack"
|
|
2283
|
-
}
|
|
2284
|
-
],
|
|
2285
|
-
"type": "dashboard-layout",
|
|
2286
|
-
"navItems": [
|
|
2287
|
-
{
|
|
2288
|
-
"label": "Teach",
|
|
2289
|
-
"href": "/teach",
|
|
2290
|
-
"icon": "book-open"
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"label": "Quiz",
|
|
2294
|
-
"icon": "help-circle",
|
|
2295
|
-
"href": "/quiz"
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"href": "/concepts",
|
|
2299
|
-
"icon": "brain",
|
|
2300
|
-
"label": "Concepts"
|
|
2301
|
+
"direction": "vertical"
|
|
2301
2302
|
}
|
|
2302
|
-
]
|
|
2303
|
-
"appName": "AI Tutor"
|
|
2303
|
+
]
|
|
2304
2304
|
}
|
|
2305
2305
|
]
|
|
2306
2306
|
]
|
|
@@ -2329,11 +2329,12 @@
|
|
|
2329
2329
|
"render-ui",
|
|
2330
2330
|
"main",
|
|
2331
2331
|
{
|
|
2332
|
+
"type": "dashboard-layout",
|
|
2332
2333
|
"navItems": [
|
|
2333
2334
|
{
|
|
2334
2335
|
"href": "/teach",
|
|
2335
|
-
"
|
|
2336
|
-
"
|
|
2336
|
+
"icon": "book-open",
|
|
2337
|
+
"label": "Teach"
|
|
2337
2338
|
},
|
|
2338
2339
|
{
|
|
2339
2340
|
"label": "Quiz",
|
|
@@ -2341,31 +2342,24 @@
|
|
|
2341
2342
|
"icon": "help-circle"
|
|
2342
2343
|
},
|
|
2343
2344
|
{
|
|
2344
|
-
"href": "/concepts",
|
|
2345
2345
|
"label": "Concepts",
|
|
2346
|
-
"icon": "brain"
|
|
2346
|
+
"icon": "brain",
|
|
2347
|
+
"href": "/concepts"
|
|
2347
2348
|
}
|
|
2348
2349
|
],
|
|
2349
|
-
"appName": "AI Tutor",
|
|
2350
|
-
"type": "dashboard-layout",
|
|
2351
2350
|
"children": [
|
|
2352
2351
|
{
|
|
2352
|
+
"direction": "vertical",
|
|
2353
2353
|
"children": [
|
|
2354
2354
|
{
|
|
2355
|
-
"direction": "horizontal",
|
|
2356
|
-
"gap": "sm",
|
|
2357
2355
|
"justify": "between",
|
|
2358
|
-
"align": "center",
|
|
2359
|
-
"type": "stack",
|
|
2360
2356
|
"children": [
|
|
2361
2357
|
{
|
|
2362
|
-
"direction": "horizontal",
|
|
2363
2358
|
"align": "center",
|
|
2364
|
-
"type": "stack",
|
|
2365
2359
|
"children": [
|
|
2366
2360
|
{
|
|
2367
|
-
"
|
|
2368
|
-
"
|
|
2361
|
+
"name": "message-circle",
|
|
2362
|
+
"type": "icon"
|
|
2369
2363
|
},
|
|
2370
2364
|
{
|
|
2371
2365
|
"variant": "h2",
|
|
@@ -2373,16 +2367,22 @@
|
|
|
2373
2367
|
"content": "TutorChat Thread"
|
|
2374
2368
|
}
|
|
2375
2369
|
],
|
|
2376
|
-
"gap": "sm"
|
|
2370
|
+
"gap": "sm",
|
|
2371
|
+
"type": "stack",
|
|
2372
|
+
"direction": "horizontal"
|
|
2377
2373
|
},
|
|
2378
2374
|
{
|
|
2379
|
-
"
|
|
2380
|
-
"variant": "primary",
|
|
2375
|
+
"action": "COMPOSE",
|
|
2381
2376
|
"icon": "plus",
|
|
2382
|
-
"
|
|
2383
|
-
"
|
|
2377
|
+
"variant": "primary",
|
|
2378
|
+
"label": "New Message",
|
|
2379
|
+
"type": "button"
|
|
2384
2380
|
}
|
|
2385
|
-
]
|
|
2381
|
+
],
|
|
2382
|
+
"align": "center",
|
|
2383
|
+
"type": "stack",
|
|
2384
|
+
"gap": "sm",
|
|
2385
|
+
"direction": "horizontal"
|
|
2386
2386
|
},
|
|
2387
2387
|
{
|
|
2388
2388
|
"type": "divider"
|
|
@@ -2393,50 +2393,50 @@
|
|
|
2393
2393
|
"fn",
|
|
2394
2394
|
"item",
|
|
2395
2395
|
{
|
|
2396
|
-
"direction": "vertical",
|
|
2397
2396
|
"type": "stack",
|
|
2398
|
-
"
|
|
2397
|
+
"direction": "vertical",
|
|
2399
2398
|
"children": [
|
|
2400
2399
|
{
|
|
2400
|
+
"type": "stack",
|
|
2401
2401
|
"direction": "horizontal",
|
|
2402
|
-
"align": "center",
|
|
2403
2402
|
"children": [
|
|
2404
2403
|
{
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2404
|
+
"label": "@item.role",
|
|
2405
|
+
"type": "badge"
|
|
2407
2406
|
},
|
|
2408
2407
|
{
|
|
2409
|
-
"label": "@item.status",
|
|
2410
2408
|
"variant": "outline",
|
|
2409
|
+
"label": "@item.status",
|
|
2411
2410
|
"type": "badge"
|
|
2412
2411
|
},
|
|
2413
2412
|
{
|
|
2414
|
-
"color": "muted",
|
|
2415
2413
|
"type": "typography",
|
|
2414
|
+
"color": "muted",
|
|
2416
2415
|
"variant": "caption",
|
|
2417
2416
|
"content": "@item.timestamp"
|
|
2418
2417
|
}
|
|
2419
2418
|
],
|
|
2420
|
-
"
|
|
2421
|
-
"
|
|
2419
|
+
"align": "center",
|
|
2420
|
+
"gap": "sm"
|
|
2422
2421
|
},
|
|
2423
2422
|
{
|
|
2424
|
-
"type": "typography",
|
|
2425
2423
|
"content": "@item.content",
|
|
2426
|
-
"variant": "body"
|
|
2424
|
+
"variant": "body",
|
|
2425
|
+
"type": "typography"
|
|
2427
2426
|
}
|
|
2428
|
-
]
|
|
2427
|
+
],
|
|
2428
|
+
"gap": "xs"
|
|
2429
2429
|
}
|
|
2430
2430
|
],
|
|
2431
2431
|
"entity": "TutorChat",
|
|
2432
2432
|
"type": "data-list"
|
|
2433
2433
|
}
|
|
2434
2434
|
],
|
|
2435
|
-
"
|
|
2436
|
-
"gap": "lg"
|
|
2437
|
-
"type": "stack"
|
|
2435
|
+
"type": "stack",
|
|
2436
|
+
"gap": "lg"
|
|
2438
2437
|
}
|
|
2439
|
-
]
|
|
2438
|
+
],
|
|
2439
|
+
"appName": "AI Tutor"
|
|
2440
2440
|
}
|
|
2441
2441
|
]
|
|
2442
2442
|
]
|
|
@@ -2471,10 +2471,10 @@
|
|
|
2471
2471
|
"create",
|
|
2472
2472
|
"TutorChat",
|
|
2473
2473
|
{
|
|
2474
|
-
"timestamp": "@now",
|
|
2475
2474
|
"status": "sent",
|
|
2476
|
-
"
|
|
2477
|
-
"content": "@payload.content"
|
|
2475
|
+
"timestamp": "@now",
|
|
2476
|
+
"content": "@payload.content",
|
|
2477
|
+
"role": "user"
|
|
2478
2478
|
}
|
|
2479
2479
|
],
|
|
2480
2480
|
[
|
|
@@ -2495,114 +2495,114 @@
|
|
|
2495
2495
|
"render-ui",
|
|
2496
2496
|
"main",
|
|
2497
2497
|
{
|
|
2498
|
+
"type": "dashboard-layout",
|
|
2499
|
+
"appName": "AI Tutor",
|
|
2500
|
+
"navItems": [
|
|
2501
|
+
{
|
|
2502
|
+
"icon": "book-open",
|
|
2503
|
+
"href": "/teach",
|
|
2504
|
+
"label": "Teach"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"label": "Quiz",
|
|
2508
|
+
"icon": "help-circle",
|
|
2509
|
+
"href": "/quiz"
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"label": "Concepts",
|
|
2513
|
+
"href": "/concepts",
|
|
2514
|
+
"icon": "brain"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2498
2517
|
"children": [
|
|
2499
2518
|
{
|
|
2500
|
-
"direction": "vertical",
|
|
2501
|
-
"type": "stack",
|
|
2502
2519
|
"gap": "lg",
|
|
2520
|
+
"type": "stack",
|
|
2521
|
+
"direction": "vertical",
|
|
2503
2522
|
"children": [
|
|
2504
2523
|
{
|
|
2505
|
-
"
|
|
2524
|
+
"gap": "sm",
|
|
2506
2525
|
"direction": "horizontal",
|
|
2507
|
-
"align": "center",
|
|
2508
2526
|
"children": [
|
|
2509
2527
|
{
|
|
2510
|
-
"
|
|
2528
|
+
"type": "stack",
|
|
2529
|
+
"gap": "sm",
|
|
2530
|
+
"align": "center",
|
|
2511
2531
|
"children": [
|
|
2512
2532
|
{
|
|
2513
2533
|
"type": "icon",
|
|
2514
2534
|
"name": "message-circle"
|
|
2515
2535
|
},
|
|
2516
2536
|
{
|
|
2537
|
+
"content": "TutorChat Thread",
|
|
2517
2538
|
"variant": "h2",
|
|
2518
|
-
"type": "typography"
|
|
2519
|
-
"content": "TutorChat Thread"
|
|
2539
|
+
"type": "typography"
|
|
2520
2540
|
}
|
|
2521
2541
|
],
|
|
2522
|
-
"
|
|
2523
|
-
"align": "center",
|
|
2524
|
-
"type": "stack"
|
|
2542
|
+
"direction": "horizontal"
|
|
2525
2543
|
},
|
|
2526
2544
|
{
|
|
2527
|
-
"icon": "plus",
|
|
2528
2545
|
"variant": "primary",
|
|
2529
|
-
"
|
|
2546
|
+
"icon": "plus",
|
|
2530
2547
|
"action": "COMPOSE",
|
|
2531
|
-
"type": "button"
|
|
2548
|
+
"type": "button",
|
|
2549
|
+
"label": "New Message"
|
|
2532
2550
|
}
|
|
2533
2551
|
],
|
|
2534
|
-
"
|
|
2552
|
+
"align": "center",
|
|
2553
|
+
"type": "stack",
|
|
2535
2554
|
"justify": "between"
|
|
2536
2555
|
},
|
|
2537
2556
|
{
|
|
2538
2557
|
"type": "divider"
|
|
2539
2558
|
},
|
|
2540
2559
|
{
|
|
2541
|
-
"type": "data-list",
|
|
2542
2560
|
"renderItem": [
|
|
2543
2561
|
"fn",
|
|
2544
2562
|
"item",
|
|
2545
2563
|
{
|
|
2564
|
+
"direction": "vertical",
|
|
2546
2565
|
"type": "stack",
|
|
2547
2566
|
"gap": "xs",
|
|
2548
2567
|
"children": [
|
|
2549
2568
|
{
|
|
2550
2569
|
"gap": "sm",
|
|
2551
|
-
"align": "center",
|
|
2552
2570
|
"children": [
|
|
2553
2571
|
{
|
|
2554
2572
|
"label": "@item.role",
|
|
2555
2573
|
"type": "badge"
|
|
2556
2574
|
},
|
|
2557
2575
|
{
|
|
2558
|
-
"type": "badge",
|
|
2559
2576
|
"variant": "outline",
|
|
2577
|
+
"type": "badge",
|
|
2560
2578
|
"label": "@item.status"
|
|
2561
2579
|
},
|
|
2562
2580
|
{
|
|
2581
|
+
"color": "muted",
|
|
2563
2582
|
"variant": "caption",
|
|
2564
2583
|
"type": "typography",
|
|
2565
|
-
"content": "@item.timestamp"
|
|
2566
|
-
"color": "muted"
|
|
2584
|
+
"content": "@item.timestamp"
|
|
2567
2585
|
}
|
|
2568
2586
|
],
|
|
2587
|
+
"type": "stack",
|
|
2569
2588
|
"direction": "horizontal",
|
|
2570
|
-
"
|
|
2589
|
+
"align": "center"
|
|
2571
2590
|
},
|
|
2572
2591
|
{
|
|
2573
|
-
"variant": "body",
|
|
2574
2592
|
"content": "@item.content",
|
|
2575
|
-
"type": "typography"
|
|
2593
|
+
"type": "typography",
|
|
2594
|
+
"variant": "body"
|
|
2576
2595
|
}
|
|
2577
|
-
]
|
|
2578
|
-
"direction": "vertical"
|
|
2596
|
+
]
|
|
2579
2597
|
}
|
|
2580
2598
|
],
|
|
2581
2599
|
"entity": "TutorChat",
|
|
2600
|
+
"type": "data-list",
|
|
2582
2601
|
"fields": []
|
|
2583
2602
|
}
|
|
2584
2603
|
]
|
|
2585
2604
|
}
|
|
2586
|
-
]
|
|
2587
|
-
"navItems": [
|
|
2588
|
-
{
|
|
2589
|
-
"icon": "book-open",
|
|
2590
|
-
"label": "Teach",
|
|
2591
|
-
"href": "/teach"
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"icon": "help-circle",
|
|
2595
|
-
"label": "Quiz",
|
|
2596
|
-
"href": "/quiz"
|
|
2597
|
-
},
|
|
2598
|
-
{
|
|
2599
|
-
"label": "Concepts",
|
|
2600
|
-
"href": "/concepts",
|
|
2601
|
-
"icon": "brain"
|
|
2602
|
-
}
|
|
2603
|
-
],
|
|
2604
|
-
"type": "dashboard-layout",
|
|
2605
|
-
"appName": "AI Tutor"
|
|
2605
|
+
]
|
|
2606
2606
|
}
|
|
2607
2607
|
]
|
|
2608
2608
|
]
|
|
@@ -2631,55 +2631,76 @@
|
|
|
2631
2631
|
"render-ui",
|
|
2632
2632
|
"main",
|
|
2633
2633
|
{
|
|
2634
|
+
"type": "dashboard-layout",
|
|
2635
|
+
"appName": "AI Tutor",
|
|
2636
|
+
"navItems": [
|
|
2637
|
+
{
|
|
2638
|
+
"label": "Teach",
|
|
2639
|
+
"href": "/teach",
|
|
2640
|
+
"icon": "book-open"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"href": "/quiz",
|
|
2644
|
+
"icon": "help-circle",
|
|
2645
|
+
"label": "Quiz"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"label": "Concepts",
|
|
2649
|
+
"href": "/concepts",
|
|
2650
|
+
"icon": "brain"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2634
2653
|
"children": [
|
|
2635
2654
|
{
|
|
2655
|
+
"type": "stack",
|
|
2636
2656
|
"direction": "vertical",
|
|
2637
2657
|
"gap": "lg",
|
|
2638
|
-
"type": "stack",
|
|
2639
2658
|
"children": [
|
|
2640
2659
|
{
|
|
2641
|
-
"
|
|
2660
|
+
"type": "stack",
|
|
2661
|
+
"justify": "between",
|
|
2642
2662
|
"children": [
|
|
2643
2663
|
{
|
|
2644
|
-
"gap": "sm",
|
|
2645
|
-
"direction": "horizontal",
|
|
2646
|
-
"align": "center",
|
|
2647
2664
|
"children": [
|
|
2648
2665
|
{
|
|
2649
|
-
"
|
|
2650
|
-
"
|
|
2666
|
+
"name": "message-circle",
|
|
2667
|
+
"type": "icon"
|
|
2651
2668
|
},
|
|
2652
2669
|
{
|
|
2653
|
-
"variant": "h2",
|
|
2654
2670
|
"type": "typography",
|
|
2655
|
-
"content": "TutorChat Thread"
|
|
2671
|
+
"content": "TutorChat Thread",
|
|
2672
|
+
"variant": "h2"
|
|
2656
2673
|
}
|
|
2657
2674
|
],
|
|
2675
|
+
"gap": "sm",
|
|
2676
|
+
"align": "center",
|
|
2677
|
+
"direction": "horizontal",
|
|
2658
2678
|
"type": "stack"
|
|
2659
2679
|
},
|
|
2660
2680
|
{
|
|
2661
|
-
"type": "button",
|
|
2662
2681
|
"action": "COMPOSE",
|
|
2663
2682
|
"variant": "primary",
|
|
2664
|
-
"
|
|
2665
|
-
"
|
|
2683
|
+
"icon": "plus",
|
|
2684
|
+
"type": "button",
|
|
2685
|
+
"label": "New Message"
|
|
2666
2686
|
}
|
|
2667
2687
|
],
|
|
2668
2688
|
"direction": "horizontal",
|
|
2669
|
-
"type": "stack",
|
|
2670
2689
|
"gap": "sm",
|
|
2671
|
-
"
|
|
2690
|
+
"align": "center"
|
|
2672
2691
|
},
|
|
2673
2692
|
{
|
|
2674
2693
|
"type": "divider"
|
|
2675
2694
|
},
|
|
2676
2695
|
{
|
|
2677
|
-
"
|
|
2696
|
+
"type": "data-list",
|
|
2697
|
+
"entity": "TutorChat",
|
|
2678
2698
|
"renderItem": [
|
|
2679
2699
|
"fn",
|
|
2680
2700
|
"item",
|
|
2681
2701
|
{
|
|
2682
|
-
"
|
|
2702
|
+
"type": "stack",
|
|
2703
|
+
"direction": "vertical",
|
|
2683
2704
|
"children": [
|
|
2684
2705
|
{
|
|
2685
2706
|
"type": "stack",
|
|
@@ -2687,17 +2708,17 @@
|
|
|
2687
2708
|
"align": "center",
|
|
2688
2709
|
"children": [
|
|
2689
2710
|
{
|
|
2690
|
-
"
|
|
2691
|
-
"
|
|
2711
|
+
"label": "@item.role",
|
|
2712
|
+
"type": "badge"
|
|
2692
2713
|
},
|
|
2693
2714
|
{
|
|
2694
|
-
"
|
|
2715
|
+
"type": "badge",
|
|
2695
2716
|
"label": "@item.status",
|
|
2696
|
-
"
|
|
2717
|
+
"variant": "outline"
|
|
2697
2718
|
},
|
|
2698
2719
|
{
|
|
2699
|
-
"variant": "caption",
|
|
2700
2720
|
"content": "@item.timestamp",
|
|
2721
|
+
"variant": "caption",
|
|
2701
2722
|
"type": "typography",
|
|
2702
2723
|
"color": "muted"
|
|
2703
2724
|
}
|
|
@@ -2705,39 +2726,18 @@
|
|
|
2705
2726
|
"gap": "sm"
|
|
2706
2727
|
},
|
|
2707
2728
|
{
|
|
2708
|
-
"
|
|
2729
|
+
"variant": "body",
|
|
2709
2730
|
"content": "@item.content",
|
|
2710
|
-
"
|
|
2731
|
+
"type": "typography"
|
|
2711
2732
|
}
|
|
2712
2733
|
],
|
|
2713
|
-
"
|
|
2714
|
-
"type": "stack"
|
|
2734
|
+
"gap": "xs"
|
|
2715
2735
|
}
|
|
2716
2736
|
],
|
|
2717
|
-
"
|
|
2718
|
-
"entity": "TutorChat"
|
|
2737
|
+
"fields": []
|
|
2719
2738
|
}
|
|
2720
2739
|
]
|
|
2721
2740
|
}
|
|
2722
|
-
],
|
|
2723
|
-
"appName": "AI Tutor",
|
|
2724
|
-
"type": "dashboard-layout",
|
|
2725
|
-
"navItems": [
|
|
2726
|
-
{
|
|
2727
|
-
"label": "Teach",
|
|
2728
|
-
"href": "/teach",
|
|
2729
|
-
"icon": "book-open"
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"label": "Quiz",
|
|
2733
|
-
"href": "/quiz",
|
|
2734
|
-
"icon": "help-circle"
|
|
2735
|
-
},
|
|
2736
|
-
{
|
|
2737
|
-
"icon": "brain",
|
|
2738
|
-
"href": "/concepts",
|
|
2739
|
-
"label": "Concepts"
|
|
2740
|
-
}
|
|
2741
2741
|
]
|
|
2742
2742
|
}
|
|
2743
2743
|
]
|
|
@@ -2944,33 +2944,33 @@
|
|
|
2944
2944
|
"render-ui",
|
|
2945
2945
|
"main",
|
|
2946
2946
|
{
|
|
2947
|
-
"appName": "AI Tutor",
|
|
2948
2947
|
"type": "dashboard-layout",
|
|
2949
|
-
"children": [
|
|
2950
|
-
{
|
|
2951
|
-
"type": "empty-state",
|
|
2952
|
-
"description": "Conversation is ready",
|
|
2953
|
-
"icon": "message-circle",
|
|
2954
|
-
"title": "Conversation"
|
|
2955
|
-
}
|
|
2956
|
-
],
|
|
2957
2948
|
"navItems": [
|
|
2958
2949
|
{
|
|
2950
|
+
"icon": "book-open",
|
|
2959
2951
|
"label": "Teach",
|
|
2960
|
-
"href": "/teach"
|
|
2961
|
-
"icon": "book-open"
|
|
2952
|
+
"href": "/teach"
|
|
2962
2953
|
},
|
|
2963
2954
|
{
|
|
2955
|
+
"icon": "help-circle",
|
|
2964
2956
|
"label": "Quiz",
|
|
2965
|
-
"href": "/quiz"
|
|
2966
|
-
"icon": "help-circle"
|
|
2957
|
+
"href": "/quiz"
|
|
2967
2958
|
},
|
|
2968
2959
|
{
|
|
2969
|
-
"icon": "brain",
|
|
2970
2960
|
"label": "Concepts",
|
|
2971
|
-
"href": "/concepts"
|
|
2961
|
+
"href": "/concepts",
|
|
2962
|
+
"icon": "brain"
|
|
2972
2963
|
}
|
|
2973
|
-
]
|
|
2964
|
+
],
|
|
2965
|
+
"children": [
|
|
2966
|
+
{
|
|
2967
|
+
"type": "empty-state",
|
|
2968
|
+
"icon": "message-circle",
|
|
2969
|
+
"description": "Conversation is ready",
|
|
2970
|
+
"title": "Conversation"
|
|
2971
|
+
}
|
|
2972
|
+
],
|
|
2973
|
+
"appName": "AI Tutor"
|
|
2974
2974
|
}
|
|
2975
2975
|
]
|
|
2976
2976
|
]
|
|
@@ -3332,35 +3332,34 @@
|
|
|
3332
3332
|
"render-ui",
|
|
3333
3333
|
"main",
|
|
3334
3334
|
{
|
|
3335
|
-
"type": "dashboard-layout",
|
|
3336
|
-
"appName": "AI Tutor",
|
|
3337
3335
|
"navItems": [
|
|
3338
3336
|
{
|
|
3339
|
-
"label": "Teach",
|
|
3340
3337
|
"href": "/teach",
|
|
3338
|
+
"label": "Teach",
|
|
3341
3339
|
"icon": "book-open"
|
|
3342
3340
|
},
|
|
3343
3341
|
{
|
|
3342
|
+
"href": "/quiz",
|
|
3344
3343
|
"icon": "help-circle",
|
|
3345
|
-
"label": "Quiz"
|
|
3346
|
-
"href": "/quiz"
|
|
3344
|
+
"label": "Quiz"
|
|
3347
3345
|
},
|
|
3348
3346
|
{
|
|
3349
|
-
"label": "Concepts",
|
|
3350
3347
|
"href": "/concepts",
|
|
3351
|
-
"icon": "brain"
|
|
3348
|
+
"icon": "brain",
|
|
3349
|
+
"label": "Concepts"
|
|
3352
3350
|
}
|
|
3353
3351
|
],
|
|
3352
|
+
"appName": "AI Tutor",
|
|
3353
|
+
"type": "dashboard-layout",
|
|
3354
3354
|
"children": [
|
|
3355
3355
|
{
|
|
3356
|
-
"type": "stack",
|
|
3357
|
-
"gap": "lg",
|
|
3358
3356
|
"className": "max-w-5xl mx-auto w-full",
|
|
3357
|
+
"direction": "vertical",
|
|
3359
3358
|
"children": [
|
|
3360
3359
|
{
|
|
3360
|
+
"align": "center",
|
|
3361
3361
|
"children": [
|
|
3362
3362
|
{
|
|
3363
|
-
"type": "stack",
|
|
3364
3363
|
"direction": "horizontal",
|
|
3365
3364
|
"children": [
|
|
3366
3365
|
{
|
|
@@ -3368,107 +3367,108 @@
|
|
|
3368
3367
|
"name": "brain"
|
|
3369
3368
|
},
|
|
3370
3369
|
{
|
|
3370
|
+
"variant": "h2",
|
|
3371
3371
|
"type": "typography",
|
|
3372
|
-
"content": "Concept Manager"
|
|
3373
|
-
"variant": "h2"
|
|
3372
|
+
"content": "Concept Manager"
|
|
3374
3373
|
}
|
|
3375
3374
|
],
|
|
3376
|
-
"
|
|
3377
|
-
"gap": "sm"
|
|
3375
|
+
"type": "stack",
|
|
3376
|
+
"gap": "sm",
|
|
3377
|
+
"align": "center"
|
|
3378
3378
|
},
|
|
3379
3379
|
{
|
|
3380
|
+
"gap": "sm",
|
|
3381
|
+
"type": "stack",
|
|
3380
3382
|
"direction": "horizontal",
|
|
3381
3383
|
"children": [
|
|
3382
3384
|
{
|
|
3383
|
-
"
|
|
3385
|
+
"icon": "plus",
|
|
3384
3386
|
"label": "Memorize",
|
|
3387
|
+
"variant": "primary",
|
|
3385
3388
|
"type": "button",
|
|
3386
|
-
"icon": "plus",
|
|
3387
3389
|
"action": "MEMORIZE"
|
|
3388
3390
|
},
|
|
3389
3391
|
{
|
|
3392
|
+
"action": "RECALL",
|
|
3390
3393
|
"type": "button",
|
|
3394
|
+
"label": "Recall",
|
|
3391
3395
|
"variant": "secondary",
|
|
3392
|
-
"icon": "search"
|
|
3393
|
-
"action": "RECALL",
|
|
3394
|
-
"label": "Recall"
|
|
3396
|
+
"icon": "search"
|
|
3395
3397
|
},
|
|
3396
3398
|
{
|
|
3397
|
-
"
|
|
3399
|
+
"action": "DECAY",
|
|
3398
3400
|
"type": "button",
|
|
3399
|
-
"icon": "clock",
|
|
3400
3401
|
"label": "Decay All",
|
|
3401
|
-
"
|
|
3402
|
+
"variant": "ghost",
|
|
3403
|
+
"icon": "clock"
|
|
3402
3404
|
}
|
|
3403
|
-
]
|
|
3404
|
-
"type": "stack",
|
|
3405
|
-
"gap": "sm"
|
|
3405
|
+
]
|
|
3406
3406
|
}
|
|
3407
3407
|
],
|
|
3408
|
-
"type": "stack",
|
|
3409
3408
|
"direction": "horizontal",
|
|
3410
3409
|
"gap": "md",
|
|
3411
|
-
"
|
|
3412
|
-
"
|
|
3410
|
+
"type": "stack",
|
|
3411
|
+
"justify": "between"
|
|
3413
3412
|
},
|
|
3414
3413
|
{
|
|
3415
3414
|
"type": "divider"
|
|
3416
3415
|
},
|
|
3417
3416
|
{
|
|
3417
|
+
"fields": [],
|
|
3418
|
+
"entity": "Concept",
|
|
3419
|
+
"itemActions": [
|
|
3420
|
+
{
|
|
3421
|
+
"event": "PIN",
|
|
3422
|
+
"label": "Pin",
|
|
3423
|
+
"variant": "ghost"
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"event": "REINFORCE",
|
|
3427
|
+
"label": "Reinforce",
|
|
3428
|
+
"variant": "ghost"
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"event": "FORGET",
|
|
3432
|
+
"variant": "danger",
|
|
3433
|
+
"label": "Forget"
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3436
|
+
"type": "data-grid",
|
|
3418
3437
|
"columns": [
|
|
3419
3438
|
{
|
|
3420
|
-
"label": "Content",
|
|
3421
|
-
"variant": "h4",
|
|
3422
3439
|
"icon": "brain",
|
|
3423
|
-
"name": "content"
|
|
3440
|
+
"name": "content",
|
|
3441
|
+
"variant": "h4",
|
|
3442
|
+
"label": "Content"
|
|
3424
3443
|
},
|
|
3425
3444
|
{
|
|
3426
|
-
"label": "Category",
|
|
3427
|
-
"name": "category",
|
|
3428
3445
|
"variant": "badge",
|
|
3446
|
+
"name": "category",
|
|
3447
|
+
"label": "Category",
|
|
3429
3448
|
"colorMap": {
|
|
3430
|
-
"active": "success",
|
|
3431
|
-
"failed": "destructive",
|
|
3432
3449
|
"scheduled": "warning",
|
|
3433
|
-
"
|
|
3450
|
+
"pending": "warning",
|
|
3434
3451
|
"archived": "neutral",
|
|
3435
|
-
"error": "destructive",
|
|
3436
|
-
"cancelled": "destructive",
|
|
3437
|
-
"draft": "warning",
|
|
3438
|
-
"inactive": "neutral",
|
|
3439
3452
|
"completed": "success",
|
|
3440
|
-
"
|
|
3453
|
+
"done": "success",
|
|
3454
|
+
"draft": "warning",
|
|
3455
|
+
"cancelled": "destructive",
|
|
3456
|
+
"active": "success",
|
|
3457
|
+
"failed": "destructive",
|
|
3458
|
+
"error": "destructive",
|
|
3459
|
+
"inactive": "neutral"
|
|
3441
3460
|
}
|
|
3442
3461
|
},
|
|
3443
3462
|
{
|
|
3444
|
-
"variant": "caption",
|
|
3445
3463
|
"name": "strength",
|
|
3446
|
-
"label": "Strength"
|
|
3447
|
-
|
|
3448
|
-
],
|
|
3449
|
-
"itemActions": [
|
|
3450
|
-
{
|
|
3451
|
-
"label": "Pin",
|
|
3452
|
-
"variant": "ghost",
|
|
3453
|
-
"event": "PIN"
|
|
3454
|
-
},
|
|
3455
|
-
{
|
|
3456
|
-
"event": "REINFORCE",
|
|
3457
|
-
"label": "Reinforce",
|
|
3458
|
-
"variant": "ghost"
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
"label": "Forget",
|
|
3462
|
-
"variant": "danger",
|
|
3463
|
-
"event": "FORGET"
|
|
3464
|
+
"label": "Strength",
|
|
3465
|
+
"variant": "caption"
|
|
3464
3466
|
}
|
|
3465
|
-
]
|
|
3466
|
-
"type": "data-grid",
|
|
3467
|
-
"entity": "Concept",
|
|
3468
|
-
"fields": []
|
|
3467
|
+
]
|
|
3469
3468
|
}
|
|
3470
3469
|
],
|
|
3471
|
-
"
|
|
3470
|
+
"type": "stack",
|
|
3471
|
+
"gap": "lg"
|
|
3472
3472
|
}
|
|
3473
3473
|
]
|
|
3474
3474
|
}
|
|
@@ -3647,42 +3647,42 @@
|
|
|
3647
3647
|
"render-ui",
|
|
3648
3648
|
"modal",
|
|
3649
3649
|
{
|
|
3650
|
+
"direction": "vertical",
|
|
3651
|
+
"type": "stack",
|
|
3652
|
+
"gap": "md",
|
|
3650
3653
|
"children": [
|
|
3651
3654
|
{
|
|
3655
|
+
"direction": "horizontal",
|
|
3656
|
+
"gap": "sm",
|
|
3657
|
+
"type": "stack",
|
|
3652
3658
|
"children": [
|
|
3653
3659
|
{
|
|
3654
|
-
"
|
|
3655
|
-
"
|
|
3660
|
+
"name": "plus-circle",
|
|
3661
|
+
"type": "icon"
|
|
3656
3662
|
},
|
|
3657
3663
|
{
|
|
3658
|
-
"content": "Memorize",
|
|
3659
3664
|
"variant": "h3",
|
|
3665
|
+
"content": "Memorize",
|
|
3660
3666
|
"type": "typography"
|
|
3661
3667
|
}
|
|
3662
|
-
]
|
|
3663
|
-
"gap": "sm",
|
|
3664
|
-
"type": "stack",
|
|
3665
|
-
"direction": "horizontal"
|
|
3668
|
+
]
|
|
3666
3669
|
},
|
|
3667
3670
|
{
|
|
3668
3671
|
"type": "divider"
|
|
3669
3672
|
},
|
|
3670
3673
|
{
|
|
3674
|
+
"entity": "Concept",
|
|
3675
|
+
"mode": "create",
|
|
3676
|
+
"type": "form-section",
|
|
3671
3677
|
"cancelEvent": "CLOSE",
|
|
3672
|
-
"submitEvent": "SAVE",
|
|
3673
3678
|
"fields": [
|
|
3674
3679
|
"content",
|
|
3675
3680
|
"category",
|
|
3676
3681
|
"scope"
|
|
3677
3682
|
],
|
|
3678
|
-
"
|
|
3679
|
-
"entity": "Concept",
|
|
3680
|
-
"mode": "create"
|
|
3683
|
+
"submitEvent": "SAVE"
|
|
3681
3684
|
}
|
|
3682
|
-
]
|
|
3683
|
-
"type": "stack",
|
|
3684
|
-
"direction": "vertical",
|
|
3685
|
-
"gap": "md"
|
|
3685
|
+
]
|
|
3686
3686
|
}
|
|
3687
3687
|
]
|
|
3688
3688
|
]
|
|
@@ -4009,33 +4009,33 @@
|
|
|
4009
4009
|
"render-ui",
|
|
4010
4010
|
"main",
|
|
4011
4011
|
{
|
|
4012
|
-
"type": "dashboard-layout",
|
|
4013
|
-
"children": [
|
|
4014
|
-
{
|
|
4015
|
-
"icon": "brain",
|
|
4016
|
-
"type": "empty-state",
|
|
4017
|
-
"title": "Memory",
|
|
4018
|
-
"description": "Memory is ready"
|
|
4019
|
-
}
|
|
4020
|
-
],
|
|
4021
|
-
"appName": "AI Tutor",
|
|
4022
4012
|
"navItems": [
|
|
4023
4013
|
{
|
|
4024
|
-
"label": "Teach",
|
|
4025
4014
|
"href": "/teach",
|
|
4015
|
+
"label": "Teach",
|
|
4026
4016
|
"icon": "book-open"
|
|
4027
4017
|
},
|
|
4028
4018
|
{
|
|
4029
|
-
"label": "Quiz",
|
|
4030
4019
|
"href": "/quiz",
|
|
4031
|
-
"icon": "help-circle"
|
|
4020
|
+
"icon": "help-circle",
|
|
4021
|
+
"label": "Quiz"
|
|
4032
4022
|
},
|
|
4033
4023
|
{
|
|
4034
4024
|
"icon": "brain",
|
|
4035
|
-
"
|
|
4036
|
-
"
|
|
4025
|
+
"label": "Concepts",
|
|
4026
|
+
"href": "/concepts"
|
|
4037
4027
|
}
|
|
4038
|
-
]
|
|
4028
|
+
],
|
|
4029
|
+
"type": "dashboard-layout",
|
|
4030
|
+
"children": [
|
|
4031
|
+
{
|
|
4032
|
+
"description": "Memory is ready",
|
|
4033
|
+
"title": "Memory",
|
|
4034
|
+
"type": "empty-state",
|
|
4035
|
+
"icon": "brain"
|
|
4036
|
+
}
|
|
4037
|
+
],
|
|
4038
|
+
"appName": "AI Tutor"
|
|
4039
4039
|
}
|
|
4040
4040
|
]
|
|
4041
4041
|
]
|
|
@@ -4385,72 +4385,72 @@
|
|
|
4385
4385
|
"render-ui",
|
|
4386
4386
|
"main",
|
|
4387
4387
|
{
|
|
4388
|
-
"appName": "AI Tutor",
|
|
4389
4388
|
"navItems": [
|
|
4390
4389
|
{
|
|
4391
|
-
"
|
|
4390
|
+
"href": "/teach",
|
|
4392
4391
|
"icon": "book-open",
|
|
4393
|
-
"
|
|
4392
|
+
"label": "Teach"
|
|
4394
4393
|
},
|
|
4395
4394
|
{
|
|
4396
|
-
"href": "/quiz",
|
|
4397
4395
|
"label": "Quiz",
|
|
4398
|
-
"icon": "help-circle"
|
|
4396
|
+
"icon": "help-circle",
|
|
4397
|
+
"href": "/quiz"
|
|
4399
4398
|
},
|
|
4400
4399
|
{
|
|
4401
4400
|
"icon": "brain",
|
|
4402
|
-
"
|
|
4403
|
-
"
|
|
4401
|
+
"href": "/concepts",
|
|
4402
|
+
"label": "Concepts"
|
|
4404
4403
|
}
|
|
4405
4404
|
],
|
|
4406
4405
|
"type": "dashboard-layout",
|
|
4406
|
+
"appName": "AI Tutor",
|
|
4407
4407
|
"children": [
|
|
4408
4408
|
{
|
|
4409
|
+
"type": "stack",
|
|
4410
|
+
"gap": "lg",
|
|
4411
|
+
"direction": "vertical",
|
|
4409
4412
|
"children": [
|
|
4410
4413
|
{
|
|
4411
|
-
"
|
|
4414
|
+
"direction": "horizontal",
|
|
4412
4415
|
"children": [
|
|
4413
4416
|
{
|
|
4417
|
+
"type": "stack",
|
|
4414
4418
|
"children": [
|
|
4415
4419
|
{
|
|
4416
4420
|
"type": "icon",
|
|
4417
4421
|
"name": "tag"
|
|
4418
4422
|
},
|
|
4419
4423
|
{
|
|
4424
|
+
"content": "StudentAssessment",
|
|
4420
4425
|
"variant": "h2",
|
|
4421
|
-
"type": "typography"
|
|
4422
|
-
"content": "StudentAssessment"
|
|
4426
|
+
"type": "typography"
|
|
4423
4427
|
}
|
|
4424
4428
|
],
|
|
4425
|
-
"
|
|
4426
|
-
"
|
|
4427
|
-
"gap": "md"
|
|
4429
|
+
"gap": "md",
|
|
4430
|
+
"direction": "horizontal"
|
|
4428
4431
|
},
|
|
4429
4432
|
{
|
|
4430
4433
|
"type": "button",
|
|
4431
|
-
"label": "Open",
|
|
4432
4434
|
"variant": "primary",
|
|
4433
|
-
"
|
|
4434
|
-
"action": "CLASSIFY"
|
|
4435
|
+
"label": "Open",
|
|
4436
|
+
"action": "CLASSIFY",
|
|
4437
|
+
"icon": "tag"
|
|
4435
4438
|
}
|
|
4436
4439
|
],
|
|
4437
4440
|
"type": "stack",
|
|
4438
|
-
"
|
|
4439
|
-
"
|
|
4441
|
+
"gap": "md",
|
|
4442
|
+
"justify": "between"
|
|
4440
4443
|
},
|
|
4441
4444
|
{
|
|
4442
4445
|
"type": "divider"
|
|
4443
4446
|
},
|
|
4444
4447
|
{
|
|
4445
|
-
"title": "Nothing open",
|
|
4446
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
4447
4448
|
"type": "empty-state",
|
|
4448
|
-
"
|
|
4449
|
+
"title": "Nothing open",
|
|
4450
|
+
"icon": "tag",
|
|
4451
|
+
"description": "Click Open to view details in a modal overlay."
|
|
4449
4452
|
}
|
|
4450
|
-
]
|
|
4451
|
-
"direction": "vertical",
|
|
4452
|
-
"type": "stack",
|
|
4453
|
-
"gap": "lg"
|
|
4453
|
+
]
|
|
4454
4454
|
}
|
|
4455
4455
|
]
|
|
4456
4456
|
}
|
|
@@ -4466,10 +4466,12 @@
|
|
|
4466
4466
|
"render-ui",
|
|
4467
4467
|
"modal",
|
|
4468
4468
|
{
|
|
4469
|
+
"type": "stack",
|
|
4469
4470
|
"direction": "vertical",
|
|
4470
|
-
"gap": "md",
|
|
4471
4471
|
"children": [
|
|
4472
4472
|
{
|
|
4473
|
+
"type": "stack",
|
|
4474
|
+
"direction": "horizontal",
|
|
4473
4475
|
"gap": "sm",
|
|
4474
4476
|
"children": [
|
|
4475
4477
|
{
|
|
@@ -4477,24 +4479,24 @@
|
|
|
4477
4479
|
"name": "tag"
|
|
4478
4480
|
},
|
|
4479
4481
|
{
|
|
4480
|
-
"
|
|
4482
|
+
"type": "typography",
|
|
4481
4483
|
"variant": "h3",
|
|
4482
|
-
"
|
|
4484
|
+
"content": "StudentAssessment"
|
|
4483
4485
|
}
|
|
4484
|
-
]
|
|
4485
|
-
"type": "stack",
|
|
4486
|
-
"direction": "horizontal"
|
|
4486
|
+
]
|
|
4487
4487
|
},
|
|
4488
4488
|
{
|
|
4489
4489
|
"type": "divider"
|
|
4490
4490
|
},
|
|
4491
4491
|
{
|
|
4492
|
+
"type": "stack",
|
|
4492
4493
|
"direction": "horizontal",
|
|
4494
|
+
"gap": "sm",
|
|
4493
4495
|
"children": [
|
|
4494
4496
|
{
|
|
4495
4497
|
"variant": "caption",
|
|
4496
|
-
"
|
|
4497
|
-
"
|
|
4498
|
+
"content": "Categories:",
|
|
4499
|
+
"type": "typography"
|
|
4498
4500
|
},
|
|
4499
4501
|
{
|
|
4500
4502
|
"type": "badge",
|
|
@@ -4502,36 +4504,34 @@
|
|
|
4502
4504
|
"variant": "secondary"
|
|
4503
4505
|
},
|
|
4504
4506
|
{
|
|
4507
|
+
"type": "badge",
|
|
4505
4508
|
"variant": "secondary",
|
|
4506
|
-
"label": "intermediate"
|
|
4507
|
-
"type": "badge"
|
|
4509
|
+
"label": "intermediate"
|
|
4508
4510
|
},
|
|
4509
4511
|
{
|
|
4510
|
-
"type": "badge",
|
|
4511
4512
|
"label": "advanced",
|
|
4513
|
+
"type": "badge",
|
|
4512
4514
|
"variant": "secondary"
|
|
4513
4515
|
},
|
|
4514
4516
|
{
|
|
4517
|
+
"type": "badge",
|
|
4515
4518
|
"label": "expert",
|
|
4516
|
-
"variant": "secondary"
|
|
4517
|
-
"type": "badge"
|
|
4519
|
+
"variant": "secondary"
|
|
4518
4520
|
}
|
|
4519
|
-
]
|
|
4520
|
-
"gap": "sm",
|
|
4521
|
-
"type": "stack"
|
|
4521
|
+
]
|
|
4522
4522
|
},
|
|
4523
4523
|
{
|
|
4524
|
-
"type": "form-section",
|
|
4525
|
-
"submitEvent": "SAVE",
|
|
4526
|
-
"cancelEvent": "CLOSE",
|
|
4527
4524
|
"fields": [
|
|
4528
4525
|
"input"
|
|
4529
4526
|
],
|
|
4530
4527
|
"entity": "StudentAssessment",
|
|
4528
|
+
"cancelEvent": "CLOSE",
|
|
4529
|
+
"submitEvent": "SAVE",
|
|
4530
|
+
"type": "form-section",
|
|
4531
4531
|
"mode": "create"
|
|
4532
4532
|
}
|
|
4533
4533
|
],
|
|
4534
|
-
"
|
|
4534
|
+
"gap": "md"
|
|
4535
4535
|
}
|
|
4536
4536
|
]
|
|
4537
4537
|
]
|
|
@@ -4561,54 +4561,51 @@
|
|
|
4561
4561
|
{
|
|
4562
4562
|
"navItems": [
|
|
4563
4563
|
{
|
|
4564
|
+
"label": "Teach",
|
|
4564
4565
|
"icon": "book-open",
|
|
4565
|
-
"href": "/teach"
|
|
4566
|
-
"label": "Teach"
|
|
4566
|
+
"href": "/teach"
|
|
4567
4567
|
},
|
|
4568
4568
|
{
|
|
4569
4569
|
"icon": "help-circle",
|
|
4570
|
-
"
|
|
4571
|
-
"
|
|
4570
|
+
"label": "Quiz",
|
|
4571
|
+
"href": "/quiz"
|
|
4572
4572
|
},
|
|
4573
4573
|
{
|
|
4574
|
-
"label": "Concepts",
|
|
4575
4574
|
"href": "/concepts",
|
|
4575
|
+
"label": "Concepts",
|
|
4576
4576
|
"icon": "brain"
|
|
4577
4577
|
}
|
|
4578
4578
|
],
|
|
4579
|
-
"type": "dashboard-layout",
|
|
4580
|
-
"appName": "AI Tutor",
|
|
4581
4579
|
"children": [
|
|
4582
4580
|
{
|
|
4583
4581
|
"type": "stack",
|
|
4584
|
-
"direction": "vertical",
|
|
4585
4582
|
"children": [
|
|
4586
4583
|
{
|
|
4587
|
-
"gap": "md",
|
|
4588
4584
|
"justify": "between",
|
|
4585
|
+
"gap": "md",
|
|
4589
4586
|
"children": [
|
|
4590
4587
|
{
|
|
4591
4588
|
"type": "stack",
|
|
4592
|
-
"
|
|
4589
|
+
"gap": "md",
|
|
4593
4590
|
"children": [
|
|
4594
4591
|
{
|
|
4595
4592
|
"name": "tag",
|
|
4596
4593
|
"type": "icon"
|
|
4597
4594
|
},
|
|
4598
4595
|
{
|
|
4596
|
+
"type": "typography",
|
|
4599
4597
|
"content": "StudentAssessment",
|
|
4600
|
-
"variant": "h2"
|
|
4601
|
-
"type": "typography"
|
|
4598
|
+
"variant": "h2"
|
|
4602
4599
|
}
|
|
4603
4600
|
],
|
|
4604
|
-
"
|
|
4601
|
+
"direction": "horizontal"
|
|
4605
4602
|
},
|
|
4606
4603
|
{
|
|
4607
|
-
"
|
|
4604
|
+
"variant": "primary",
|
|
4608
4605
|
"action": "CLASSIFY",
|
|
4609
|
-
"icon": "tag",
|
|
4610
4606
|
"label": "Open",
|
|
4611
|
-
"
|
|
4607
|
+
"icon": "tag",
|
|
4608
|
+
"type": "button"
|
|
4612
4609
|
}
|
|
4613
4610
|
],
|
|
4614
4611
|
"type": "stack",
|
|
@@ -4624,9 +4621,12 @@
|
|
|
4624
4621
|
"icon": "tag"
|
|
4625
4622
|
}
|
|
4626
4623
|
],
|
|
4627
|
-
"gap": "lg"
|
|
4624
|
+
"gap": "lg",
|
|
4625
|
+
"direction": "vertical"
|
|
4628
4626
|
}
|
|
4629
|
-
]
|
|
4627
|
+
],
|
|
4628
|
+
"type": "dashboard-layout",
|
|
4629
|
+
"appName": "AI Tutor"
|
|
4630
4630
|
}
|
|
4631
4631
|
]
|
|
4632
4632
|
]
|
|
@@ -4659,74 +4659,74 @@
|
|
|
4659
4659
|
"render-ui",
|
|
4660
4660
|
"main",
|
|
4661
4661
|
{
|
|
4662
|
-
"appName": "AI Tutor",
|
|
4663
|
-
"type": "dashboard-layout",
|
|
4664
|
-
"navItems": [
|
|
4665
|
-
{
|
|
4666
|
-
"label": "Teach",
|
|
4667
|
-
"icon": "book-open",
|
|
4668
|
-
"href": "/teach"
|
|
4669
|
-
},
|
|
4670
|
-
{
|
|
4671
|
-
"icon": "help-circle",
|
|
4672
|
-
"label": "Quiz",
|
|
4673
|
-
"href": "/quiz"
|
|
4674
|
-
},
|
|
4675
|
-
{
|
|
4676
|
-
"label": "Concepts",
|
|
4677
|
-
"icon": "brain",
|
|
4678
|
-
"href": "/concepts"
|
|
4679
|
-
}
|
|
4680
|
-
],
|
|
4681
4662
|
"children": [
|
|
4682
4663
|
{
|
|
4664
|
+
"gap": "lg",
|
|
4665
|
+
"direction": "vertical",
|
|
4683
4666
|
"children": [
|
|
4684
4667
|
{
|
|
4685
|
-
"direction": "horizontal",
|
|
4686
|
-
"justify": "between",
|
|
4687
4668
|
"type": "stack",
|
|
4688
4669
|
"gap": "md",
|
|
4670
|
+
"justify": "between",
|
|
4689
4671
|
"children": [
|
|
4690
4672
|
{
|
|
4691
|
-
"type": "stack",
|
|
4692
4673
|
"children": [
|
|
4693
4674
|
{
|
|
4694
|
-
"
|
|
4695
|
-
"
|
|
4675
|
+
"name": "tag",
|
|
4676
|
+
"type": "icon"
|
|
4696
4677
|
},
|
|
4697
4678
|
{
|
|
4698
|
-
"variant": "h2",
|
|
4699
4679
|
"type": "typography",
|
|
4680
|
+
"variant": "h2",
|
|
4700
4681
|
"content": "StudentAssessment"
|
|
4701
4682
|
}
|
|
4702
4683
|
],
|
|
4684
|
+
"type": "stack",
|
|
4703
4685
|
"direction": "horizontal",
|
|
4704
4686
|
"gap": "md"
|
|
4705
4687
|
},
|
|
4706
4688
|
{
|
|
4707
4689
|
"variant": "primary",
|
|
4708
4690
|
"type": "button",
|
|
4709
|
-
"label": "Open",
|
|
4710
4691
|
"action": "CLASSIFY",
|
|
4711
|
-
"icon": "tag"
|
|
4692
|
+
"icon": "tag",
|
|
4693
|
+
"label": "Open"
|
|
4712
4694
|
}
|
|
4713
|
-
]
|
|
4695
|
+
],
|
|
4696
|
+
"direction": "horizontal"
|
|
4714
4697
|
},
|
|
4715
4698
|
{
|
|
4716
4699
|
"type": "divider"
|
|
4717
4700
|
},
|
|
4718
4701
|
{
|
|
4719
4702
|
"type": "empty-state",
|
|
4720
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
4721
4703
|
"icon": "tag",
|
|
4704
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
4722
4705
|
"title": "Nothing open"
|
|
4723
4706
|
}
|
|
4724
4707
|
],
|
|
4725
|
-
"type": "stack"
|
|
4726
|
-
"gap": "lg",
|
|
4727
|
-
"direction": "vertical"
|
|
4708
|
+
"type": "stack"
|
|
4728
4709
|
}
|
|
4729
|
-
]
|
|
4710
|
+
],
|
|
4711
|
+
"type": "dashboard-layout",
|
|
4712
|
+
"navItems": [
|
|
4713
|
+
{
|
|
4714
|
+
"href": "/teach",
|
|
4715
|
+
"icon": "book-open",
|
|
4716
|
+
"label": "Teach"
|
|
4717
|
+
},
|
|
4718
|
+
{
|
|
4719
|
+
"label": "Quiz",
|
|
4720
|
+
"icon": "help-circle",
|
|
4721
|
+
"href": "/quiz"
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"href": "/concepts",
|
|
4725
|
+
"icon": "brain",
|
|
4726
|
+
"label": "Concepts"
|
|
4727
|
+
}
|
|
4728
|
+
],
|
|
4729
|
+
"appName": "AI Tutor"
|
|
4730
4730
|
}
|
|
4731
4731
|
]
|
|
4732
4732
|
]
|
|
@@ -4904,30 +4904,31 @@
|
|
|
4904
4904
|
"render-ui",
|
|
4905
4905
|
"main",
|
|
4906
4906
|
{
|
|
4907
|
+
"appName": "AI Tutor",
|
|
4907
4908
|
"navItems": [
|
|
4908
4909
|
{
|
|
4909
|
-
"label": "Teach",
|
|
4910
4910
|
"icon": "book-open",
|
|
4911
|
+
"label": "Teach",
|
|
4911
4912
|
"href": "/teach"
|
|
4912
4913
|
},
|
|
4913
4914
|
{
|
|
4914
4915
|
"label": "Quiz",
|
|
4915
|
-
"
|
|
4916
|
-
"
|
|
4916
|
+
"icon": "help-circle",
|
|
4917
|
+
"href": "/quiz"
|
|
4917
4918
|
},
|
|
4918
4919
|
{
|
|
4919
|
-
"
|
|
4920
|
+
"icon": "brain",
|
|
4920
4921
|
"label": "Concepts",
|
|
4921
|
-
"
|
|
4922
|
+
"href": "/concepts"
|
|
4922
4923
|
}
|
|
4923
4924
|
],
|
|
4924
4925
|
"type": "dashboard-layout",
|
|
4925
|
-
"appName": "AI Tutor",
|
|
4926
4926
|
"children": [
|
|
4927
4927
|
{
|
|
4928
|
+
"gap": "lg",
|
|
4928
4929
|
"children": [
|
|
4929
4930
|
{
|
|
4930
|
-
"
|
|
4931
|
+
"direction": "horizontal",
|
|
4931
4932
|
"children": [
|
|
4932
4933
|
{
|
|
4933
4934
|
"children": [
|
|
@@ -4937,48 +4938,48 @@
|
|
|
4937
4938
|
},
|
|
4938
4939
|
{
|
|
4939
4940
|
"content": "StudentAssessment Result",
|
|
4940
|
-
"
|
|
4941
|
-
"
|
|
4941
|
+
"type": "typography",
|
|
4942
|
+
"variant": "h2"
|
|
4942
4943
|
}
|
|
4943
4944
|
],
|
|
4945
|
+
"type": "stack",
|
|
4944
4946
|
"direction": "horizontal",
|
|
4945
4947
|
"align": "center",
|
|
4946
|
-
"gap": "md"
|
|
4947
|
-
"type": "stack"
|
|
4948
|
+
"gap": "md"
|
|
4948
4949
|
},
|
|
4949
4950
|
{
|
|
4951
|
+
"label": "Dismiss",
|
|
4950
4952
|
"type": "button",
|
|
4951
4953
|
"action": "HIDE",
|
|
4952
4954
|
"variant": "ghost",
|
|
4953
|
-
"label": "Dismiss",
|
|
4954
4955
|
"icon": "x"
|
|
4955
4956
|
}
|
|
4956
4957
|
],
|
|
4958
|
+
"type": "stack",
|
|
4957
4959
|
"justify": "between",
|
|
4958
4960
|
"align": "center",
|
|
4959
|
-
"gap": "md"
|
|
4960
|
-
"direction": "horizontal"
|
|
4961
|
+
"gap": "md"
|
|
4961
4962
|
},
|
|
4962
4963
|
{
|
|
4963
4964
|
"type": "divider"
|
|
4964
4965
|
},
|
|
4965
4966
|
{
|
|
4966
|
-
"
|
|
4967
|
-
"variant": [
|
|
4967
|
+
"message": [
|
|
4968
4968
|
"object/get",
|
|
4969
4969
|
[
|
|
4970
4970
|
"array/first",
|
|
4971
4971
|
"@entity"
|
|
4972
4972
|
],
|
|
4973
|
-
"
|
|
4973
|
+
"message"
|
|
4974
4974
|
],
|
|
4975
|
-
"
|
|
4975
|
+
"type": "alert",
|
|
4976
|
+
"variant": [
|
|
4976
4977
|
"object/get",
|
|
4977
4978
|
[
|
|
4978
4979
|
"array/first",
|
|
4979
4980
|
"@entity"
|
|
4980
4981
|
],
|
|
4981
|
-
"
|
|
4982
|
+
"notificationType"
|
|
4982
4983
|
]
|
|
4983
4984
|
},
|
|
4984
4985
|
{
|
|
@@ -4997,7 +4998,6 @@
|
|
|
4997
4998
|
]
|
|
4998
4999
|
}
|
|
4999
5000
|
],
|
|
5000
|
-
"gap": "lg",
|
|
5001
5001
|
"direction": "vertical",
|
|
5002
5002
|
"type": "stack"
|
|
5003
5003
|
}
|
|
@@ -5025,34 +5025,35 @@
|
|
|
5025
5025
|
"render-ui",
|
|
5026
5026
|
"main",
|
|
5027
5027
|
{
|
|
5028
|
-
"type": "dashboard-layout",
|
|
5029
5028
|
"navItems": [
|
|
5030
5029
|
{
|
|
5031
|
-
"
|
|
5030
|
+
"icon": "book-open",
|
|
5032
5031
|
"label": "Teach",
|
|
5033
|
-
"
|
|
5032
|
+
"href": "/teach"
|
|
5034
5033
|
},
|
|
5035
5034
|
{
|
|
5036
5035
|
"icon": "help-circle",
|
|
5037
|
-
"
|
|
5038
|
-
"
|
|
5036
|
+
"label": "Quiz",
|
|
5037
|
+
"href": "/quiz"
|
|
5039
5038
|
},
|
|
5040
5039
|
{
|
|
5041
|
-
"label": "Concepts",
|
|
5042
5040
|
"href": "/concepts",
|
|
5041
|
+
"label": "Concepts",
|
|
5043
5042
|
"icon": "brain"
|
|
5044
5043
|
}
|
|
5045
5044
|
],
|
|
5045
|
+
"type": "dashboard-layout",
|
|
5046
5046
|
"appName": "AI Tutor",
|
|
5047
5047
|
"children": [
|
|
5048
5048
|
{
|
|
5049
|
+
"direction": "vertical",
|
|
5049
5050
|
"children": [
|
|
5050
5051
|
{
|
|
5051
5052
|
"children": [
|
|
5052
5053
|
{
|
|
5054
|
+
"align": "center",
|
|
5053
5055
|
"type": "stack",
|
|
5054
5056
|
"direction": "horizontal",
|
|
5055
|
-
"gap": "md",
|
|
5056
5057
|
"children": [
|
|
5057
5058
|
{
|
|
5058
5059
|
"type": "icon",
|
|
@@ -5064,50 +5065,48 @@
|
|
|
5064
5065
|
"type": "typography"
|
|
5065
5066
|
}
|
|
5066
5067
|
],
|
|
5067
|
-
"
|
|
5068
|
+
"gap": "md"
|
|
5068
5069
|
},
|
|
5069
5070
|
{
|
|
5070
|
-
"variant": "ghost",
|
|
5071
|
-
"action": "HIDE",
|
|
5072
|
-
"type": "button",
|
|
5073
5071
|
"label": "Dismiss",
|
|
5072
|
+
"type": "button",
|
|
5073
|
+
"action": "HIDE",
|
|
5074
|
+
"variant": "ghost",
|
|
5074
5075
|
"icon": "x"
|
|
5075
5076
|
}
|
|
5076
5077
|
],
|
|
5077
|
-
"direction": "horizontal",
|
|
5078
5078
|
"type": "stack",
|
|
5079
|
-
"
|
|
5079
|
+
"direction": "horizontal",
|
|
5080
|
+
"align": "center",
|
|
5080
5081
|
"justify": "between",
|
|
5081
|
-
"
|
|
5082
|
+
"gap": "md"
|
|
5082
5083
|
},
|
|
5083
5084
|
{
|
|
5084
5085
|
"type": "divider"
|
|
5085
5086
|
},
|
|
5086
5087
|
{
|
|
5087
|
-
"
|
|
5088
|
+
"variant": [
|
|
5088
5089
|
"object/get",
|
|
5089
5090
|
[
|
|
5090
5091
|
"array/first",
|
|
5091
5092
|
"@entity"
|
|
5092
5093
|
],
|
|
5093
|
-
"
|
|
5094
|
+
"notificationType"
|
|
5094
5095
|
],
|
|
5095
|
-
"
|
|
5096
|
-
"variant": [
|
|
5096
|
+
"message": [
|
|
5097
5097
|
"object/get",
|
|
5098
5098
|
[
|
|
5099
5099
|
"array/first",
|
|
5100
5100
|
"@entity"
|
|
5101
5101
|
],
|
|
5102
|
-
"
|
|
5103
|
-
]
|
|
5102
|
+
"message"
|
|
5103
|
+
],
|
|
5104
|
+
"type": "alert"
|
|
5104
5105
|
},
|
|
5105
5106
|
{
|
|
5106
5107
|
"type": "toast-slot"
|
|
5107
5108
|
},
|
|
5108
5109
|
{
|
|
5109
|
-
"type": "alert",
|
|
5110
|
-
"variant": "warning",
|
|
5111
5110
|
"message": [
|
|
5112
5111
|
"object/get",
|
|
5113
5112
|
[
|
|
@@ -5115,12 +5114,13 @@
|
|
|
5115
5114
|
"@entity"
|
|
5116
5115
|
],
|
|
5117
5116
|
"message"
|
|
5118
|
-
]
|
|
5117
|
+
],
|
|
5118
|
+
"variant": "warning",
|
|
5119
|
+
"type": "alert"
|
|
5119
5120
|
}
|
|
5120
5121
|
],
|
|
5121
|
-
"type": "stack",
|
|
5122
5122
|
"gap": "lg",
|
|
5123
|
-
"
|
|
5123
|
+
"type": "stack"
|
|
5124
5124
|
}
|
|
5125
5125
|
]
|
|
5126
5126
|
}
|
|
@@ -5326,33 +5326,33 @@
|
|
|
5326
5326
|
"render-ui",
|
|
5327
5327
|
"main",
|
|
5328
5328
|
{
|
|
5329
|
-
"type": "dashboard-layout",
|
|
5330
|
-
"appName": "AI Tutor",
|
|
5331
5329
|
"navItems": [
|
|
5332
5330
|
{
|
|
5333
|
-
"label": "Teach",
|
|
5334
5331
|
"href": "/teach",
|
|
5332
|
+
"label": "Teach",
|
|
5335
5333
|
"icon": "book-open"
|
|
5336
5334
|
},
|
|
5337
5335
|
{
|
|
5336
|
+
"href": "/quiz",
|
|
5338
5337
|
"label": "Quiz",
|
|
5339
|
-
"icon": "help-circle"
|
|
5340
|
-
"href": "/quiz"
|
|
5338
|
+
"icon": "help-circle"
|
|
5341
5339
|
},
|
|
5342
5340
|
{
|
|
5343
|
-
"icon": "brain",
|
|
5344
5341
|
"label": "Concepts",
|
|
5345
|
-
"href": "/concepts"
|
|
5342
|
+
"href": "/concepts",
|
|
5343
|
+
"icon": "brain"
|
|
5346
5344
|
}
|
|
5347
5345
|
],
|
|
5346
|
+
"appName": "AI Tutor",
|
|
5348
5347
|
"children": [
|
|
5349
5348
|
{
|
|
5350
|
-
"title": "Classifier",
|
|
5351
5349
|
"icon": "tag",
|
|
5352
|
-
"
|
|
5353
|
-
"type": "empty-state"
|
|
5350
|
+
"title": "Classifier",
|
|
5351
|
+
"type": "empty-state",
|
|
5352
|
+
"description": "Classifier is ready"
|
|
5354
5353
|
}
|
|
5355
|
-
]
|
|
5354
|
+
],
|
|
5355
|
+
"type": "dashboard-layout"
|
|
5356
5356
|
}
|
|
5357
5357
|
]
|
|
5358
5358
|
]
|