Code Monkey home page Code Monkey logo

lime_survey's Introduction

Gem Version Build Status Coverage Status

LimeSurvey

Fully Implements the LimeSurvey API in Ruby

Installation

Add this line to your application's Gemfile:

gem 'lime_survey'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lime_survey

Be sure to define your LimeSurvey credentials by setting up environment variables in your application appropriately. Refer to the .env.sample file for details.

LIMESURVEY_API_URL = "https://YOUR_URL/survey/index.php?r=admin/remotecontrol"
LIMESURVEY_USERNAME = "my-user"
LIMESURVEY_PASSWORD = "my-password"

If you simply would like to play with the API, you can use the public demo credentials which are:

LIMESURVEY_API_URL:  "https://demo.limesurvey.org/index.php?r=admin/remotecontrol"
LIMESURVEY_USERNAME: "demo"
LIMESURVEY_PASSWORD: "demo"

Public credentials last updated 4/25/2019

Usage

There are 48 primary APIs that are wrapped. Below you will see basic examples of how to use them. For more information about what optional query parameters are available, please consult the LimeSurvey API Docs

Authenticated calls require a token, this library already handles the request & reload of tokens as needed via the check_authentication & get_session_key methods defined in LimeSurvey::Api

Activate Survey

LimeSurvey::Api.new.activate_survey survey_id: 1

Activate Tokens

LimeSurvey::Api.new.activate_tokens survey_id: 1, attribute_fields: [3,5,7]

Add Group

LimeSurvey::Api.new.add_group

Add Language

LimeSurvey::Api.new.add_language

Add Participants

LimeSurvey::Api.new.add_participants

Add Response

LimeSurvey::Api.new.add_response

Add Survey

LimeSurvey::Api.new.add_survey

Copy Survey

LimeSurvey::Api.new.copy_survey

Cpd Import Participants

LimeSurvey::Api.new.cpd_import_participants

Delete Group

LimeSurvey::Api.new.delete_group

Delete Language

LimeSurvey::Api.new.delete_language

Delete Participants

LimeSurvey::Api.new.delete_participants

Delete Question

LimeSurvey::Api.new.delete_question

Delete Survey

LimeSurvey::Api.new.delete_survey

Export Responses

LimeSurvey::Api.new.export_responses

Export Responses By Token

LimeSurvey::Api.new.export_responses_by_token

Export Statistics

LimeSurvey::Api.new.export_statistics

Export Timeline

LimeSurvey::Api.new.export_timeline

Get Group Properties

LimeSurvey::Api.new.get_group_properties

Get Language Properties

LimeSurvey::Api.new.get_language_properties

Get Participant Properties

LimeSurvey::Api.new.get_participant_properties

Get Question Properties

LimeSurvey::Api.new.get_question_properties

Get Response Ids

LimeSurvey::Api.new.get_response_ids

Get Session Key

LimeSurvey::Api.new.get_session_key

Get Site Settings

LimeSurvey::Api.new.get_site_settings

Get Summary

LimeSurvey::Api.new.get_summary

Get Survey Properties

LimeSurvey::Api.new.get_survey_properties

Get Uploaded Files

LimeSurvey::Api.new.get_uploaded_files

Import Group

LimeSurvey::Api.new.import_group

Import Question

LimeSurvey::Api.new.import_question

Import Survey

LimeSurvey::Api.new.import_survey

Invite Participants

LimeSurvey::Api.new.invite_participants

List Groups

LimeSurvey::Api.new.list_groups

List Participants

LimeSurvey::Api.new.list_participants

List Questions

LimeSurvey::Api.new.list_questions

List Surveys

LimeSurvey::Api.new.list_surveys

List Users

LimeSurvey::Api.new.list_users

Mail Registered Participants

LimeSurvey::Api.new.mail_registered_participants

Release Session Key

LimeSurvey::Api.new.release_session_key

Remind Participants

LimeSurvey::Api.new.remind_participants

Set Group Properties

LimeSurvey::Api.new.set_group_properties

Set Language Properties

LimeSurvey::Api.new.set_language_properties

Set Participant Properties

LimeSurvey::Api.new.set_participant_properties

Set Question Properties

LimeSurvey::Api.new.set_question_properties

Set Quota Properties

LimeSurvey::Api.new.set_quota_properties

Set Survey Properties

LimeSurvey::Api.new.set_survey_properties

Update Response

LimeSurvey::Api.new.update_response

Upload File

LimeSurvey::Api.new.upload_file

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/beneggett/lime_survey. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the LimeSurvey project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

lime_survey's People

Contributors

beneggett avatar

Watchers

 avatar  avatar  avatar

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.