Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
}
]
},
{
questions: [
{
type: "text",
name: "email",
title:
'Thank you for taking our survey. Please enter your email address, then press the "Submit" button.'
}
]
}
]
};
var model = new SurveyVue.Model(json);
return {
survey: model
};
}
};