Hello,
I want to initialize a survey result using question of type checkbox with a flat JSON ( without arrays ) ,
example:1 ( question 1 of type checkbox )
JSON{ "question1":"item1"}
example:2 ( question 2 of type checkbox )
JSON{ "question2":"item1,item2"}
the current behavior of SurveyJS: he acceptOnly the following structure { "question1":["item1","item2"]},
if no array is provided to initialize the questions, survey result is displayed without initialized answers
Note: i dont have hands to change the incoming structure. is there any solution survey designer side ?
Regards,
Dhia