Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lat/lon from google maps not stored #6

Closed
debsuconn opened this issue May 28, 2019 · 7 comments
Closed

lat/lon from google maps not stored #6

debsuconn opened this issue May 28, 2019 · 7 comments

Comments

@debsuconn
Copy link

Hi,
I have developed a survey to collect locations of healthcare facilities by using the qualtrics-google code. While I am conducting a survey, everything work such as search box, red pin etc but the lat and lon data and the name of the location are not saved in the database. Any solution to solve this issue?

Thanks.

@Louocean
Copy link

I also have the same problem... were you able to find the data?

@forestbarnes
Copy link

Any solution to this problem? I'm having the same issue

@pkmnct
Copy link
Owner

pkmnct commented Jul 21, 2020

The result should be collected in the Qualtrics question field as a string representation of a JSON object. It will be in the format as follows:

{"lat": "38.8951", "long": "-77.0364"}

@elijanet
Copy link

elijanet commented Jul 21, 2020

This took me hours to figure out and it was so simple! You need to make sure the Text Type in Qualtrics is set as Single Line and not Form. It then records the lat/long in Data & Analysis.

Perhaps the author can specify the above in the instructions?

@pkmnct
Copy link
Owner

pkmnct commented Jul 21, 2020

@elijanet Thank you for this, I had not been successful in recreating the reported bug. @forestbarnes @Louocean @debsuconn If any of you are still having this issue, let me know if @elijanet's solution works for you.

@forestbarnes
Copy link

This fix worked for me! PLEASE specify this in the instructions - it would have saved me quite a bit of time and hassle. Thank you!!

@pkmnct pkmnct closed this as completed in 3e27547 Jul 21, 2020
@pkmnct
Copy link
Owner

pkmnct commented Jul 21, 2020

I have included this in the documentation setup and troubleshooting sections. If anyone continues to face this issue after following this workaround, please feel free to re-open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants