Implementing the original Free Exploration Paradigm instance to run with JATOS v3.7.4. Task description can be found in the paper and on OSF.
To run in JATOS do the following:
- Follow the installation instructions to install JATOS v3.7.4 on your operating system.
- Start JATOS and open the GUI (see this tutorial for more information).
- Import
free_free_exploration_paradigm.jzipfile into JATOS (see this page for details). - In your JATOS
conf/production.conf, set the study assets root path to the parent directory of this repository (note, the repositary must be named 'fep'). - Now, although you've importend the study in the .jzip file, JATOS will be serving contents of the repository.
⚠️ Note, if the .jzip file is not one of the latest-change files, the code for the experiment (e.g., in components, styles, or utils) is probably ahead of the exported version un the .jzip.
If you have questions, contact Alex Ten at alexandr.ten@uni-tuebingen.de
- Export labjs study as JATOS study
- Put the lib, styles, and index.html where you need it in your JATOS study assets directory
- Edit the index html file to correctly refer to lib and script files.
- To start next component (or show outro), edit the line that saves data to JATOS, e.g.,
jatos.submitResultData(resultJson, nextTrialOrStage(true));