Giter Site home page Giter Site logo

amturkr's Introduction

amturkr

a library for making amazon mturk experiments

Differences from Experimentr v1:

  • 'data' variable is restructured to include only user-added data. This makes development and debugging easier. (Tracking variables are added once the experiment ends.)
  • Redone using jQuery instead of D3
    • The advantage is that jQuery is more universal, so most people will have the Google API loaded already from another website. The disadvantage is that if they don't, it marginally increases loading time.
    • Also, it's cleaner from a modular design standpoint, since you use D3 only for data and jQuery only for documents.
  • Added a number of usability features
    • Start, next, and finish buttons can all be added from the HTML side (by using #experimentStart, #experimentNext...)
    • Postid elements can be added from the HTML side (#experimentId)
    • Scripts can be attached as handlers through a single document
    • Module system is more flexible
    • A number of places have added string parsing and error handling to ensure the system is as robust as possible
  • Added debugging features
    • verbose and Verbose modes
    • Can start page from a certain module
  • Added mouse tracking for both position and clicks
    • Can globally monitor clicks or only monitor certain elements

Work-in-Progress features

  • CSV save support
  • Automatic form validation

amturkr's People

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.