mattroumaya / surveymonkey

Access your SurveyMonkey data directly from R!
https://mattroumaya.github.io/surveymonkey/
Other
42 stars 10 forks source link

Column (Date Modified) Showing Results That Differ From Direct Export From Survey Monkey #82

Closed de3ert closed 2 years ago

de3ert commented 2 years ago

When viewing individual responses in SurveyMonkey, I notice that some records show a "Last Modified" date that differs from the date under "date_modified" that is created by the package. Do you have any idea why the difference is occurring? Thank you!

mattroumaya commented 2 years ago

Can you provide a little more info? Where does Last Modified come from, and where does date_modified come from?

de3ert commented 2 years ago

In SurveyMonkey, after selecting my survey I navigate to Analyze Results and then to Individual Responses to find the Last Modified date of each respondent. The Last Modified date also exports from SurveyMonkey as End Date. In R, after I run

survey_df <- [survey id] %>% fetch_survey_obj %>% parse_survey

I then take a look at column names and see the date_modified column. Most of the values match Last Modified/End Date, but not all match.

mattroumaya commented 2 years ago

I plan to look into this further soon but haven't had the time. Have you found any additional info about this issue @de3ert?

mattroumaya commented 2 years ago

@de3ert closing for now but feel free to reopen if needed.