Skip to content

Ljon4ik4/jspsych-PairsOfWords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PairsOfWords

Overview

matching task with two pairs of words, connection is realized by dragging in a 2x2 grid, works both on touchscreens and computers with mice.

Loading

clone the git repository, then navigate to the folder and type into the console:

npm install
npm run build

Then the output file under dist/index.browser.js contains the jscript plugin to be used.

Compatibility

jsPsych 7.0.0

Author / Citation

Leonid Ryvkin based on an Experimental design of Jiří Milička and Anna Marklová built using the https://github.com/jspsych/jspsych-contrib repository