-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat) O3-3947: Add support for different question types #354
base: main
Are you sure you want to change the base?
Commits on Sep 10, 2024
-
Refactor : Added toggle rendering type to the interactive builder as …
…well as options for the toggle
Configuration menu - View commit details
-
Copy full SHA for d3f9bfd - Browse repository at this point
Copy the full SHA d3f9bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3fe6a - Browse repository at this point
Copy the full SHA 9b3fe6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed3e82 - Browse repository at this point
Copy the full SHA 7ed3e82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 629fea9 - Browse repository at this point
Copy the full SHA 629fea9View commit details
Commits on Oct 6, 2024
-
feat: Add Markdown support to form questions
This change introduces the ability for form questions to utilize Markdown formatting. A new Markdown input field is added to the question editor, allowing users to specify Markdown content. This content is then rendered appropriately when the form is displayed.
Configuration menu - View commit details
-
Copy full SHA for 9f607f9 - Browse repository at this point
Copy the full SHA 9f607f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce2b702 - Browse repository at this point
Copy the full SHA ce2b702View commit details -
feat(config): Add support for Markdown editor
Added a new configuration option to enable a Markdown editor for text input.
Configuration menu - View commit details
-
Copy full SHA for fafe9e1 - Browse repository at this point
Copy the full SHA fafe9e1View commit details -
Subject: Add Markdown support to form questions
Introduces the ability for form creators to utilize Markdown formatting in question text, providing greater flexibility and control over question presentation.
Configuration menu - View commit details
-
Copy full SHA for 0c36a94 - Browse repository at this point
Copy the full SHA 0c36a94View commit details
Commits on Oct 7, 2024
-
feat: Populate content switcher answers dynamically
When editing a "content-switcher" question type, the available answers are now dynamically populated based on the selected concept. This ensures that users can only choose from relevant answers associated with the chosen concept, streamlining the question editing process.
Configuration menu - View commit details
-
Copy full SHA for f2f7099 - Browse repository at this point
Copy the full SHA f2f7099View commit details -
feat: Add workspace launcher support to question builder
Introduces the capability to configure and launch workspaces directly from the question builder interface. This enhancement provides users with a streamlined method to initiate workspaces, enhancing the platform's interactive capabilities.
Configuration menu - View commit details
-
Copy full SHA for 294e191 - Browse repository at this point
Copy the full SHA 294e191View commit details -
feat: Add UI for workspace launcher question type
This introduces UI elements specifically for the "workspace-launcher" question type. Users can now input a button label and a workspace name when editing a question of this type.
Configuration menu - View commit details
-
Copy full SHA for 5917198 - Browse repository at this point
Copy the full SHA 5917198View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 068dda2 - Browse repository at this point
Copy the full SHA 068dda2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 181b0dc - Browse repository at this point
Copy the full SHA 181b0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c80822 - Browse repository at this point
Copy the full SHA 6c80822View commit details -
feat: Remove toggle label customization
Removes the option to customize labels for the "true" and "false" states of toggle fields.
Configuration menu - View commit details
-
Copy full SHA for d0ee7c3 - Browse repository at this point
Copy the full SHA d0ee7c3View commit details -
Fix: Correct inconsistent casing for toggle component labels
Standardizes the casing of "On" and "Off" labels used within the toggle component in the English translation file to ensure consistency throughout the application. This addresses a minor visual discrepancy and enhances the overall user experience.
Configuration menu - View commit details
-
Copy full SHA for 0c8870d - Browse repository at this point
Copy the full SHA 0c8870dView commit details