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    

Summary: 
points for clicking the right hotspot (interactive video)
Content types: 
otacke's picture

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

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's picture

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