Giter VIP home page Giter VIP logo

Comments (2)

Delkine avatar Delkine commented on July 21, 2024

I found out that the reason this get survey call did not work was because the survey index code [9] in the statement: "mysurvey <- getSurvey(surveyID = surveys$id[9]" changed without us knowing about it. It changed from 9 to 8 and so the statements would not work correctly. Is it necessary to use this code instead of the actual survey id? I've tried using the actual survey id but I get an error. The survey index number can change depending on what other surveys are added or deleted. If this cannot be changed perhaps we could know the rules for assigning the code so we could anticipate what would cause the index number to change or better still provide a way to read the survey index from the surveys list and then read it into the code.

from qualtrics.

Bmanger avatar Bmanger commented on July 21, 2024

Hey @Delkine,

If you are still having this issue, you should be able to resolve it by directly pasting the surveyID in stringformat to the getSurvey command. If you prefer to reference the surveys object, you can try filtering it by survey name rather than row index. You could consider using:
surveys$id[surveys$name == "YOURSURVEYNAME"]

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.