Presenting audio clip and an animation together #803
Answered
by
vijaymarupudi
prajwalgatti
asked this question in
Q&A
-
Hi all, In a particular trial/node I need to present two things --
These things need to be presented together. I am unsure how I can do the same, do I need to write a custom plugin? If so is there any starting point for me to base the plugin on? Please advice. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
vijaymarupudi
Jul 1, 2020
Replies: 1 comment 8 replies
-
You can base it off the audio-*-response plugins, and include the svg in the prompt parameter. You can include the javascript code for animation in the |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
jodeleeuw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can base it off the audio-*-response plugins, and include the svg in the prompt parameter.
You can include the javascript code for animation in the
on_load
parameter.