11 lines
498 B
JavaScript
11 lines
498 B
JavaScript
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?",
|
|
};
|