Git Product home page Git Product logo

surveyman's Introduction

Build Status

Usage

SurveyMan is a programming language and runtime system for designing, debugging, and deploying surveys on the web. The SurveyMan runtime system is designed to be modular, so it can support a variety of backend services. For the latest information on backend support, see the wiki.

The SurveyMan programming language is a tabular language that is best written in a spreadsheet program. There is also current developement on a Python library. For the latest updates to the Python library, follow @mmcmahon13. A tutorial on getting started with SurveyMan can be found here.

The SurveyMan language itself supports a large range of survey structures. Some features that are not directly supported by the langauge can be implemented using customized code (especially Javascript). If you are not sure whether SurveyMan can support a particular feature, please contact @etosch.

Installation

To get started, download the latest release from the releases page. If you are on a Mac, you may need to go to System Preferences -> Security & Privacy and set the Allow apps downloaded from option to Anywhere.

Once you have unzipped the folder, run setup.py. This will create your surveyman home directory (~/surveyman/) and move the params.properties file to that directory. Your surveyman home directory will also contain the credentials necessary to post to crowdsourced backends such as Mechanical Turk.

Once you have run setup.py, you can now run the SurveyMan gui by simply double-clicking on the jar.

Troubleshooting

SurveyMan logs a great deal of information in the logs folder. This is a folder that is created automatically in the folder from which you run the SurveyMan jar. SurveyMan.log will provide the most informative information.

You can also run the SurveyMan jar from the command line with the command java -jar path/to/surveyman_x.y.jar, where x.y is the version of SurveyMan you are currently running. This will make any errors thrown in the code obvious.

If you get stuck, please submit an issue and attach your SurveyMan.log file and any console output.

Development

If you would like to help out with SurveyMan development, fork this repository and issue a pull request to the untested branch. Working on the SurveyMan codebase requires make and maven. To get started, run make .deps. For each pull, make sure to run make clean, since this will update any changes made to customizable files located in your surveyman home directory.

Installation

In order to use all of the programs here, you will need to have the following installed:

  • Python 2.7
  • numpy
  • scipy
  • matplotlib
  • maven
  • make
  • npm
  • bower

Not all of these are necessary, depending on what you want to do. The core behavior is in Java.

To get started, run scripts/setup.sh && make install.

Simulator

Warning : the simulator is almost a year out of date SurveyMan is written in Python. It is designed as a testing environment for the application quality control metrics. The main entrypoint of the program is launcher.py. To view options, type python \relative\path\to\launcher.py help.

To see how an example survey is constructed, run python \relative\path\to\example_survey.py. To test metrics, run python \relative\path\to\metric-test.py.

License

CRAPL - see CRAPL.

surveyman's People

Contributors

emeryberger avatar etosch avatar mmcmahon13 avatar presleyp avatar

Watchers

 avatar  avatar

surveyman's Issues

sample survey that tests question variants.

One of the claims we make is that we test possible question wordings/variants to see if there are any that have different distributions of the rest. This is a way of detecting "wording bias" in surveys. The notion of wording bias can be generalized beyond specific wording variants to the variance of a certain class. That is, the same mechanism for detecting wording bias can be used to alert researchers that a particular group is not homogenous (should I explain more? Is this clear?).

If I could get a survey that has this property (especially before Monday), that would be great.

It's essentially the "branch all" thing.

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.