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

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

  • 8 December 2019
  • 1 reply
  • 68 views

Userlevel 1
Badge
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?
icon

Best answer by KeirJ 18 December 2019, 00:11

View original

1 reply

Userlevel 4
Badge +7
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