points for clicking the right hotspot (interactive video)
Hi,
I'm looking for a way to get 'points' at the end/submit-screen, just because you clicked the right navigation-hotspots:
I rendered a 3d video of a machine with 2 buttons and 2 hotspots on it.
Hotspot_1 (bad button) from 1 to 2 sec, pauses, jumps to 5 seconds
where it plays the video from 5 to 9 sec and then loops back to 1 sec (i build an autojump)
Hotspot_2 (good button) from 1 to 2 sec, pauses, jumps to 10 seconds
where it plays the video from 10 to 14 sec and then goes to submit-screen.
(It is more complicated with more buttons, but you get the point)
Now, because there aren't any questions, the student gets 0 point out of 0... I would rather have 1 point for clicking on hotspot_2
Is this possible? or (if it isn't) are there any workarounds/tricks to get the same result?
tnx a lot, Ralf
otacke
Fri, 05/22/2026 - 19:58
Permalink
Hi, Ralf!I don't think this
Hi, Ralf!
I don't think this is possible without changing the code (without amending the hotspot functionality to optionally award a score).
Best,
Oliver
Ralf_B
Sat, 05/23/2026 - 09:35
Permalink
Tnx Oliver,I'm not shy of
Tnx Oliver,
I'm not shy of coding a bit of JS, but i guess this is out of my league.
(im a 3d artist, not a programmer)
Could i masquerade a true/false-question?
- transparent, so dont see it (this question has an ID, so via CSS maybe)
- input-boxes need to be aligned where i want them (i think this is in the concent.json)
- clicking on it needs to go to time/frame in the video
or is this just as hard?
tnx,Ralf
otacke
Wed, 06/03/2026 - 17:40
Permalink
You can inject CSS, sure, but
You can inject CSS, sure, but you'd need to do that per content as you most certainly don't want to override stylesheets in general for all Interactive Video contents. You can also inject your own JavaScript to override behavior - same obstacle though.
https://h5p.org/node/2692