How can we combine different plugins into the same trial ? #2367
-
Hi ! I'm building an experiment using the BWS method (best-worst scaling) for audio experiment. I've been reading pretty much all the internet but I couldn't find any clue, so I try to ask here, even if I suppose it's not possible unless I Create a "meta-plugin" modifying several plugins ? Thanks a lot, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @MatthieuFra, Plugins cannot be layered on top of each other. You would need to create a new plugin to implement the task. It sounds like the |
Beta Was this translation helpful? Give feedback.
Hi @MatthieuFra,
Plugins cannot be layered on top of each other. You would need to create a new plugin to implement the task.
It sounds like the
audio-slider-response
plugin might be pretty close to what you need. You can set labels on the slider to make it behave like a Likert scale, and there is a button to advance the trial.