deddyss / qualtrics-response-exporter

Simple tool to export survey responses automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qualtrics Response Exporter

Simple tool to export survey responses automatically

About The Project

If you have so many Qualtrics surveys and want to export its responses at once without having to click repeatedly on the web page, then this is the right tool for you. This app uses command line interface for user interaction as you can see below:

Greeting and basic questions

Survey and Export questions

Built With

Getting Started

Prerequisites

  1. Your Qualtrics account must have access to the Qualtrics API feature. You need that access to generate an API token that will be used by this app.
  2. You need to install Node.js runtime and Git on your machine.

Installation

  1. Open the terminal
  2. Clone the repo
    git clone https://github.com/deddyss/qualtrics-response-exporter.git
  3. Go to project directory
    cd qualtrics-response-exporter
  4. Install NPM packages
    npm install
  5. Build the app
    npm run build

Usage

Use following command to start the app

npm run start

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

About

Simple tool to export survey responses automatically

License:MIT License


Languages

Language:TypeScript 97.0%Language:JavaScript 3.0%