Show QIDs instead of question numbers in exported word document | XM Community
Skip to main content
Hello

When exporting survey to word, is there any option to show QIDs instead of question numbers in the exported word document?

I am trying to create Q_PopulateResponse Json with all display and skip logics to use it with generating test responses . The Q_PopulateResponse parameter takes QIDs and choice ids. As you know, when the survey is exported to word, the display logic uses question numbers. But what I want here is QIDs so that I can extract all the QIDs and choice ids that are present in all display logics and insert them in Q_PopulateResponse Json.

Thank you,
Reddy
Hello @casualuser ,

In the tools -> "Auto-numbering question" options -> Select "Internal ID Numbing"
The above will make all the export tag to QID.

Now export the survey to word
> @Shashi said:
> Hello @casualuser ,
>
> In the tools -> "Auto-numbering question" options -> Select "Internal ID Numbing"
> The above will make all the export tag to QID.
>
> Now export the survey to word

Thank you Shashi. It worked!