drawDB/src/data/surveyQuestions.js

11 lines
498 B
JavaScript
Raw Normal View History

2024-04-06 03:34:25 +08:00
export const questions = {
satisfaction: "How satisfied are you with drawDB?",
ease: "How easy was it to get started with drawDB?",
wouldRecommend: "How likely are you to recommend drawDB?",
hadDifficulty: "Did you encounter any difficulties when navigating drawDB?",
difficulty: "What were the difficulties you faced?",
triedOtherApps: "Have you tried apps like drawDB?",
comparison: "How did you find drawDB as compared to other apps?",
occupation: "What is your occupation?",
};