mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
clarify parameter type #423
This commit is contained in:
parent
2a39ad4a2a
commit
caca99335d
@ -874,7 +874,11 @@ jsPsych.plugins = {
|
||||
FLOAT: 3,
|
||||
FUNCTION: 4,
|
||||
KEYCODE: 5,
|
||||
SELECT: 6
|
||||
SELECT: 6,
|
||||
HMTL_STRING: 7,
|
||||
IMAGE: 8,
|
||||
AUDIO: 9,
|
||||
VIDEO: 10
|
||||
}
|
||||
|
||||
};
|
||||
|
@ -25,19 +25,19 @@ jsPsych.plugins["visual-search-circle"] = (function() {
|
||||
description: '',
|
||||
parameters: {
|
||||
target: {
|
||||
type: [jsPsych.plugins.parameterType.STRING],
|
||||
type: [jsPsych.plugins.parameterType.IMAGE],
|
||||
default: undefined,
|
||||
no_function: false,
|
||||
description: ''
|
||||
},
|
||||
foil: {
|
||||
type: [jsPsych.plugins.parameterType.STRING],
|
||||
type: [jsPsych.plugins.parameterType.IMAGE],
|
||||
default: undefined,
|
||||
no_function: false,
|
||||
description: ''
|
||||
},
|
||||
fixation_image: {
|
||||
type: [jsPsych.plugins.parameterType.STRING],
|
||||
type: [jsPsych.plugins.parameterType.IMAGE],
|
||||
default: undefined,
|
||||
no_function: false,
|
||||
description: ''
|
||||
|
Loading…
Reference in New Issue
Block a user