I would like to pause video until student submits answer to a brief quiz and then video continues. How to do that?
1 Like
HI! You can always use the hidden sink to hide the media until the student submits their response.
For example, you can use something like this if the quiz is a math input component named input:
hidden: not(input.submitted)