-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsurveys.yml
315 lines (248 loc) · 11.1 KB
/
surveys.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
locale: en-US
translations:
###########################################################################
# General
###########################################################################
- key: general.title
t: Devographics Surveys
- key: general.description
t: The State of JavaScript, State of CSS, State of HTML, and other developer surveys.
- key: general.no_preview_surveys
t: No surveys to preview
- key: general.global_nav
t: Global
- key: general.survey_status_preview
t: Preview
- key: general.survey_status_open
t: Open
- key: general.survey_status_closed
t: Closed
- key: general.survey_status_hidden
t: Hidden
- key: general.pick_up_to
t: Pick up to {limit} items.
- key: general.privacy_policy
t: Privacy Policy
- key: general.privacy_policy.description
t: >
### 1. Data Collection
In addition to the data collected through a survey's questions, we collect your device, browser, OS, browser version, and referrer.
Note that all questions are entirely optional, and we never link any identifiable information (such as email addresses) to your survey answers.
### 2. Email Collection
We may optionally collect your email to:
1. Generate a magic log-in link, after which we discard your email and only keep a one-way hash in our user database.
2. Contact you once survey results are available, as well as when we launch future editions of a survey and for infrequent announcements. You can unsubscribe from our mailing list at any time, and your email is discarded from our records once it is sent to our email newsletter provider.
3. Send you a recap list of features or tools you want to learn more about. We will discard your address once the email has been sent out through our transactional email provider.
When we do collect your email address, it is never linked to your responses for a survey, or to your user account.
### 3. Cookies
We set a log-in cookie, and our hosting provider (Vercel) may also sets its own cookie. We do not set any other cookie or use client-side analytics or ads.
### 4. Data Use
We process the data and then use it to publish reports. We also make the entire dataset publicly available.
### 5. Data/Account Deletion
You can email us at [[email protected]](mailto:[email protected]) if you'd like us to delete all or part of your data.
###########################################################################
# Other UI Strings
###########################################################################
- key: textlist.placeholder
t: Item {index}…
- key: feature.unimplemented
t: No browser implementation yet
- key: general.skip_question
t: Skip
- key: general.unskip_question
t: Answer Question
- key: general.skip_question.description
t: Skip question and mark it as completed
- key: general.unskip_question.description
t: Unskip question and answer it
- key: years.less_than_one_year
t: Less than one year
- key: years.years
t: years
- key: likert.option.0
t: Very Unhappy
- key: likert.option.1
t: Unhappy
- key: likert.option.2
t: Neutral
- key: likert.option.3
t: Happy
- key: likert.option.4
t: Very Happy
- key: general.numeric_input.invalid_input
t: Please make sure you enter a valid number.
- key: general.numeric_input.unit.years
t: years
- key: general.numeric_input.unit.years_old
t: years old
- key: general.numeric_input.unit.hours
t: hours
###########################################################################
# Errors & Messages
###########################################################################
- key: error.duplicate_response
t: Sorry, you already have a session in progress for this survey.
- key: error.report_issue
t: Report issue
- key: success.data_saved
t: Data Saved
- key: success.data_saved.description
t: Your data has been saved.
###########################################################################
# Accounts
###########################################################################
- key: accounts.create_account
t: Continue with Account
- key: accounts.create_account.description
t: Having an account lets you **access your own data in the future** and be notified when survey results are published.
- key: accounts.create_account.note
t: If you **already have an account** we will send you a magic log-in link by email.
- key: accounts.create_account.action
t: Continue with Account
- key: accounts.your_email
t: Your Email
- key: accounts.upgrade_account.action
t: Upgrade your account
- key: accounts.upgrade_account.description
t: Upgrading your account with an email address will let you access your survey response after you end your session.
- key: accounts.continue_as_guest
t: Continue as Guest
- key: accounts.continue_as_guest.description
t: Taking the survey anonymously means you **won't be able to access your data again** after you end your session.
- key: accounts.continue_as_guest.action
t: Continue as Guest
- key: accounts.magic_link.no_email
t: Please enter your email
- key: accounts.magic_link.success
t: Check your inbox! We sent you a magic link, just click it to confirm your account and log in.
# Open known mail provider directly in browser with the right search params
- key: accounts.magic_link.browser
t: <a href="{link}">Click to open your inbox.</a>
###########################################################################
# FAQ
###########################################################################
- key: general.faq
t: FAQ
- key: faq.create_account
t: Why do I need to create an account?
- key: faq.create_account.description
t: We ask you to create an account in order to avoid duplicate responses, save your data, and notify you when results are published.
- key: faq.anonymous_survey
t: Can I take the survey anonymously?
- key: faq.anonymous_survey.description
t: Yes, you can use a fake ([email protected]) or non-identifying email to take the survey as long as you save it for future access.
- key: faq.questions_required
t: Is answering every question required?
- key: faq.questions_required.description
t: No, every question of the survey is optional and can freely be skipped.
- key: faq.data_published
t: Will my data be made public?
- key: faq.data_published.description
t: Yes, all data will be released publicly, but only after being purged of any identifying information (emails, usernames, IDs, etc.).
- key: faq.survey_design
t: How are the surveys designed?
- key: faq.survey_design.description
t: Surveys are designed based on community feedback, as well as reviewed by experts. You can [learn more here](https://dev.to/sachagreif/how-the-state-of-js-css-surveys-are-run-4lnb).
- key: faq.results_released
t: When will the results be released?
- key: faq.results_released.description
t: Results are generally released a few weeks after the survey closes.
- key: faq.survey_deadline
t: When will the survey close?
- key: faq.survey_deadline.description
t: This survey is scheduled to run until {date}
- key: faq.team
t: Who runs this survey?
- key: faq.team.description
t: This survey is run by [Devographics](http://devographics.com) together with a collective of contributors, translators, and volunteers.
###########################################################################
# Form Controls
###########################################################################
- key: bracket.vs
t: VS
- key: bracket.start_over
t: Start Over
- key: bracket.winner
t: >
Winner:
- key: bracket.round
t: Round
- key: bracket.empty_bracket
t: Pending result (complete the previous round first)
- key: bracket.result
t: Result
- key: bracket.cancel
t: Cancel
- key: experience.leave_comment
t: Leave a Comment (optional)
- key: experience.leave_comment_short
t: Leave a Comment
- key: experience.tell_us_more
t: "You answered “{response}”. Tell us more about your choice:"
- key: experience.tell_us_more_generic
t: "Tell us more about your answer:"
- key: experience.tell_us_more_no_value
t: "You didn't pick any response. Tell us why:"
- key: user_info.gender.snowball_sampling
t: >
### Help us share this survey with more women!
We are hoping to increase women participation this year, and one approach we're trying (known as “[snowball sampling](https://github.com/Devographics/surveys/issues/258)”) is asking women respondents such as yourself to share the link to this survey with other women developers.
If you're able to help with this, here is a special share link you can use so we can track the success of this initiative:
###########################################################################
# Response
###########################################################################
- key: response.completion
t: "{completion}% completed"
- key: response.details
t: Started on {startedAt}, {completion}% completed.
###########################################################################
# Reading List
###########################################################################
- key: readinglist.prompt
t: >
You picked “{option}”. If you'd like to learn more about this feature at the end of the survey, you can click the "+" icon in the corner above to add it to your **reading list**.
- key: readinglist.add_to_list
t: Add to Your Reading List
- key: readinglist.remove_from_list
t: Remove from Reading List
- key: readinglist.added_to_list
t: Added “{label}” to your reading list.
- key: readinglist.title
t: Reading List
- key: readinglist.description
t: >
Save items here using the "+" button, and you'll get a list of links to learn more about them at the end of the survey.
- key: readinglist.empty
t: >
You don't have any items in your reading list.
Try going back to the survey and adding features or libraries you'd like
to learn more about using the "+" button.
- key: readinglist.results
t: >
Here are some resources to learn more about the items in your reading list:
- key: readinglist.homepage_link
t: Homepage
- key: readinglist.receive_copy
t: >
Enter your email to get a copy of your reading list straight in your inbox:
- key: readinglist.send_by_email
t: Send
- key: readinglist.email_sent
t: Thanks! Your reading list is on its way to your inbox.
###########################################################################
# Score & Knowledge Ranks
###########################################################################
- key: knowledge_rank.your_rank
t: "Your Rank:"
- key: knowledge_rank.rank1
t: Novice
- key: knowledge_rank.rank2
t: Apprentice
- key: knowledge_rank.rank3
t: Intermediate
- key: knowledge_rank.rank4
t: Expert
- key: knowledge_rank.rank5
t: Scholar
- key: knowledge_rank.rank6
t: Elite