Open andrewtelnov opened 2 years ago
Let's say you have an "address" panel and several questions in it: "country", "city", "postcode" and so on. It will be nice, optionally, to store these data in survey as:
address: { country: "Estonia", city: "Tallinn" }
Right now, only flat stucture is supported.
The best solution is to use composite question to handle it.
Thank you, Andrew
Let's say you have an "address" panel and several questions in it: "country", "city", "postcode" and so on. It will be nice, optionally, to store these data in survey as:
Right now, only flat stucture is supported.