mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
fix #490
This commit is contained in:
parent
a4a9a97854
commit
583b9a9d1b
@ -10,12 +10,12 @@ jsPsych.plugins["PLUGIN-NAME"] = (function() {
|
||||
name: "PLUGIN-NAME",
|
||||
parameters: {
|
||||
parameter_name: {
|
||||
type: jsPsych.plugins.parameterType.INT, // INT, IMAGE, KEYCODE, STRING, FUNCTION, FLOAT
|
||||
default_value: undefined
|
||||
type: jsPsych.plugins.parameterType.INT, // BOOL, STRING, INT, FLOAT, FUNCTION, KEYCODE, SELECT, HTML_STRING, IMAGE, AUDIO, VIDEO, OBJECT, COMPLEX
|
||||
default: undefined
|
||||
},
|
||||
parameter_name: {
|
||||
type: jsPsych.plugins.parameterType.IMAGE,
|
||||
default_value: undefined
|
||||
default: undefined
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user