Demo - Force Subjects to Watch Entire Video Demo Experiment Run Experiment

Demo - Force Subjects to Watch Entire Video

Jaap Murre

This 1 min movie cannot be skipped or fast forwarded. It has to be watched in its entirety.


Presentation of a video in this manner is useful when you have an instruction video that subjects must view before continuing.

If you are a registered user and signed in, you can here copy this script and its stimuli to your own account, where you can edit it and change it in any way you want.

It is absolutely free to register (no credit card info asked!). You can then instantly copy this experiment with one click and edit it, change its accompanying texts, its landing page, stimuli, etc. Invite your colleagues, friends, or students to check out your experiment. There is no limit on how many people can do your experiment, even with a free account.

The catch? There is no catch! Just keep in mind that with a free account, you cannot collect data. For teaching that is usually not a problem. For research, prepaid data collection (unlimited subjects) starts as low as €10.00 for a 10-day period.

var b1, b2, b3, options, advanced_options;
                
main.setfontsize(70);

b1 = main.addblock("center","top",100,25)
         .text("Demonstrating advanced (MediaElement.js) options
" + "This 1 min movie cannot be skipped or fast forwarded
" + "It has to be watched entirely"); b2 = main.addblock("center","center",60,60); b3 = main.addblock("center","bottom",100,15).button("Skip Anyway!"); var video_options = { autoplay: true, subtitles: "bunny_subtitles.srt" }, advanced_options = { clickToPlayPause: false, features: ['volume','fullscreen'], enableKeyboard: false }; waitfor { b2.setvideo('big_buck_bunny',100,80,video_options,"bunny",advanced_options) .await('videoended'); } or { b3.await('click'); } await(1000); b2.clear(); b3.clear(); b1.text("This could have been an instruction video or a scene for eye-witness questions, etc."); await(4000);