File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* parameters:
8
8
* 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"
11
13
* timing_first_stim: how long to show the first stimulus.
12
14
* timing_second_stim: how long to show the second stimulus. can be -1 to show until a response is given.
13
15
* timing_image_gap: how long to show a blank screen between the two stimuli.
You can’t perform that action at this time.
0 commit comments