Skip to content

Commit deb1cba

Browse files
committed
updated survey wording slightly
1 parent 9648cfc commit deb1cba

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

v3/js/opt-frontend-common.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,15 +1815,22 @@ Please support our research and keep this tool free by <b><a href="https://docs.
18151815
If you are at least 60 years old, please also <a href="https://docs.google.com/forms/d/1lrXsE04ghfX9wNzTVwm1Wc6gQ5I-B4uw91ACrbDhJs8/viewform" target="_blank">fill out this survey</a>.</p>'
18161816
18171817
v7: (deployed on 2016-05-22) - use Google Forms links - emphasize the over-60 survey more, but same links
1818-
*/
18191818
var survey_v7 = '\n\
18201819
<p style="font-size: 10pt; margin-top: 10px; line-height: 175%;">\n\
18211820
If you are <b>at least 60 years old</b>, please support our research by <a href="https://docs.google.com/forms/d/1lrXsE04ghfX9wNzTVwm1Wc6gQ5I-B4uw91ACrbDhJs8/viewform" target="_blank">filling out this short survey</a>.\n\
18221821
<br/>\n\
18231822
<span style="font-size: 9pt;">Everyone else can help keep this tool free by <a href="https://docs.google.com/forms/d/1-aKilu0PECHZVRSIXHv8vJpEuKUO9uG3MrH864uX56U/viewform" target="_blank">filling out this usage survey</a>.</span>\n\
18241823
</p>'
1824+
v8: (deployed on 2016-06-20) - like v7 except emphasize the main usage survey more, and have the over-60 survey as auxiliary
1825+
*/
1826+
var survey_v8 = '\n\
1827+
<p style="font-size: 10pt; margin-top: 10px; margin-bottom: 15px; line-height: 175%;">\n\
1828+
<span>Support our research and keep this tool free by <a href="https://docs.google.com/forms/d/1-aKilu0PECHZVRSIXHv8vJpEuKUO9uG3MrH864uX56U/viewform" target="_blank">filling out this user survey</a>.</span>\n\
1829+
<br/>\n\
1830+
<span style="font-size: 9pt;">If you are <b>at least 60 years old</b>, please also fill out <a href="https://docs.google.com/forms/d/1lrXsE04ghfX9wNzTVwm1Wc6gQ5I-B4uw91ACrbDhJs8/viewform" target="_blank">our survey about learning programming</a>.</span>\n\
1831+
</p>'
18251832

1826-
var survey_html = survey_v7;
1833+
var survey_html = survey_v8;
18271834

18281835
function setSurveyHTML() {
18291836
$('#surveyPane').html(survey_html);

v5-unity/js/opt-frontend-common.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,15 +1804,21 @@ Please support our research and keep this tool free by <b><a href="https://docs.
18041804
If you are at least 60 years old, please also <a href="https://docs.google.com/forms/d/1lrXsE04ghfX9wNzTVwm1Wc6gQ5I-B4uw91ACrbDhJs8/viewform" target="_blank">fill out this survey</a>.</p>'
18051805
18061806
v7: (deployed on 2016-05-22) - use Google Forms links - emphasize the over-60 survey more, but same links
1807-
*/
18081807
var survey_v7 = '\n\
18091808
<p style="font-size: 10pt; margin-top: 10px; line-height: 175%;">\n\
18101809
If you are <b>at least 60 years old</b>, please support our research by <a href="https://docs.google.com/forms/d/1lrXsE04ghfX9wNzTVwm1Wc6gQ5I-B4uw91ACrbDhJs8/viewform" target="_blank">filling out this short survey</a>.\n\
18111810
<br/>\n\
18121811
<span style="font-size: 9pt;">Everyone else can help keep this tool free by <a href="https://docs.google.com/forms/d/1-aKilu0PECHZVRSIXHv8vJpEuKUO9uG3MrH864uX56U/viewform" target="_blank">filling out this usage survey</a>.</span>\n\
18131812
</p>'
1813+
*/
1814+
var survey_v8 = '\n\
1815+
<p style="font-size: 10pt; margin-top: 10px; margin-bottom: 15px; line-height: 175%;">\n\
1816+
<span>Support our research and keep this tool free by <a href="https://docs.google.com/forms/d/1-aKilu0PECHZVRSIXHv8vJpEuKUO9uG3MrH864uX56U/viewform" target="_blank">filling out this user survey</a>.</span>\n\
1817+
<br/>\n\
1818+
<span style="font-size: 9pt;">If you are <b>at least 60 years old</b>, please also fill out <a href="https://docs.google.com/forms/d/1lrXsE04ghfX9wNzTVwm1Wc6gQ5I-B4uw91ACrbDhJs8/viewform" target="_blank">our survey about learning programming</a>.</span>\n\
1819+
</p>'
18141820

1815-
var survey_html = survey_v7;
1821+
var survey_html = survey_v8;
18161822

18171823
function setSurveyHTML() {
18181824
$('#surveyPane').html(survey_html);

0 commit comments

Comments
 (0)