You have successfully created a question-answering project and imported documents. You have a set of questions you want to import to give a try.
- Go to the Question answering view
- Open the left panel and click on the menu
- Click on Import questions

- Download the JSON sample

- Create your file based on this example below and then import it in the project.
[
{
"metadata": {
"question": "true",
"language": "en"
},
"text": "What is the rated power of the VE-3100 Compact wind turbine?"
},
{
"metadata": {
"question": "true",
"language": "en"
},
"text": "Which markets are prioritized for the VE-3100 Compact wind turbine?"
},
{
"metadata": {
"question": "true",
"language": "en"
},
"text": "What is the tower height of the VE-Offshore Titan 6.5 wind turbine?"
},
{
"metadata": {
"question": "true",
"language": "en"
},
"text": "What commercial advantages does the VE-3100 Compact offer regarding installation?"
}
]