-
Export Survey Flow:
- You can go to the Survey Flow tab and manually export the flow as a .qsf file.
-
Edit the File:
- This file is a JSON file that contains all survey structure, including embedded data.
- Open the file in a text editor or a JSON editor and manually edit the embedded data fields as needed.
-
Re-import the Survey Flow:
- After editing, you can re-import the
.qsf
file back into Qualtrics.
However, this method is more manual and less ideal for just managing embedded data values.
Thank you @resh_kr.
I see that my description is not clear enough. I need to view and manipulate the embedded data in the intercept, not in the survey. The survey contains the names of the embedded data fields, and I am interested in the values that are assigned in the creatives, so when the intercept opens, these values are passed on to the survey.
I found the option to export the survey but did not find an option to export the intercept. Any hints?
And another question. The QSF file is exported as a single line of text, so it looks like a huge block of text regardless of the application that I use to open it. Is there a trick to show it as a hierarchical structure?
Hi,
As far as I know, there is no such options for intercepts.
The QSF file is in JSON format.
I contacted Qualtrics support. This is the answer I received:
-----
I understand how inconvenient this is but unfortunately there isn't much we can do about it. I double-checked internally and the engineers are not planning to change the interface for the moment but you can always submit a feature request
I understand you’d like the boxes in the intercept page to show the values in full. Unfortunately, this functionality is currently not available in the Qualtrics platform. However, I think this is a great idea for improving the platform, and I encourage you to submit it as an idea to our product ideation board on community.
We now require that you login to Community to post a feature request (product idea) in the Product Ideas category. To request access to the online Qualtrics XM Community, which is not FedRAMP certified, please complete this survey. A member of our community team will reach out with account credentials for your new Community account.
If you already have an account created for you, please login at https://community.qualtrics.com/entry/password. Please note that this information is also available in your Customer Success Hub in the Community access, product ideas & custom code tile.
Feel free to reach out if you have any further questions about this query,
-----
I filed an improvement idea. I cannot link to it because it will take 72 hours to appear on the list.
@dsimov till they time they create this feature or you find a better solution, one workaround is as follows.
- Right clik on the value and select “Inspect Element”. This will open up the devtools.
- Then you’ll either be able to see the entire value in the HTML.
- If you can’t see the value or it is an input element, then click on the “Console” tab, type
$0.value
, the full should now be visible.
Hi @ahmedA This is a good idea. Thanks for suggesting. I tried it.
For a single value, you need a couple of clicks in the inspector until you expose the value. I think it is much faster to enter the cell, select and copy the value and paste it in a text editor. No mouse involved, just keyboard.
It might work for exporting the values as well - it could be faster to copy the HTML and then delete the tags than to copy the values one by one from the boxes in the UI