{"id":159,"date":"2023-12-08T18:29:49","date_gmt":"2023-12-08T18:29:49","guid":{"rendered":"https:\/\/beams-experiments.com\/?page_id=159"},"modified":"2024-02-15T09:42:27","modified_gmt":"2024-02-15T09:42:27","slug":"task-instructions","status":"publish","type":"page","link":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/","title":{"rendered":"Task Instructions"},"content":{"rendered":"\n<!DOCTYPE html>\n<html>\n<head>\n    <title>Video Page<\/title>\n    <style>\n        body {\n            margin: 0;\n            padding: 0;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            height: 100vh;\n            text-align: center;\n        }\n        .videoWrapper {\n            position: relative;\n            padding-bottom: 80%; \/* 16:9 aspect ratio *\/\n            width: 90%; \/* Adjust the width as needed *\/\n            margin-top: 20px;\n            margin-bottom: 20px; \/* Space between video and button *\/\n        }\n        .videoWrapper video {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        #nextButton {\n            display: block;\n            background-color: #007bff;\n            color: white;\n            padding: 10px 20px;\n            font-size: 16px;\n            border: none;\n            border-radius: 5px;\n            cursor: not-allowed;\n            opacity: 0.5;\n            margin-top: 10px; \/* Added top margin *\/\n        }\n        #progressBarContainer {\n            width: 90%;\n            background-color: #e0e0e0;\n            border-radius: 5px;\n            margin-top: 10px;\n        }\n        #progressBar {\n            height: 10px;\n            background-color: #007bff;\n            border-radius: 5px;\n            width: 77%; \/* Represents the progress (7\/9 = 77%) *\/\n        }\n        #progressText {\n            text-align: center;\n            margin-top: 5px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"videoWrapper\">\n        <div id=\"videoContainer\">Loading video&#8230;<\/div>\n    <\/div>\n    <button id=\"nextButton\">Next<\/button>\n\n    <!-- Progress Bar -->\n    <div id=\"progressBarContainer\">\n        <div id=\"progressBar\"><\/div>\n    <\/div>\n    <div id=\"progressText\">Page 7 out of 9<\/div>\n\n    <script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js\"><\/script>\n    <script>\n        $(document).ready(function() {\n            var groupID = localStorage.getItem('groupID');\n            console.log(localStorage.getItem('groupID'));\n            alert('Watch this instructional video to learn how to use GPT-4. The Next button will become enabled after you finish watching. Your Group ID: ' + groupID);\n\n            if (groupID === null) {\n                alert('Group ID is missing');\n                return; \/\/ Exit if no groupID\n            }\n\n            var videoUrl;\n            switch (parseInt(groupID)) {\n                \n               \/\/ case 4:\n                 \/\/   videoUrl = \"https:\/\/www.beams-experiments.com\/SCAMPER.mp4\";\n                 \/\/   break;\n                \/\/case 2:\n                   \/\/ videoUrl = \"https:\/\/www.beams-experiments.com\/associativeThinking.mp4\";\n                   \/\/ break;\n                case 3:\n                    videoUrl = \"https:\/\/www.beams-experiments.com\/transformationalCreativity.mp4\";\n                    break;\n                default:\n                    $(\"#videoContainer\").text(\"Invalid groupID.\");\n                    return; \/\/ Exit if groupID is invalid\n            }\n\n            if (groupID > 0) {\n                $('#videoContainer').html('<video controls><source src=\"' + videoUrl + '\" type=\"video\/mp4\">Your browser does not support the video tag.<\/video>');\n                $('video').on('ended', function() {\n                    $('#nextButton').prop('disabled', false).css('cursor', 'pointer').css('opacity', '1');\n                });\n            }\n\n            $('#nextButton').click(function() {\n                window.location.href = \"https:\/\/www.beams-experiments.com\/index.php\/experiment\/\";\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Video Page Loading video&#8230; Next Page 7 out of 9<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-159","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Video Page Loading video... Next Page 7 out of 9\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/beams-experiments.com\/index.php\/task-instructions\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"beams-experiments.com -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Task Instructions - beams-experiments.com\" \/>\n\t\t<meta property=\"og:description\" content=\"Video Page Loading video... Next Page 7 out of 9\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/beams-experiments.com\/index.php\/task-instructions\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-12-08T18:29:49+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-02-15T09:42:27+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Task Instructions - beams-experiments.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Video Page Loading video... Next Page 7 out of 9\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/task-instructions\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/beams-experiments.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/beams-experiments.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/task-instructions\\\/#listItem\",\"name\":\"Task Instructions\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/task-instructions\\\/#listItem\",\"position\":2,\"name\":\"Task Instructions\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/beams-experiments.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/#organization\",\"name\":\"beams-experiments.com\",\"url\":\"https:\\\/\\\/beams-experiments.com\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/task-instructions\\\/#webpage\",\"url\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/task-instructions\\\/\",\"name\":\"Task Instructions - beams-experiments.com\",\"description\":\"Video Page Loading video... Next Page 7 out of 9\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/task-instructions\\\/#breadcrumblist\"},\"datePublished\":\"2023-12-08T18:29:49+00:00\",\"dateModified\":\"2024-02-15T09:42:27+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/#website\",\"url\":\"https:\\\/\\\/beams-experiments.com\\\/\",\"name\":\"beams-experiments.com\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Task Instructions - beams-experiments.com","description":"Video Page Loading video... Next Page 7 out of 9","canonical_url":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/beams-experiments.com#listItem","position":1,"name":"Home","item":"https:\/\/beams-experiments.com","nextItem":{"@type":"ListItem","@id":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/#listItem","name":"Task Instructions"}},{"@type":"ListItem","@id":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/#listItem","position":2,"name":"Task Instructions","previousItem":{"@type":"ListItem","@id":"https:\/\/beams-experiments.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/beams-experiments.com\/#organization","name":"beams-experiments.com","url":"https:\/\/beams-experiments.com\/"},{"@type":"WebPage","@id":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/#webpage","url":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/","name":"Task Instructions - beams-experiments.com","description":"Video Page Loading video... Next Page 7 out of 9","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/beams-experiments.com\/#website"},"breadcrumb":{"@id":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/#breadcrumblist"},"datePublished":"2023-12-08T18:29:49+00:00","dateModified":"2024-02-15T09:42:27+00:00"},{"@type":"WebSite","@id":"https:\/\/beams-experiments.com\/#website","url":"https:\/\/beams-experiments.com\/","name":"beams-experiments.com","inLanguage":"en-US","publisher":{"@id":"https:\/\/beams-experiments.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"beams-experiments.com -","og:type":"article","og:title":"Task Instructions - beams-experiments.com","og:description":"Video Page Loading video... Next Page 7 out of 9","og:url":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/","article:published_time":"2023-12-08T18:29:49+00:00","article:modified_time":"2024-02-15T09:42:27+00:00","twitter:card":"summary_large_image","twitter:title":"Task Instructions - beams-experiments.com","twitter:description":"Video Page Loading video... Next Page 7 out of 9"},"aioseo_meta_data":{"post_id":"159","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-12-08 18:29:50","updated":"2025-06-06 19:43:44","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/beams-experiments.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tTask Instructions\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/beams-experiments.com"},{"label":"Task Instructions","link":"https:\/\/beams-experiments.com\/index.php\/task-instructions\/"}],"_links":{"self":[{"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages\/159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/comments?post=159"}],"version-history":[{"count":20,"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages\/159\/revisions"}],"predecessor-version":[{"id":1699,"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages\/159\/revisions\/1699"}],"wp:attachment":[{"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/media?parent=159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}