I want to make a lexical decision experiment, is there any freely available software for this? A Javascript-based webapp would suit me best, as it would run in the browser without the need to install anything.
Tell me more
×
Cognitive Sciences Stack Exchange is a question and answer site for
practitioners, researchers, and students in cognitive science, psychology, neuroscience, and psychiatry. It's 100% free, no registration required.
|
One option is to use Inquisit Web Edition. Here is an example script with a lexical decision task. Unfortunately, it is not free and it requires installation of a plug-in. Version 4 of Inquisit runs on OSX and Windows. Thus, it wont work in Linux or on phones, tablets, etc. |
|||
|
|
|
Here is a lexical decision task I wrote years ago using PHP and Javascript (github link). Distributed as-is, no documentation. There is still some vestigial code in there for an experimental manipulation. |
|||
|
|
|
Just for reference, I ended up writing simple web-based lexical decision task software myself. |
|||
|
|