My question set is saved in json file. How can I automatically generate questions based on js file? | XM Community
Skip to main content
All my questions (in text) and answers are saved in a json file (downed from a machine reading comprehension dataset). It looks like {"question": "Who was the Norse leader?", "id": "56ddde6b9a695914005b962b", "answers": [{"text": "Rollo", "answer_start": 308}}.

Is it possible in Qualtrics to automatically generate questions based on this dataset file? If so, how?
Hi @Pei_2009!



You'll need to restructure the JSON file but there are a couple of options for generating a survey in Qualtrics using an import process:



1.) Import using a text file. This support article describes this process.



2.) Use the Qualtrics API. The Create Question API is a good place to start.

Leave a Reply