Skip to content

Commit f74752a

Browse files
committed
updating header doc
1 parent 0da9a16 commit f74752a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

plugins/jspsych-similarity.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
*
77
* parameters:
88
* stimuli: array of arrays. inner arrays are two stimuli. stimuli can be image paths or html strings. each inner array is one trial.
9-
* label_low: label to display at the left end of the similarity slider scale.
10-
* label_high: label to display at the right end of the similiarity slider scale.
9+
* labels: array of strings to label the slider with. labels will be evenly spaced along the slider.
10+
* intervals: how many different response options are on the slider
11+
* show_ticks: if true, then the slider will have small tick marks displayed to show where the response options are.
12+
* show_response: determines when to show the response options: "FIRST_STIMULUS","SECOND_STIMULUS",or "POST_STIMULUS"
1113
* timing_first_stim: how long to show the first stimulus.
1214
* timing_second_stim: how long to show the second stimulus. can be -1 to show until a response is given.
1315
* timing_image_gap: how long to show a blank screen between the two stimuli.

0 commit comments

Comments
 (0)