Skip to content

Create your own study by cloning and editing configs; or check out the code behind the study components.

License

Notifications You must be signed in to change notification settings

visdesignlab/ThinkAloud

 
 

Repository files navigation

reVISit study – Interactive, Web-Based User Studies.

Create your own interactive, web-based data visualization user studies by cloning/forking and editing configuration files and adding stimuli in the public folder.

reVISit introduces reVISit.spec a DSL for specifying study setups (consent forms, training, trials, etc) for interactive web based studies. You describe your experimental setup in reVISit.spec, add your stimuli as images, forms, html pages, or React components, build and deploy – and you're ready to run your study. For tutorials and documentation, see the reVISit website.

Build Instructions

To run this demo experiment locally, you will need to install node on your computer.

  • Clone https://github.com/revisit-studies/study
  • Run yarn install. If you don't have yarn installed, run npm i -g yarn.
  • To run locally, run yarn serve.
  • Go to http://localhost:8080 to view it in your browser. The page will reload when you make changes.

About

Create your own study by cloning and editing configs; or check out the code behind the study components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%