
Clicking the arrow-up/arrow-down icon in the toolbar opens a menu with options to import, export, or edit.
This lets the user update the report’s source code, stored as a JSON file, and view the expressions in the TypeScript file.
The options are described below.
Import questionnaire
The Import report option allows the user to load a JSON file previously exported, with or without default values. This makes it easy to quickly copy or edit a report without including additional elements such as themes, images, or menu items. It can also be used to overwrite an existing report.
Edit report JSON
Selecting this option opens a window displaying the report’s JSON code. Users can make direct edits within this window, for example, to rename nodes or correct typos in translations—without needing to export, modify, and re-import the entire translation file.
Export report with/without defaults
This option lets users export a JSON file of the report, which can be opened in a text editor. It can be used to edit node texts or import the report into another project to create a copy.
Users can export with or without default values. Exporting without defaults is usually sufficient, while exporting with defaults is useful for changing default settings or making multiple similar modifications.
Export typescript
This generates an export of all the expressions in the report, including their associated properties and settings, allowing users to review them as needed.
