My question set is saved in json file. How can I automatically generate questions based on js file? | XM Community
Skip to main content
Solved

My question set is saved in json file. How can I automatically generate questions based on js file?

  • December 8, 2019
  • 1 reply
  • 297 views

Forum|alt.badge.img
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?

Best answer by KeirJ

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.

1 reply

KeirJ
QPN Level 2 ●●
Forum|alt.badge.img+7
  • QPN Level 2 ●●
  • Answer
  • December 17, 2019
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.