asadow
asadow
Thank you! I get ``` > qualtRics:::generate_url("fetchdescription", surveyID = df_errored$id) https://fra1.qualtrics.com/API/v3/survey-definitions/SV_ezFnmDF8xXheiR7/ > fetch_survey(df_errored$id) |===================================================================================================| 100% ── Column specification ───────────────────────────────────────────────────────────────────────────────────── cols( .default = col_character(), StartDate = col_datetime(format = ""), EndDate =...
Yes, either of the two works, but there is still the above error (albeit with a different instanceId).
Thanks Julia. I'll need to get permission to share a reprex with a secret. I will work on that! You helped me verify my endpoint URL. So maybe I should...
Apologies, I will start with a reprex next time. I get an error when attempting to generate the URL: ``` r id_subset = "SV_bQ1k3sEqxrXN71P" qualtRics:::generate_url("exportresponses", surveyID = id_subset) #> Error...
Yes, I'm able, and I get what looks like the endpoint they used. I will send Qualtrics support this in case I'm wrong! Thank you so much. ``` r id_subset...
Hi Julia, I got a response from Qualtrics - yay! However they are now asking if I'd like something else and I am a bit confused as to how to...
Right, but it says question labels, which has a different definition for Qualtrics @ https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/formatting-questions/ So what do you mean by question labels? Thanks for your continued help.
It would be great to have this work out-of-the-box here, as it also would then work within a `golem` or `Rhino` project.
Me also!
Looking for exactly this.