You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following JSON will produce error after Survey Model could not recover:
{elements: {type: "text",name: "q1"}}
The correct JSON should be:
{elements: [{type: "text",name: "q1"}]}
However, JSON parser failed to parse it in Creator JSON Editor and show an error. The JavaScript error raised and JSON Editor doesn't show any reason of an error.
The text was updated successfully, but these errors were encountered:
The following JSON will produce error after Survey Model could not recover:
The correct JSON should be:
However, JSON parser failed to parse it in Creator JSON Editor and show an error. The JavaScript error raised and JSON Editor doesn't show any reason of an error.
The text was updated successfully, but these errors were encountered: