From 1dfc124d110daf23c3cf85aabb114e3db82252d0 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson <43759233+kenzieschmoll@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:02:52 -0800 Subject: [PATCH] Create devtools-survey-metadata.json --- surveys/devtools-survey-metadata.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 surveys/devtools-survey-metadata.json diff --git a/surveys/devtools-survey-metadata.json b/surveys/devtools-survey-metadata.json new file mode 100644 index 0000000..ffe9a29 --- /dev/null +++ b/surveys/devtools-survey-metadata.json @@ -0,0 +1,12 @@ +{ + "_comments": [ + "uniqueId must be updated with each new survey so DevTools knows to re-prompt users.", + "title should not exceed 45 characters.", + "startDate and endDate should follow ISO 8601 standard with a timezone offset." + ], + "uniqueId": "2023-Q4", + "title": "Take our survey to help us improve DevTools!", + "url": "https://google.qualtrics.com/jfe/form/SV_bkqzW25DzKz56nA", + "startDate": "2023-10-25T09:00:00-07:00", + "endDate": "2023-11-08T09:00:00-07:00" +}