@m2c2kit/assessment-color-shapes 0.8.12 → 0.8.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -220,7 +220,7 @@ class ColorShapes extends Game {
|
|
|
220
220
|
const options = {
|
|
221
221
|
name: "Color Shapes",
|
|
222
222
|
id: "color-shapes",
|
|
223
|
-
version: "0.8.
|
|
223
|
+
version: "0.8.13 (d8a00e86)",
|
|
224
224
|
shortDescription: "Color Shapes is a visual array change detection task, measuring intra-item feature binding, where participants determine if shapes change color across two sequential presentations of shape stimuli.",
|
|
225
225
|
longDescription: `Color Shapes is a change detection paradigm used to measure visual short-term memory binding (Parra et al., 2009). Participants are asked to memorize the shapes and colors of three different polygons for 3 seconds. The three polygons are then removed from the screen and re-displayed at different locations, either having the same or different colors. Participants are then asked to decide whether the combination of colors and shapes are the "Same" or "Different" between the study and test phases.`,
|
|
226
226
|
showFps: defaultParameters.show_fps.default,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m2c2kit/assessment-color-shapes",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.13",
|
|
4
4
|
"description": "A visual array change detection task, measuring intra-item feature binding, where participants determine if shapes change color across two sequential presentations of shape stimuli",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run clean && tsc && rollup -c",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
38
38
|
"@rollup/plugin-replace": "5.0.5",
|
|
39
39
|
"rimraf": "5.0.5",
|
|
40
|
-
"rollup": "4.
|
|
40
|
+
"rollup": "4.9.2",
|
|
41
41
|
"rollup-plugin-copy": "3.5.0",
|
|
42
42
|
"rollup-plugin-esbuild": "6.1.0",
|
|
43
43
|
"typescript": "5.3.3"
|