@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
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
"QuizItem",
|
|
285
285
|
{
|
|
286
286
|
"emit": {
|
|
287
|
-
"
|
|
288
|
-
"
|
|
287
|
+
"success": "QuizItemLoaded",
|
|
288
|
+
"failure": "QuizItemLoadFailed"
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
],
|
|
@@ -293,25 +293,25 @@
|
|
|
293
293
|
"render-ui",
|
|
294
294
|
"main",
|
|
295
295
|
{
|
|
296
|
+
"direction": "vertical",
|
|
296
297
|
"gap": "lg",
|
|
297
|
-
"type": "stack",
|
|
298
298
|
"children": [
|
|
299
299
|
{
|
|
300
|
-
"align": "center",
|
|
301
|
-
"direction": "horizontal",
|
|
302
|
-
"type": "stack",
|
|
303
300
|
"gap": "sm",
|
|
301
|
+
"type": "stack",
|
|
302
|
+
"align": "center",
|
|
304
303
|
"children": [
|
|
305
304
|
{
|
|
306
|
-
"
|
|
307
|
-
"
|
|
305
|
+
"name": "help-circle",
|
|
306
|
+
"type": "icon"
|
|
308
307
|
},
|
|
309
308
|
{
|
|
309
|
+
"content": "Quiz",
|
|
310
310
|
"variant": "h2",
|
|
311
|
-
"type": "typography"
|
|
312
|
-
"content": "Quiz"
|
|
311
|
+
"type": "typography"
|
|
313
312
|
}
|
|
314
|
-
]
|
|
313
|
+
],
|
|
314
|
+
"direction": "horizontal"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"type": "divider"
|
|
@@ -320,18 +320,17 @@
|
|
|
320
320
|
"type": "card",
|
|
321
321
|
"children": [
|
|
322
322
|
{
|
|
323
|
-
"direction": "vertical",
|
|
324
|
-
"type": "stack",
|
|
325
|
-
"gap": "md",
|
|
326
323
|
"align": "center",
|
|
324
|
+
"gap": "md",
|
|
325
|
+
"type": "stack",
|
|
326
|
+
"direction": "vertical",
|
|
327
327
|
"children": [
|
|
328
328
|
{
|
|
329
|
-
"
|
|
330
|
-
"
|
|
329
|
+
"type": "icon",
|
|
330
|
+
"name": "help-circle"
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
"type": "typography",
|
|
334
|
-
"variant": "h3",
|
|
335
334
|
"content": [
|
|
336
335
|
"object/get",
|
|
337
336
|
[
|
|
@@ -339,18 +338,17 @@
|
|
|
339
338
|
"@entity"
|
|
340
339
|
],
|
|
341
340
|
"name"
|
|
342
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"variant": "h3"
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
}
|
|
346
346
|
]
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
|
-
"type": "simple-grid",
|
|
350
349
|
"cols": 2.0,
|
|
351
350
|
"children": [
|
|
352
351
|
{
|
|
353
|
-
"type": "button",
|
|
354
352
|
"label": [
|
|
355
353
|
"object/get",
|
|
356
354
|
[
|
|
@@ -359,17 +357,16 @@
|
|
|
359
357
|
],
|
|
360
358
|
"optionA"
|
|
361
359
|
],
|
|
360
|
+
"type": "button",
|
|
361
|
+
"action": "ANSWER",
|
|
362
|
+
"variant": "secondary",
|
|
362
363
|
"actionPayload": {
|
|
363
364
|
"answer": "A"
|
|
364
|
-
}
|
|
365
|
-
"variant": "secondary",
|
|
366
|
-
"action": "ANSWER"
|
|
365
|
+
}
|
|
367
366
|
},
|
|
368
367
|
{
|
|
369
|
-
"actionPayload": {
|
|
370
|
-
"answer": "B"
|
|
371
|
-
},
|
|
372
368
|
"type": "button",
|
|
369
|
+
"action": "ANSWER",
|
|
373
370
|
"label": [
|
|
374
371
|
"object/get",
|
|
375
372
|
[
|
|
@@ -378,7 +375,9 @@
|
|
|
378
375
|
],
|
|
379
376
|
"optionB"
|
|
380
377
|
],
|
|
381
|
-
"
|
|
378
|
+
"actionPayload": {
|
|
379
|
+
"answer": "B"
|
|
380
|
+
},
|
|
382
381
|
"variant": "secondary"
|
|
383
382
|
},
|
|
384
383
|
{
|
|
@@ -394,13 +393,10 @@
|
|
|
394
393
|
"actionPayload": {
|
|
395
394
|
"answer": "C"
|
|
396
395
|
},
|
|
397
|
-
"
|
|
398
|
-
"
|
|
396
|
+
"variant": "secondary",
|
|
397
|
+
"action": "ANSWER"
|
|
399
398
|
},
|
|
400
399
|
{
|
|
401
|
-
"type": "button",
|
|
402
|
-
"action": "ANSWER",
|
|
403
|
-
"variant": "secondary",
|
|
404
400
|
"actionPayload": {
|
|
405
401
|
"answer": "D"
|
|
406
402
|
},
|
|
@@ -411,25 +407,32 @@
|
|
|
411
407
|
"@entity"
|
|
412
408
|
],
|
|
413
409
|
"optionD"
|
|
414
|
-
]
|
|
410
|
+
],
|
|
411
|
+
"type": "button",
|
|
412
|
+
"action": "ANSWER",
|
|
413
|
+
"variant": "secondary"
|
|
415
414
|
}
|
|
416
|
-
]
|
|
415
|
+
],
|
|
416
|
+
"type": "simple-grid"
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
|
+
"type": "stack",
|
|
419
420
|
"children": [
|
|
420
421
|
{
|
|
422
|
+
"align": "center",
|
|
421
423
|
"children": [
|
|
422
424
|
{
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
+
"type": "icon",
|
|
426
|
+
"name": "signal"
|
|
425
427
|
},
|
|
426
428
|
{
|
|
427
429
|
"content": "Difficulty:",
|
|
428
|
-
"
|
|
430
|
+
"variant": "caption",
|
|
429
431
|
"color": "muted",
|
|
430
|
-
"
|
|
432
|
+
"type": "typography"
|
|
431
433
|
},
|
|
432
434
|
{
|
|
435
|
+
"type": "badge",
|
|
433
436
|
"label": [
|
|
434
437
|
"object/get",
|
|
435
438
|
[
|
|
@@ -437,25 +440,24 @@
|
|
|
437
440
|
"@entity"
|
|
438
441
|
],
|
|
439
442
|
"difficulty"
|
|
440
|
-
]
|
|
441
|
-
"type": "badge"
|
|
443
|
+
]
|
|
442
444
|
}
|
|
443
445
|
],
|
|
444
|
-
"direction": "horizontal",
|
|
445
446
|
"type": "stack",
|
|
446
|
-
"
|
|
447
|
+
"direction": "horizontal",
|
|
447
448
|
"gap": "sm"
|
|
448
449
|
},
|
|
449
450
|
{
|
|
450
451
|
"direction": "horizontal",
|
|
451
|
-
"
|
|
452
|
+
"gap": "xs",
|
|
452
453
|
"type": "stack",
|
|
454
|
+
"align": "center",
|
|
453
455
|
"children": [
|
|
454
456
|
{
|
|
455
|
-
"
|
|
456
|
-
"content": "Question",
|
|
457
|
+
"type": "typography",
|
|
457
458
|
"color": "muted",
|
|
458
|
-
"
|
|
459
|
+
"content": "Question",
|
|
460
|
+
"variant": "caption"
|
|
459
461
|
},
|
|
460
462
|
{
|
|
461
463
|
"content": [
|
|
@@ -474,13 +476,13 @@
|
|
|
474
476
|
],
|
|
475
477
|
1.0
|
|
476
478
|
],
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
+
"variant": "caption",
|
|
480
|
+
"type": "typography"
|
|
479
481
|
},
|
|
480
482
|
{
|
|
481
483
|
"variant": "caption",
|
|
482
|
-
"content": "of",
|
|
483
484
|
"color": "muted",
|
|
485
|
+
"content": "of",
|
|
484
486
|
"type": "typography"
|
|
485
487
|
},
|
|
486
488
|
{
|
|
@@ -499,18 +501,16 @@
|
|
|
499
501
|
],
|
|
500
502
|
"variant": "caption"
|
|
501
503
|
}
|
|
502
|
-
]
|
|
503
|
-
"gap": "xs"
|
|
504
|
+
]
|
|
504
505
|
}
|
|
505
506
|
],
|
|
507
|
+
"direction": "horizontal",
|
|
506
508
|
"justify": "between",
|
|
507
509
|
"gap": "md",
|
|
508
|
-
"
|
|
509
|
-
"align": "center",
|
|
510
|
-
"direction": "horizontal"
|
|
510
|
+
"align": "center"
|
|
511
511
|
}
|
|
512
512
|
],
|
|
513
|
-
"
|
|
513
|
+
"type": "stack"
|
|
514
514
|
}
|
|
515
515
|
]
|
|
516
516
|
]
|
|
@@ -527,6 +527,8 @@
|
|
|
527
527
|
"type": "stack",
|
|
528
528
|
"children": [
|
|
529
529
|
{
|
|
530
|
+
"align": "center",
|
|
531
|
+
"gap": "sm",
|
|
530
532
|
"type": "stack",
|
|
531
533
|
"children": [
|
|
532
534
|
{
|
|
@@ -534,14 +536,12 @@
|
|
|
534
536
|
"name": "help-circle"
|
|
535
537
|
},
|
|
536
538
|
{
|
|
537
|
-
"content": "Answer Revealed",
|
|
538
539
|
"type": "typography",
|
|
540
|
+
"content": "Answer Revealed",
|
|
539
541
|
"variant": "h2"
|
|
540
542
|
}
|
|
541
543
|
],
|
|
542
|
-
"
|
|
543
|
-
"direction": "horizontal",
|
|
544
|
-
"align": "center"
|
|
544
|
+
"direction": "horizontal"
|
|
545
545
|
},
|
|
546
546
|
{
|
|
547
547
|
"type": "divider"
|
|
@@ -551,13 +551,12 @@
|
|
|
551
551
|
"children": [
|
|
552
552
|
{
|
|
553
553
|
"direction": "vertical",
|
|
554
|
-
"gap": "md",
|
|
555
554
|
"children": [
|
|
556
555
|
{
|
|
557
556
|
"variant": "caption",
|
|
558
557
|
"type": "typography",
|
|
559
|
-
"
|
|
560
|
-
"
|
|
558
|
+
"color": "muted",
|
|
559
|
+
"content": "Question"
|
|
561
560
|
},
|
|
562
561
|
{
|
|
563
562
|
"content": [
|
|
@@ -568,15 +567,15 @@
|
|
|
568
567
|
],
|
|
569
568
|
"name"
|
|
570
569
|
],
|
|
571
|
-
"
|
|
572
|
-
"
|
|
570
|
+
"type": "typography",
|
|
571
|
+
"variant": "body"
|
|
573
572
|
},
|
|
574
573
|
{
|
|
575
574
|
"type": "divider"
|
|
576
575
|
},
|
|
577
576
|
{
|
|
578
|
-
"content": "Answer",
|
|
579
577
|
"variant": "caption",
|
|
578
|
+
"content": "Answer",
|
|
580
579
|
"color": "muted",
|
|
581
580
|
"type": "typography"
|
|
582
581
|
},
|
|
@@ -593,6 +592,7 @@
|
|
|
593
592
|
"variant": "h3"
|
|
594
593
|
}
|
|
595
594
|
],
|
|
595
|
+
"gap": "md",
|
|
596
596
|
"type": "stack"
|
|
597
597
|
}
|
|
598
598
|
]
|
|
@@ -603,23 +603,23 @@
|
|
|
603
603
|
"type": "alert"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
+
"direction": "horizontal",
|
|
606
607
|
"gap": "sm",
|
|
607
|
-
"type": "stack",
|
|
608
608
|
"justify": "center",
|
|
609
|
+
"type": "stack",
|
|
609
610
|
"children": [
|
|
610
611
|
{
|
|
612
|
+
"icon": "arrow-right",
|
|
611
613
|
"label": "Next Question",
|
|
612
|
-
"type": "button",
|
|
613
614
|
"action": "NEXT",
|
|
614
|
-
"
|
|
615
|
-
"
|
|
615
|
+
"type": "button",
|
|
616
|
+
"variant": "primary"
|
|
616
617
|
}
|
|
617
|
-
]
|
|
618
|
-
"direction": "horizontal"
|
|
618
|
+
]
|
|
619
619
|
}
|
|
620
620
|
],
|
|
621
|
-
"
|
|
622
|
-
"
|
|
621
|
+
"gap": "lg",
|
|
622
|
+
"direction": "vertical"
|
|
623
623
|
}
|
|
624
624
|
]
|
|
625
625
|
]
|
|
@@ -652,21 +652,23 @@
|
|
|
652
652
|
"render-ui",
|
|
653
653
|
"main",
|
|
654
654
|
{
|
|
655
|
+
"gap": "lg",
|
|
656
|
+
"type": "stack",
|
|
655
657
|
"children": [
|
|
656
658
|
{
|
|
657
|
-
"
|
|
659
|
+
"align": "center",
|
|
658
660
|
"type": "stack",
|
|
659
661
|
"direction": "horizontal",
|
|
660
|
-
"
|
|
662
|
+
"gap": "sm",
|
|
661
663
|
"children": [
|
|
662
664
|
{
|
|
663
|
-
"
|
|
664
|
-
"
|
|
665
|
+
"type": "icon",
|
|
666
|
+
"name": "help-circle"
|
|
665
667
|
},
|
|
666
668
|
{
|
|
669
|
+
"type": "typography",
|
|
667
670
|
"variant": "h2",
|
|
668
|
-
"content": "Quiz"
|
|
669
|
-
"type": "typography"
|
|
671
|
+
"content": "Quiz"
|
|
670
672
|
}
|
|
671
673
|
]
|
|
672
674
|
},
|
|
@@ -677,10 +679,9 @@
|
|
|
677
679
|
"type": "card",
|
|
678
680
|
"children": [
|
|
679
681
|
{
|
|
680
|
-
"type": "stack",
|
|
681
|
-
"align": "center",
|
|
682
682
|
"direction": "vertical",
|
|
683
|
-
"
|
|
683
|
+
"align": "center",
|
|
684
|
+
"type": "stack",
|
|
684
685
|
"children": [
|
|
685
686
|
{
|
|
686
687
|
"type": "icon",
|
|
@@ -688,6 +689,7 @@
|
|
|
688
689
|
},
|
|
689
690
|
{
|
|
690
691
|
"type": "typography",
|
|
692
|
+
"variant": "h3",
|
|
691
693
|
"content": [
|
|
692
694
|
"object/get",
|
|
693
695
|
[
|
|
@@ -695,18 +697,24 @@
|
|
|
695
697
|
"@entity"
|
|
696
698
|
],
|
|
697
699
|
"name"
|
|
698
|
-
]
|
|
699
|
-
"variant": "h3"
|
|
700
|
+
]
|
|
700
701
|
}
|
|
701
|
-
]
|
|
702
|
+
],
|
|
703
|
+
"gap": "md"
|
|
702
704
|
}
|
|
703
705
|
]
|
|
704
706
|
},
|
|
705
707
|
{
|
|
706
|
-
"cols": 2.0,
|
|
707
708
|
"type": "simple-grid",
|
|
709
|
+
"cols": 2.0,
|
|
708
710
|
"children": [
|
|
709
711
|
{
|
|
712
|
+
"variant": "secondary",
|
|
713
|
+
"actionPayload": {
|
|
714
|
+
"answer": "A"
|
|
715
|
+
},
|
|
716
|
+
"type": "button",
|
|
717
|
+
"action": "ANSWER",
|
|
710
718
|
"label": [
|
|
711
719
|
"object/get",
|
|
712
720
|
[
|
|
@@ -714,13 +722,7 @@
|
|
|
714
722
|
"@entity"
|
|
715
723
|
],
|
|
716
724
|
"optionA"
|
|
717
|
-
]
|
|
718
|
-
"action": "ANSWER",
|
|
719
|
-
"type": "button",
|
|
720
|
-
"actionPayload": {
|
|
721
|
-
"answer": "A"
|
|
722
|
-
},
|
|
723
|
-
"variant": "secondary"
|
|
725
|
+
]
|
|
724
726
|
},
|
|
725
727
|
{
|
|
726
728
|
"label": [
|
|
@@ -731,15 +733,19 @@
|
|
|
731
733
|
],
|
|
732
734
|
"optionB"
|
|
733
735
|
],
|
|
734
|
-
"type": "button",
|
|
735
736
|
"actionPayload": {
|
|
736
737
|
"answer": "B"
|
|
737
738
|
},
|
|
738
|
-
"
|
|
739
|
-
"action": "ANSWER"
|
|
739
|
+
"type": "button",
|
|
740
|
+
"action": "ANSWER",
|
|
741
|
+
"variant": "secondary"
|
|
740
742
|
},
|
|
741
743
|
{
|
|
742
744
|
"action": "ANSWER",
|
|
745
|
+
"actionPayload": {
|
|
746
|
+
"answer": "C"
|
|
747
|
+
},
|
|
748
|
+
"type": "button",
|
|
743
749
|
"label": [
|
|
744
750
|
"object/get",
|
|
745
751
|
[
|
|
@@ -748,14 +754,14 @@
|
|
|
748
754
|
],
|
|
749
755
|
"optionC"
|
|
750
756
|
],
|
|
751
|
-
"
|
|
752
|
-
"answer": "C"
|
|
753
|
-
},
|
|
754
|
-
"variant": "secondary",
|
|
755
|
-
"type": "button"
|
|
757
|
+
"variant": "secondary"
|
|
756
758
|
},
|
|
757
759
|
{
|
|
758
760
|
"variant": "secondary",
|
|
761
|
+
"type": "button",
|
|
762
|
+
"actionPayload": {
|
|
763
|
+
"answer": "D"
|
|
764
|
+
},
|
|
759
765
|
"action": "ANSWER",
|
|
760
766
|
"label": [
|
|
761
767
|
"object/get",
|
|
@@ -764,29 +770,25 @@
|
|
|
764
770
|
"@entity"
|
|
765
771
|
],
|
|
766
772
|
"optionD"
|
|
767
|
-
]
|
|
768
|
-
"actionPayload": {
|
|
769
|
-
"answer": "D"
|
|
770
|
-
},
|
|
771
|
-
"type": "button"
|
|
773
|
+
]
|
|
772
774
|
}
|
|
773
775
|
]
|
|
774
776
|
},
|
|
775
777
|
{
|
|
776
778
|
"children": [
|
|
777
779
|
{
|
|
778
|
-
"
|
|
780
|
+
"type": "stack",
|
|
779
781
|
"gap": "sm",
|
|
780
782
|
"children": [
|
|
781
783
|
{
|
|
782
|
-
"
|
|
783
|
-
"
|
|
784
|
+
"name": "signal",
|
|
785
|
+
"type": "icon"
|
|
784
786
|
},
|
|
785
787
|
{
|
|
786
788
|
"type": "typography",
|
|
789
|
+
"content": "Difficulty:",
|
|
787
790
|
"color": "muted",
|
|
788
|
-
"variant": "caption"
|
|
789
|
-
"content": "Difficulty:"
|
|
791
|
+
"variant": "caption"
|
|
790
792
|
},
|
|
791
793
|
{
|
|
792
794
|
"type": "badge",
|
|
@@ -800,20 +802,20 @@
|
|
|
800
802
|
]
|
|
801
803
|
}
|
|
802
804
|
],
|
|
803
|
-
"
|
|
804
|
-
"
|
|
805
|
+
"align": "center",
|
|
806
|
+
"direction": "horizontal"
|
|
805
807
|
},
|
|
806
808
|
{
|
|
807
|
-
"gap": "xs",
|
|
808
|
-
"direction": "horizontal",
|
|
809
809
|
"children": [
|
|
810
810
|
{
|
|
811
|
-
"color": "muted",
|
|
812
811
|
"variant": "caption",
|
|
812
|
+
"color": "muted",
|
|
813
813
|
"type": "typography",
|
|
814
814
|
"content": "Question"
|
|
815
815
|
},
|
|
816
816
|
{
|
|
817
|
+
"variant": "caption",
|
|
818
|
+
"type": "typography",
|
|
817
819
|
"content": [
|
|
818
820
|
"+",
|
|
819
821
|
[
|
|
@@ -829,17 +831,16 @@
|
|
|
829
831
|
0.0
|
|
830
832
|
],
|
|
831
833
|
1.0
|
|
832
|
-
]
|
|
833
|
-
"variant": "caption",
|
|
834
|
-
"type": "typography"
|
|
834
|
+
]
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"
|
|
838
|
-
"content": "of",
|
|
837
|
+
"type": "typography",
|
|
839
838
|
"variant": "caption",
|
|
840
|
-
"
|
|
839
|
+
"content": "of",
|
|
840
|
+
"color": "muted"
|
|
841
841
|
},
|
|
842
842
|
{
|
|
843
|
+
"variant": "caption",
|
|
843
844
|
"content": [
|
|
844
845
|
"or",
|
|
845
846
|
[
|
|
@@ -852,24 +853,23 @@
|
|
|
852
853
|
],
|
|
853
854
|
0.0
|
|
854
855
|
],
|
|
855
|
-
"type": "typography"
|
|
856
|
-
"variant": "caption"
|
|
856
|
+
"type": "typography"
|
|
857
857
|
}
|
|
858
858
|
],
|
|
859
|
-
"
|
|
860
|
-
"
|
|
859
|
+
"type": "stack",
|
|
860
|
+
"gap": "xs",
|
|
861
|
+
"direction": "horizontal",
|
|
862
|
+
"align": "center"
|
|
861
863
|
}
|
|
862
864
|
],
|
|
865
|
+
"type": "stack",
|
|
866
|
+
"align": "center",
|
|
863
867
|
"direction": "horizontal",
|
|
864
868
|
"justify": "between",
|
|
865
|
-
"
|
|
866
|
-
"gap": "md",
|
|
867
|
-
"align": "center"
|
|
869
|
+
"gap": "md"
|
|
868
870
|
}
|
|
869
871
|
],
|
|
870
|
-
"
|
|
871
|
-
"direction": "vertical",
|
|
872
|
-
"type": "stack"
|
|
872
|
+
"direction": "vertical"
|
|
873
873
|
}
|
|
874
874
|
]
|
|
875
875
|
]
|
|
@@ -883,33 +883,33 @@
|
|
|
883
883
|
"render-ui",
|
|
884
884
|
"main",
|
|
885
885
|
{
|
|
886
|
+
"align": "center",
|
|
887
|
+
"gap": "lg",
|
|
886
888
|
"type": "stack",
|
|
889
|
+
"direction": "vertical",
|
|
887
890
|
"children": [
|
|
888
891
|
{
|
|
889
|
-
"
|
|
890
|
-
"
|
|
892
|
+
"name": "check-circle",
|
|
893
|
+
"type": "icon"
|
|
891
894
|
},
|
|
892
895
|
{
|
|
893
|
-
"type": "typography",
|
|
894
896
|
"content": "Quiz Complete!",
|
|
895
|
-
"variant": "h2"
|
|
897
|
+
"variant": "h2",
|
|
898
|
+
"type": "typography"
|
|
896
899
|
},
|
|
897
900
|
{
|
|
898
|
-
"variant": "success",
|
|
899
901
|
"type": "alert",
|
|
900
|
-
"message": "You have completed all questions."
|
|
902
|
+
"message": "You have completed all questions.",
|
|
903
|
+
"variant": "success"
|
|
901
904
|
},
|
|
902
905
|
{
|
|
906
|
+
"variant": "primary",
|
|
907
|
+
"type": "button",
|
|
903
908
|
"label": "Restart",
|
|
904
|
-
"icon": "rotate-ccw",
|
|
905
909
|
"action": "RESTART",
|
|
906
|
-
"
|
|
907
|
-
"type": "button"
|
|
910
|
+
"icon": "rotate-ccw"
|
|
908
911
|
}
|
|
909
|
-
]
|
|
910
|
-
"align": "center",
|
|
911
|
-
"direction": "vertical",
|
|
912
|
-
"gap": "lg"
|
|
912
|
+
]
|
|
913
913
|
}
|
|
914
914
|
]
|
|
915
915
|
]
|
|
@@ -933,13 +933,16 @@
|
|
|
933
933
|
"render-ui",
|
|
934
934
|
"main",
|
|
935
935
|
{
|
|
936
|
+
"type": "stack",
|
|
937
|
+
"gap": "lg",
|
|
936
938
|
"direction": "vertical",
|
|
937
939
|
"children": [
|
|
938
940
|
{
|
|
941
|
+
"align": "center",
|
|
939
942
|
"children": [
|
|
940
943
|
{
|
|
941
|
-
"
|
|
942
|
-
"
|
|
944
|
+
"name": "help-circle",
|
|
945
|
+
"type": "icon"
|
|
943
946
|
},
|
|
944
947
|
{
|
|
945
948
|
"type": "typography",
|
|
@@ -947,10 +950,9 @@
|
|
|
947
950
|
"variant": "h2"
|
|
948
951
|
}
|
|
949
952
|
],
|
|
950
|
-
"gap": "sm",
|
|
951
|
-
"type": "stack",
|
|
952
953
|
"direction": "horizontal",
|
|
953
|
-
"
|
|
954
|
+
"gap": "sm",
|
|
955
|
+
"type": "stack"
|
|
954
956
|
},
|
|
955
957
|
{
|
|
956
958
|
"type": "divider"
|
|
@@ -958,12 +960,17 @@
|
|
|
958
960
|
{
|
|
959
961
|
"children": [
|
|
960
962
|
{
|
|
963
|
+
"gap": "md",
|
|
964
|
+
"type": "stack",
|
|
965
|
+
"direction": "vertical",
|
|
966
|
+
"align": "center",
|
|
961
967
|
"children": [
|
|
962
968
|
{
|
|
963
|
-
"
|
|
964
|
-
"
|
|
969
|
+
"type": "icon",
|
|
970
|
+
"name": "help-circle"
|
|
965
971
|
},
|
|
966
972
|
{
|
|
973
|
+
"type": "typography",
|
|
967
974
|
"content": [
|
|
968
975
|
"object/get",
|
|
969
976
|
[
|
|
@@ -972,27 +979,17 @@
|
|
|
972
979
|
],
|
|
973
980
|
"name"
|
|
974
981
|
],
|
|
975
|
-
"variant": "h3"
|
|
976
|
-
"type": "typography"
|
|
982
|
+
"variant": "h3"
|
|
977
983
|
}
|
|
978
|
-
]
|
|
979
|
-
"gap": "md",
|
|
980
|
-
"direction": "vertical",
|
|
981
|
-
"type": "stack",
|
|
982
|
-
"align": "center"
|
|
984
|
+
]
|
|
983
985
|
}
|
|
984
986
|
],
|
|
985
987
|
"type": "card"
|
|
986
988
|
},
|
|
987
989
|
{
|
|
988
990
|
"type": "simple-grid",
|
|
989
|
-
"cols": 2.0,
|
|
990
991
|
"children": [
|
|
991
992
|
{
|
|
992
|
-
"actionPayload": {
|
|
993
|
-
"answer": "A"
|
|
994
|
-
},
|
|
995
|
-
"type": "button",
|
|
996
993
|
"label": [
|
|
997
994
|
"object/get",
|
|
998
995
|
[
|
|
@@ -1001,15 +998,14 @@
|
|
|
1001
998
|
],
|
|
1002
999
|
"optionA"
|
|
1003
1000
|
],
|
|
1004
|
-
"action": "ANSWER",
|
|
1005
|
-
"variant": "secondary"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"type": "button",
|
|
1009
1001
|
"variant": "secondary",
|
|
1010
1002
|
"actionPayload": {
|
|
1011
|
-
"answer": "
|
|
1003
|
+
"answer": "A"
|
|
1012
1004
|
},
|
|
1005
|
+
"type": "button",
|
|
1006
|
+
"action": "ANSWER"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1013
1009
|
"label": [
|
|
1014
1010
|
"object/get",
|
|
1015
1011
|
[
|
|
@@ -1018,9 +1014,16 @@
|
|
|
1018
1014
|
],
|
|
1019
1015
|
"optionB"
|
|
1020
1016
|
],
|
|
1021
|
-
"action": "ANSWER"
|
|
1017
|
+
"action": "ANSWER",
|
|
1018
|
+
"actionPayload": {
|
|
1019
|
+
"answer": "B"
|
|
1020
|
+
},
|
|
1021
|
+
"type": "button",
|
|
1022
|
+
"variant": "secondary"
|
|
1022
1023
|
},
|
|
1023
1024
|
{
|
|
1025
|
+
"action": "ANSWER",
|
|
1026
|
+
"variant": "secondary",
|
|
1024
1027
|
"actionPayload": {
|
|
1025
1028
|
"answer": "C"
|
|
1026
1029
|
},
|
|
@@ -1032,12 +1035,10 @@
|
|
|
1032
1035
|
],
|
|
1033
1036
|
"optionC"
|
|
1034
1037
|
],
|
|
1035
|
-
"action": "ANSWER",
|
|
1036
|
-
"variant": "secondary",
|
|
1037
1038
|
"type": "button"
|
|
1038
1039
|
},
|
|
1039
1040
|
{
|
|
1040
|
-
"
|
|
1041
|
+
"variant": "secondary",
|
|
1041
1042
|
"label": [
|
|
1042
1043
|
"object/get",
|
|
1043
1044
|
[
|
|
@@ -1046,36 +1047,32 @@
|
|
|
1046
1047
|
],
|
|
1047
1048
|
"optionD"
|
|
1048
1049
|
],
|
|
1050
|
+
"type": "button",
|
|
1049
1051
|
"action": "ANSWER",
|
|
1050
|
-
"variant": "secondary",
|
|
1051
1052
|
"actionPayload": {
|
|
1052
1053
|
"answer": "D"
|
|
1053
1054
|
}
|
|
1054
1055
|
}
|
|
1055
|
-
]
|
|
1056
|
+
],
|
|
1057
|
+
"cols": 2.0
|
|
1056
1058
|
},
|
|
1057
1059
|
{
|
|
1058
|
-
"justify": "between",
|
|
1059
|
-
"type": "stack",
|
|
1060
|
-
"direction": "horizontal",
|
|
1061
|
-
"gap": "md",
|
|
1062
1060
|
"children": [
|
|
1063
1061
|
{
|
|
1064
|
-
"
|
|
1065
|
-
"direction": "horizontal",
|
|
1066
|
-
"gap": "sm",
|
|
1062
|
+
"align": "center",
|
|
1067
1063
|
"children": [
|
|
1068
1064
|
{
|
|
1069
1065
|
"type": "icon",
|
|
1070
1066
|
"name": "signal"
|
|
1071
1067
|
},
|
|
1072
1068
|
{
|
|
1073
|
-
"content": "Difficulty:",
|
|
1074
|
-
"type": "typography",
|
|
1075
1069
|
"variant": "caption",
|
|
1076
|
-
"
|
|
1070
|
+
"type": "typography",
|
|
1071
|
+
"color": "muted",
|
|
1072
|
+
"content": "Difficulty:"
|
|
1077
1073
|
},
|
|
1078
1074
|
{
|
|
1075
|
+
"type": "badge",
|
|
1079
1076
|
"label": [
|
|
1080
1077
|
"object/get",
|
|
1081
1078
|
[
|
|
@@ -1083,25 +1080,25 @@
|
|
|
1083
1080
|
"@entity"
|
|
1084
1081
|
],
|
|
1085
1082
|
"difficulty"
|
|
1086
|
-
]
|
|
1087
|
-
"type": "badge"
|
|
1083
|
+
]
|
|
1088
1084
|
}
|
|
1089
1085
|
],
|
|
1090
|
-
"
|
|
1086
|
+
"type": "stack",
|
|
1087
|
+
"gap": "sm",
|
|
1088
|
+
"direction": "horizontal"
|
|
1091
1089
|
},
|
|
1092
1090
|
{
|
|
1093
1091
|
"direction": "horizontal",
|
|
1094
1092
|
"gap": "xs",
|
|
1095
1093
|
"children": [
|
|
1096
1094
|
{
|
|
1097
|
-
"variant": "caption",
|
|
1098
1095
|
"color": "muted",
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1096
|
+
"type": "typography",
|
|
1097
|
+
"variant": "caption",
|
|
1098
|
+
"content": "Question"
|
|
1101
1099
|
},
|
|
1102
1100
|
{
|
|
1103
1101
|
"type": "typography",
|
|
1104
|
-
"variant": "caption",
|
|
1105
1102
|
"content": [
|
|
1106
1103
|
"+",
|
|
1107
1104
|
[
|
|
@@ -1117,13 +1114,14 @@
|
|
|
1117
1114
|
0.0
|
|
1118
1115
|
],
|
|
1119
1116
|
1.0
|
|
1120
|
-
]
|
|
1117
|
+
],
|
|
1118
|
+
"variant": "caption"
|
|
1121
1119
|
},
|
|
1122
1120
|
{
|
|
1123
|
-
"type": "typography",
|
|
1124
1121
|
"color": "muted",
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1122
|
+
"variant": "caption",
|
|
1123
|
+
"type": "typography",
|
|
1124
|
+
"content": "of"
|
|
1127
1125
|
},
|
|
1128
1126
|
{
|
|
1129
1127
|
"content": [
|
|
@@ -1138,19 +1136,21 @@
|
|
|
1138
1136
|
],
|
|
1139
1137
|
0.0
|
|
1140
1138
|
],
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1139
|
+
"variant": "caption",
|
|
1140
|
+
"type": "typography"
|
|
1143
1141
|
}
|
|
1144
1142
|
],
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1143
|
+
"type": "stack",
|
|
1144
|
+
"align": "center"
|
|
1147
1145
|
}
|
|
1148
1146
|
],
|
|
1147
|
+
"direction": "horizontal",
|
|
1148
|
+
"gap": "md",
|
|
1149
|
+
"type": "stack",
|
|
1150
|
+
"justify": "between",
|
|
1149
1151
|
"align": "center"
|
|
1150
1152
|
}
|
|
1151
|
-
]
|
|
1152
|
-
"gap": "lg",
|
|
1153
|
-
"type": "stack"
|
|
1153
|
+
]
|
|
1154
1154
|
}
|
|
1155
1155
|
]
|
|
1156
1156
|
]
|