Actions
Bug #6924
openGoogle survey participation link should work for newly created surveys, too
Status:
In Progress
Priority:
Normal
Assigned To:
Category:
Third party integration
Target version:
-
Story points:
-
Description
See e70c808ab4518cf68ae56f702ae64f5232bbc0ba
My theory:
# Google changed the field IDs on existing forms/results. Old # field IDs were small multiples of 10, and were changed from N to # 1000000+N; new ones are big numbers and should be used verbatim.
Current code always adds 1000000. According to Nancy's experiments, this means in order to conduct a survey with a newly created Google form, you have to enter "2014123456" when the real form field ID is "2015123456".
Updated by Tom Clegg over 10 years ago
Updated by Ward Vandewege over 10 years ago
Ran tests with
RAILS_ENV=test bundle exec rake test:functionals TEST=test/functional/google_surveys_controller_test.rb
(thanks for the hint Tom). LGTM.
Actions