expfactory / expfactory

software to generate a reproducible container with a battery of experiments
https://expfactory.github.io/
BSD 3-Clause "New" or "Revised" License
36 stars 16 forks source link

Possible Alternative Platform for Breath Counting Task? #176

Open emmjayya opened 1 year ago

emmjayya commented 1 year ago

I am new to the GitHub platform, so forgive me.

Referencing: https://github.com/expfactory-experiments/breath-counting-task

I want to use the Breath Counting Task in my dissertation study, however, the computer I run my experiments on is offline due to the concurrent collection of brain electrophysiological data. Is this available as an ePrime or Inquisit experiment so I can run it without the internet?

I appreciate your time and help.

vsoch commented 1 year ago

Hi @emmjayya - expfactory is based on Docker containers, so if you are able to build somewhere you have internet and then move the container, that would probably work best. Try looking at docker save and then moving that archive to the offline host in whatever means is possible.

paulsharpeY commented 1 year ago

Hi @emmjayya - I based this on an ePrime task which I was sent by the authors (Levinson et al., 2014, Study 2), so you could ask them if they could share it with you. Alternatively, you should also be able to coax the version I wrote to run outside of The Experiment Factory scaffolding, but that may require some Javascript knowledge.

emmjayya commented 1 year ago

Hi, @paulsharpeY Thank you for this! I reached out to the corresponding author. If that route doesn't work, I'll take @vsoch 's advice and try that next. Thank you both for such quick replies!