jpjacobpadilla / Qualtrics-Collaboration-API

An easy way for NYU students to collaborate on Qualtrics surveys!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An easy way for NYU students to collaborate on Qualtrics surveys

This Python package provides a streamlined solution for NYU students to collaborate on Qualtrics surveys. It simplifies the process of adding collaborators to a survey and managing access.


Here's a quick guide on how to use this package:

  1. Import the Client: Begin by importing the CollaborationClient class from the package.

    from qualtrics_collaboration import CollaborationClient
  2. Create a Client Instance: Create an instance of CollaborationClient.

    client = CollaborationClient()
  3. Login: Log in to your Qualtrics account through the client.

    client.login()
  4. Add a Collaborator: Add a collaborator to your survey by providing the survey ID and the collaborator's username or email.

    client.add_collaborator(survey_id='SV_SURVEY_ID', collaboration_username='USERNAME/EMAIL')
  5. Enter Collaboration Code: If you have a collaboration code for an existing survey, enter it to join the survey.

    client.enter_collaboration_code(code='COLLABORATION_CODE')

Contributing

Contributions are welcome! Please feel free to submit pull requests, report bugs, or suggest features.

About

An easy way for NYU students to collaborate on Qualtrics surveys!


Languages

Language:Python 100.0%