I am trying to create a question using API (https://api.qualtrics.com/5d41105e8d3b7-create-question)
Here is an example of request json:
QuestionID matches described pattern in documentation:
But in response I receive different incremental QuestionID:
And then when I create responses export it’s also used in response json:
How to pass a QuestionID so that it’s not overridden internally and is further used in responses? Or is there a way to add question DataExportTag to export result?