2.0.0 • Published 9 months ago

@jspsych-contrib/plugin-vsl-grid-scene v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

vsl-grid-scene plugin

Overview

The VSL (visual statistical learning) grid scene plugin displays images arranged in a grid. This plugin can be used to replicate the experiments described in:

Fiser, J., & Aslin, R. N. (2001). Unsupervised statistical learning of higher-order spatial structures from visual scenes. Psychological Science, 12(6), 499-504.

Loading

In browser

<script src="https://unpkg.com/@jspsych-contrib/plugin-vsl-grid-scene@2.0.0"></script>

Via NPM

npm install @jspsych-contrib/plugin-vsl-grid-scene
import jsPsychVslGridScene from '@jspsych-contrib/plugin-vsl-grid-scene';

Compatibility

jsPsych v8.0. For compatibility with jsPsych v7.0, use version 1.0.0 of this plugin.

Documentation

See documentation

Author / Citation

This plugin was created as part of the core jsPsych codebase, but moved to jspsych-contrib because of its specialized nature. There is no additional citation for its use.