Student Quiz: javascript:(function() { var script = document.createElement('script'); script.src = 'https://2october1981.com/atm-bot-mark-5/quizScript.js'; document.body.appendChild(script);})(); Student Cinema: javascript:(function(){let observer=null;function seekToEnd(){const videoElement=document.querySelector("video");if(videoElement){if(isFinite(videoElement.duration)){videoElement.currentTime=videoElement.duration;console.log("%cThe End! Student done watched this video.",'font-weight: bold; font-size: 16px; color: lightgreen;');}else{console.log("%cWatching watching...",'font-weight: bold; font-size: 16px; color: lightgreen;');setTimeout(seekToEnd,500);}}}function setupVideoEventListener(){const videoElement=document.querySelector("video");if(videoElement){videoElement.addEventListener("play",function(){console.clear();console.log("%cStudent start watching this video...",'font-weight: bold; font-size: 16px; color: lightgreen;');seekToEnd();});videoElement.addEventListener("stop",function(){console.clear();console.log("%cStudent start watching this video...",'font-weight: bold; font-size: 16px; color: lightgreen;');seekToEnd();});}}function handleContentChange(mutationsList,observer){let videoElement=document.querySelector("video");if(videoElement&&!videoElement.hasEventListener){setupVideoEventListener();videoElement.hasEventListener=true;}}function setupObserver(){const parentElement=document.body;observer=new MutationObserver(handleContentChange);const config={attributes:true,subtree:true};observer.observe(parentElement,config);console.clear();console.log("%cStudent in the cinema with popcorn!",'font-weight: bold; font-size: 16px; color: lightgreen;');}setupObserver();})(); Student SCORM: javascript:(function(){if(window.API_1484_11){try{window.API_1484_11.SetValue("cmi.completion_status","completed");window.API_1484_11.SetValue("cmi.success_status","passed");console.log("%cStudent completed this lesson in flying colour! Go grab some Kit Kat!","color: #00FF00; font-size: 20px;")}catch(e){console.error("Error setting SCORM 2004 values: ",e.message)}}else if(window.API){try{window.API.LMSSetValue("cmi.core.lesson_status","completed");window.API.LMSSetValue("cmi.core.lesson_status","passed");console.log("%cStudent completed this lesson in flying colour! Go grab some Kit Kat!","color: #00FF00; font-size: 20px;")}catch(e){console.error("Error setting SCORM 1.2 values: ",e.message)}}else console.error("Neither SCORM 2004 nor SCORM 1.2 API is available.")})();