I work in the IT of my company and I installed recently a hosted kobo server at our data center.
My colleagues work now on our kobo server. They have exported all forms from https://kobo.humanitarianresponse.info/ to our server except datas of the forms.
Body:
{
“id”: “aBYoM329UeBeFDr7bJwXUZ”, // form ID from the kobo
“submission”:
{
"q1": "{{q1}}" , // q1 is the question in the form
"meta": {
"instanceID": "uuid:{{_uuid}}" // uuid is the unique submission
in the form
}
}
}
The tutorial doesn’t explain how to import several questions.
If in the form, i want to import a second question (q2 for exemple), how do I add it ? Is this possible like below ?
“q1”: “{{q1}}” , // q1 is the question in the form
“q2”: “{{q2}}” ???
“meta”: {
“instanceID”: “uuid:{{_uuid}}” // uuid is the unique submission