Giter VIP home page Giter VIP logo

Comments (4)

JasperHG90 avatar JasperHG90 commented on July 21, 2024

Hi Daniël,

Thanks for notifying me of this. I've updated getSurveys on the development branch to cycle through the pages if the number of surveys total more than 100. You can install this version using devtools::install_github("JasperHG90/qualtRics", ref="development").

Let me know if that solves the issue.

Best,

J.

from qualtrics.

Drittij avatar Drittij commented on July 21, 2024

Thanks for the fast reply. This solved the issue!

We have around 6000 surveys in our database at the moment, so this makes this function (obviously) a little bit slower.

A suggestion for future development is maybe adding arguments to filter on active/closed surveys or date?

from qualtrics.

JasperHG90 avatar JasperHG90 commented on July 21, 2024

Thanks for your suggestions. The qualtrics api endpoint is a bit limiting in terms of the parameters you can pass, but I've sent them an email asking them if it's possible to filter by active/inactive and dates.

Best,

J.

from qualtrics.

JasperHG90 avatar JasperHG90 commented on July 21, 2024

Response from Qualtrics support

  1. To get more results than the first 100, you would need to run a second GET request to the "nextPage" URL provided at the end of the return body when there are more than 100 results.
  2. To filter by active/not active, this would need to be programmed on your side after running the call, using the "isActive" parameter, but we cannot make the call return only active or only inactive surveys selectively.
  3. Filtering by date is also something that needs to be programmed on your side after running the call, by using the "lastModified" parameter.

from qualtrics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.