https://github.com/NYUCCL/psiTurk

sort by:
Revision Author Date Message Commit Date
cb281fe Merge remote-tracking branch 'origin/2.0.1_fixes' Conflicts: psiturk/version.py 29 May 2014, 02:22:42 UTC
2276a75 stepping version number 29 May 2014, 02:18:53 UTC
c10c2ba update to contributors guide to mention pull requests going to dev 29 May 2014, 02:18:15 UTC
9de9a2d accommodating full version number (with minor changes) 29 May 2014, 02:18:15 UTC
dcc29c3 changing instructions to reference gnureadline 29 May 2014, 01:52:20 UTC
003df0a switch to gnureadline 29 May 2014, 01:51:44 UTC
fd1d68b fix bonusing issue If multiple workers tried same assignment, only gets database entry for the one who completed the hit Conflicts: psiturk/psiturk_shell.py 29 May 2014, 00:45:31 UTC
5d7d950 subtle change in command docstrings to fix hit expire docopt wasn't parsing command as expected, causing all "hit extend" commands to extend assignments, not time. Added parentheses around pairs of optional parameters that have to appear together to fix the problem. Fixed similar problem in worker list, though don't think earlier version caused problems in this case. 29 May 2014, 00:43:59 UTC
7615c76 fixed typo from earlier commit 29 May 2014, 00:43:51 UTC
6e93326 added to bonus status code fix 29 May 2014, 00:43:45 UTC
cdb0dee fix bonus status code (should be 7) and counterbalancing criteria 29 May 2014, 00:42:51 UTC
0741263 Fix health badge 28 May 2014, 20:33:10 UTC
efc2e91 Revert "Include logger example for custom routes" This reverts commit 5a34ac4047eb7a496b6e8cbe59da869e0f013516. 12 May 2014, 13:17:44 UTC
5a34ac4 Include logger example for custom routes 12 May 2014, 01:00:43 UTC
bcd7694 Update citation 30 April 2014, 19:58:25 UTC
2f7552a Fixed dead link on readthedocs 28 April 2014, 12:25:29 UTC
8c6487f record current stable version 28 April 2014, 04:05:11 UTC
b8441b0 bumping version number 28 April 2014, 04:03:28 UTC
38f499e updating indicators to use master branch travis, coveralls, etc... 28 April 2014, 04:01:32 UTC
4bbe3e7 Merge remote-tracking branch 'origin/dev' Conflicts: .travis.yml CONTRIBUTING.md README.md psiturk/dashboard_server.py psiturk/experiment.py psiturk/static_dashboard/js/templates/sidebar.html psiturk/static_example/js/task.js psiturk/templates_example/error.html requirements.txt setup.py 28 April 2014, 03:42:30 UTC
1a69747 version 2.0 - release candidate 1 28 April 2014, 03:24:36 UTC
298c67d Merge remote-tracking branch 'origin/modeify_server' into dev 28 April 2014, 03:22:54 UTC
b12e513 removing references to dev.psiturk.org in the docs 27 April 2014, 19:02:01 UTC
2fc06da Make '{worker, hit} list' use flags consistently Now options like "reviewable", "active", etc. are written as flags with "--" in front instead of just words for consistency with all the other commands. Closes #71. Jay, you're welcome ;) 26 April 2014, 22:04:53 UTC
80cdd9d Change docs for Shell Parameters config 26 April 2014, 21:42:14 UTC
a0574b5 Add launch_in_sandbox_mode config option Defaults to true. Replaces always_launch_in_sandbox option 26 April 2014, 21:31:50 UTC
01dc1cb stepping version number due to change in config.txt file the previous merge resolve the issue with the test failing 26 April 2014, 15:25:31 UTC
5333de0 Merge remote-tracking branch 'origin/dev' into modeify_server Conflicts: psiturk/experiment.py 26 April 2014, 15:24:41 UTC
9376827 updating docs to reflect this change 26 April 2014, 15:04:18 UTC
82c3053 links should reference .html not .rst 26 April 2014, 11:31:50 UTC
1724e81 cross referencing open shift docs 26 April 2014, 11:27:44 UTC
470e8be Updated docs with new instructions to get AWS keys Amazon Web Services moved the security credentials to the AWS Management Console at https://console.aws.amazon.com. Also as of April 21, 2014, the AWS secret access key can no longer be retrieved after the keys are created. The docs has been updated with new instructions on how to create and obtain the AWS access keys. And there are pictures. 25 April 2014, 23:24:19 UTC
e39278a small change 25 April 2014, 22:45:46 UTC
e1b4be1 Merge branch 'dev' of github.com:NYUCCL/psiTurk into dev 25 April 2014, 22:41:58 UTC
4eda81f Merge branch 'OpenShiftCompatible' of github.com:NYUCCL/psiTurk into dev 25 April 2014, 22:41:02 UTC
9659a28 Added basic OpenShift instructions to docs 25 April 2014, 22:40:45 UTC
fc8ecca Remove using_sandbox from config Instead, whether sandbox mode is in use gets passed as an argument to the server subprocess and then down to the flask app. Seems to be working but there are a bunch of files I changed here so some more eyes would be good. Right now shell just starts in sandbox automatically. We could change that and turn the"always_launch_in_sandbox" config option into a "launch_in_sandbox_or_live" type option, or just remove the option. 25 April 2014, 21:03:36 UTC
0d78bc6 minor clarifications to example code 25 April 2014, 18:36:19 UTC
bbb480f more general way to lookup ads via hitid (covers both types of ads) 25 April 2014, 18:35:59 UTC
2966d3d send adserver to OpenShift address 25 April 2014, 15:39:31 UTC
2b6d61d forgot to change variable... 25 April 2014, 03:20:08 UTC
ba50f84 small change 25 April 2014, 02:57:07 UTC
6c70a29 Change path for .psiturkconfig when using OpenShift 25 April 2014, 02:53:14 UTC
a6c1971 updated image on README 25 April 2014, 02:48:43 UTC
96ec5f1 Typo in docs 23 April 2014, 19:07:34 UTC
ef1b422 Documentation on how to get data from the database Closes issue #82 22 April 2014, 21:25:22 UTC
15a879c stepping version number again so it matches the tag. oops. 22 April 2014, 15:21:28 UTC
e68610e Fix typos in example experiment Change "next" to "text", fix issue where both questionnaire questions saved as "engagement" 22 April 2014, 14:06:30 UTC
058c139 minor update to example - makes things cleaner on the psiturk.org ad group listing site 20 April 2014, 19:41:26 UTC
af98f58 new status code submitted (but not credited) deals better with people who finish but may not have hit the "complete hit" button yet. 19 April 2014, 15:49:54 UTC
12e5dfe the cause of the double counting of "accepts" on ad server - this function was executing when the popup window opened. this triggered a reload the AMT page and a double count of the "accept". - this is not necessary since the ad server handles this reload thing itself when the user completes the hit. 19 April 2014, 04:56:23 UTC
8e486f8 adding separate support for sandboxed ads to the psiturk experiment server 19 April 2014, 04:51:59 UTC
8603dcd stepping version number change in the way sandboxed ads are handled seems important enough 19 April 2014, 04:16:36 UTC
0022953 separates sandboxed and regular ads on the ad server 19 April 2014, 04:16:35 UTC
f711b4f Reduce health-checking strictness 18 April 2014, 22:34:05 UTC
c66afc9 fixes bug in importing custom models in previous commit 18 April 2014, 16:33:58 UTC
cf0c9c5 Merge branch 'refs/heads/expxchange_commandline_tool' into dev 18 April 2014, 01:49:34 UTC
66add32 adding support for custom models 18 April 2014, 01:47:21 UTC
550a830 clarifies running on remote server.. closes #63 17 April 2014, 19:03:26 UTC
ba2bf56 support for download experiment from the exchange just uses git basically but also interfaces with the API to record # of downloads, etc... command is `psiturk-install` and instructions about its use are provided on each of the individual experiment exchange pages (e.g., http://dev.psiturk.org/ee/HW3XfPCTUjPDdtE87aHRHi) 17 April 2014, 18:15:22 UTC
26ecde9 formatting fix was printing out weird 17 April 2014, 15:41:52 UTC
8195852 local thanks page needed when reloading the local ad and a worker has already completed the task. - this file was deleted but is actually needed 16 April 2014, 18:23:24 UTC
9128260 closes #85 student in class pointed out stimuli not shuffled in example. according to underscore.js docs, the shuffle is not "in place". this fixes it. 16 April 2014, 18:19:54 UTC
410718e updated 'endhit' database field when in debug mode 09 April 2014, 20:54:25 UTC
9c93932 reinstating @patriciachan's documentation edits 09 April 2014, 20:54:25 UTC
93d8e6c Display license badge. 08 April 2014, 06:14:15 UTC
ab32dab Stop monitoring doc dir for health status. 08 April 2014, 06:14:15 UTC
046b4b7 Notify authors on build fail (or status change) 08 April 2014, 06:14:15 UTC
d195b37 fixed accidental global variables created by psiturk.js psiturk.js created some (I believe) unwanted global variables, like "data" and "qd". These might conflict with the user's own. 05 April 2014, 19:06:13 UTC
44e7dd9 Notify authors on build fail (or status change) 04 April 2014, 15:12:55 UTC
28f6a4f Merge remote-tracking branch 'origin/stroop_example' into dev 03 April 2014, 00:02:26 UTC
9531371 license file 03 April 2014, 00:01:57 UTC
60e1f86 updating docs 02 April 2014, 19:40:13 UTC
6747b21 fixes up the ad so it displays properly on AMT site - ad was not displaying since CSS files can't be loaded via http:// when the enclosing page is https:// - task.js had some weird stuff/layout issues that i found hard to explain in class when stepping through example 02 April 2014, 19:37:41 UTC
f46fced error email address in example error template 02 April 2014, 02:22:13 UTC
5b008a3 style points for landscape.io 02 April 2014, 02:16:52 UTC
fdcdd26 updates to error handling - will show the configured contact_email_on_error when an internal error is generated (matching more how things are done in the ad server) 02 April 2014, 02:16:35 UTC
1c1d773 correct way to run webserver standalone 02 April 2014, 02:02:42 UTC
2303c2c Merge remote-tracking branch 'origin/stroop_example' into dev 02 April 2014, 01:38:23 UTC
5d159fe fixes the test that is failing 02 April 2014, 01:37:53 UTC
6d06171 updating CSS paths to work on ad server 01 April 2014, 21:18:16 UTC
dd8ce80 updated error page - boostrapped 01 April 2014, 14:24:31 UTC
c95df03 don't mark quitters in debug mode, don't block ads in debug mode 01 April 2014, 03:42:37 UTC
26bcf75 file no longer exists, can't be preloaded 01 April 2014, 03:19:03 UTC
4d924c4 some typos, etc... 01 April 2014, 02:35:54 UTC
e913196 conceptual information about experiment structure 01 April 2014, 02:32:02 UTC
164c132 updates to docs referencing debugging mode - making a small change to the way the /inexp route is handled. previously this route was basically ignored when running in debug mode. however, the /exp route already ignores the meaning of the database status field when in debugging mode. Thus, i think it makes more sense for everything to proceed as normal and to just ignore the usual safety checks re: restarting experiment mid-way rather than hacking the status codes to force this behavior. 01 April 2014, 02:26:16 UTC
78d64a7 updates/first draft to the documentation of the simple "stroop" example 31 March 2014, 21:48:51 UTC
4eace11 more helpful error message - directs people to set host to `0.0.0.0` (easier than knowing your ip address) 31 March 2014, 21:29:51 UTC
a9595f6 documenting changes to psiTurk.js object, including the doInstructions() method 31 March 2014, 20:47:37 UTC
975e11c update docs for new example directory structure 31 March 2014, 20:13:10 UTC
a3a1112 should mention error messages in the docs 31 March 2014, 15:59:49 UTC
c852973 stepping version number since psiturk.js has major changes 31 March 2014, 15:58:20 UTC
618e4a0 major updates to the stroop example - bootstrapped all the CSS. this way CSS isn't a mystery novel of weird conventions. read getbootstrap.com for more info - nicer looking templates - documented some of the templates better inside comments - instructions now use the psiturk Instruction() object which steps though multiple pages of instructions - simplified task a bit and made it look nicer (uses d3.js now) - made completeHIT() be a part of the psiturk object itself. 31 March 2014, 15:58:20 UTC
e15d8e7 gets rid of error messages that was appear and end of debug sequence 31 March 2014, 15:58:20 UTC
18a8d8c d3 instead of raphael more hipster 31 March 2014, 15:58:20 UTC
a4cbec3 updates to style files - interfaces better with Bootstrap 31 March 2014, 15:58:20 UTC
2b2942e bootstrapped 31 March 2014, 15:58:20 UTC
d2b0043 generic university logo (invites replacement instead of tarnishing NYU's name) - also deletes some unused graphics (why distribute these unused files, confusing) 31 March 2014, 15:58:20 UTC
8124cde Add retrieving data doc page and modify recording data page 20 March 2014, 15:29:36 UTC
back to top