expfactory / expfactory-python

python module for managing experiment factory javascript experiment files, batteries to deploy them to (eg, psiturk), and virtual machines to host the compilation of those things.
http://expfactory.readthedocs.org/
MIT License
4 stars 11 forks source link

surveys: deployment with expfactory --survey #78

Closed vsoch closed 8 years ago

vsoch commented 8 years ago

right now, you can run a survey folder with expfactory --preview. It should be possible to deploy any number of surveys together, equivalent to what we do for experiments, with the run command. For example:

  expfactory --run --surveys bis_bas,bis11

Advanced functionality (not for this PR) would be to be able to put together a battery of experiments and surveys:

  expfactory --run --experiments stroop,n_back --surveys bis_bas,bis11

but this will be for future / another PR, because the data structures output would need to be consolidated. For now, it seems reasonable to have surveys be a different thing than experiments (because they kind of are :O) )

vsoch commented 8 years ago

Also add documentation for this.