Skip to content

Commit 67f3b44

Browse files
committed
Remove survey links
1 parent d6efcd9 commit 67f3b44

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

config/template.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
"body": "[Back to Challenge Details page](<%- challenge.url %>)\n<% _.forEach(challenge.prizeSets, function(prizeSet) { %>* <%- prizeSet.type %>: <% _.forEach(prizeSet.prizes, function(prize) { %><%- prize.value %>$ <% }) %>\n<% }); %>",
3131
"announce": 1,
3232
"closed": 1
33-
},
34-
{
35-
"title": "Please give us feedback on this challenge!",
36-
"body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc.\n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>",
37-
"announce": 0,
38-
"closed": 0
3933
}
4034
]
4135
},
@@ -83,12 +77,6 @@
8377
"body": "[Back to Challenge Details page](<%- challenge.url %>)\n<% _.forEach(challenge.prizeSets, function(prizeSet) { %>* <%- prizeSet.type %>: <% _.forEach(prizeSet.prizes, function(prize) { %><%- prize.value %>$ <% }) %>\n<% }); %>",
8478
"announce": 1,
8579
"closed": 1
86-
},
87-
{
88-
"title": "Please give us feedback on this challenge!",
89-
"body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>",
90-
"announce": 0,
91-
"closed": 0
9280
}
9381
]
9482
},
@@ -139,13 +127,6 @@
139127
"closed": 0,
140128
"selfService": false
141129
},
142-
{
143-
"title": "Please give us feedback on this challenge!",
144-
"body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>",
145-
"announce": 0,
146-
"closed": 0,
147-
"selfService": false
148-
},
149130
{
150131
"title": "Welcome!",
151132
"body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.",
@@ -190,12 +171,6 @@
190171
"body": "[Back to Challenge Details page](<%- challenge.url %>)\n<% _.forEach(challenge.prizeSets, function(prizeSet) { %>* <%- prizeSet.type %>: <% _.forEach(prizeSet.prizes, function(prize) { %><%- prize.value %>$ <% }) %>\n<% }); %>",
191172
"announce": 1,
192173
"closed": 1
193-
},
194-
{
195-
"title": "Please give us feedback on this challenge!",
196-
"body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>",
197-
"announce": 0,
198-
"closed": 0
199174
}
200175
]
201176
},

0 commit comments

Comments
 (0)