You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/experimenter.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,10 +103,10 @@ A likert multi stimulus page creates a multi-stimulus likert rating.
103
103
***type** must be likert_multi_stimulus.
104
104
***id** Identifier of the page.
105
105
***name** Name of the page (is shown as title)
106
+
***content** Content (HTML) of the page. The content is shown on the upper part of the page.
106
107
***mustRate** If set to true, the participant must rate all stimuli.
107
-
***mustPlayback** If set to true, the participant must fully play back all stimuli.
108
-
***reference** Filepath to the reference stimulus (WAV file).
109
-
***stimuli** A map of stimuli representing three conditions. The key is the name of the condition. The value is the filepath to the stimulus (WAV file).
108
+
***mustPlayback** If set to `ended`, the participant must fully play back all stimuli to the end. If set to `processUpdate`, the participant must start playing back all stimuli before rating becomes possible.
109
+
***stimuli** A map of stimuli which will all be presented on the same page. The key is the name of the condition. The value is the filepath to the stimulus (WAV file).
110
110
***response** A array which represents the Likert scale, where each array element represents a 'likert point'. The array elements are maps with the keys 'value' (value shown in results), 'label' (label of the likert point), 'img' (path to an image of the likert point), 'imgSelected' (image shown if likert point is selected), and 'imgHigherResponseSelected' (image shown when a 'higher' likert point is selected).
111
111
112
112
#### `likert_single_stimulus` page
@@ -116,9 +116,12 @@ A likert single stimulus page creates a single-stimulus likert rating.
116
116
***type** must be likert_single_stimulus.
117
117
***id** Identifier of the page.
118
118
***name** Name of the page (is shown as title)
119
-
***mustRate** If set to true, the participant must rate all stimuli.
120
-
***reference** Filepath to the reference stimulus (WAV file).
121
-
***stimuli** A map of stimuli representing three conditions. The key is the name of the condition. The value is the filepath to the stimulus (WAV file).
119
+
***content** Content (HTML) of the page. The content is shown on the upper part of the page.
120
+
***showWaveform** If set to true, the waveform of the stimulus is shown.
121
+
***mustRate** If set to true, the participant must rate all stimuli.
122
+
***mustPlayback** If set to `ended`, the participant must fully play back the stimulus to the end. If set to `processUpdate`, the participant must start it before rating becomes possible.
123
+
***stimuli** A map of stimuli, each of which will be presented on a separate page. The key is the name of the condition. The value is the filepath to the stimulus (WAV file).
124
+
***maxStimuli** An upper limit on the amount of stimuli presented to the user.
122
125
***response** An array which represents the Likert scale, where each array element represents a 'likert point'. The array elements are maps with the keys 'value' (value shown in results), 'label' (label of the likert point), 'img' (path to an image of the likert point), 'imgSelected' (image shown if likert point is selected), and 'imgHigherResponseSelected' (image shown when a 'higher' likert point is selected).
0 commit comments