Skip to content

Commit

Permalink
Version 1.1 (Prolific) (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
szorowi1 committed Dec 16, 2020
1 parent a75dc35 commit 276d5bb
Show file tree
Hide file tree
Showing 54 changed files with 2,916 additions and 1,100 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ The following is the minimal set of commands needed to get started with NivTurk
cd nivturk
pip install -r requirements.txt
gunicorn -b 0.0.0.0:9000 -w 4 app:app
Wiki
^^^^
Documentation
^^^^^^^^^^^^^

For details on how to serve your experiment, how the code is organized, and how data is stored, please see the
`Wiki <https://github.com/nivlab/nivturk/wiki>`_.
`Documentation <https://nivlab.github.io/nivturk>`_.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from app import consent, alert, experiment, complete, error
from .io import write_metadata
from .utils import gen_code
__version__ = '1.0'
__version__ = '1.1'

## Define root directory.
ROOT_DIR = os.path.dirname(os.path.realpath(__file__))
Expand Down
194 changes: 0 additions & 194 deletions app/static/lib/jspsych-6.1.0/plugins/jspsych-free-sort.js

This file was deleted.

0 comments on commit 276d5bb

Please sign in to comment.