{"id":25,"date":"2023-12-06T14:42:29","date_gmt":"2023-12-06T14:42:29","guid":{"rendered":"https:\/\/beams-experiments.com\/?page_id=25"},"modified":"2024-10-16T11:40:13","modified_gmt":"2024-10-16T10:40:13","slug":"information-sheet","status":"publish","type":"page","link":"https:\/\/beams-experiments.com\/index.php\/information-sheet\/","title":{"rendered":"Information Sheet"},"content":{"rendered":"\n<!DOCTYPE html>\n<html>\n<head>\n    <title>Your Page Title<\/title>\n    <style>\n        #progressBarContainer {\n            width: 90%; \/* Full width of the container *\/\n            background-color: #e0e0e0; \/* Light grey background *\/\n            border-radius: 5px; \/* Rounded corners *\/\n            margin-top: 20px; \/* Space above the progress bar *\/\n        }\n\n        #progressBar {\n            height: 10px; \/* Height of the progress bar *\/\n            background-color: #007bff; \/* Blue progress bar *\/\n            border-radius: 5px; \/* Rounded corners *\/\n            width: 33%; \/* Represents the progress (2\/6 = 33%) *\/\n        }\n\n        #progressText {\n            text-align: center;\n            margin-top: 5px; \/* Space between the progress bar and the text *\/\n        }\n\n        #agreeButton {\n            display: block;\n            background-color: #007bff;\n            color: white;\n            padding: 10px 20px;\n            margin: 20px auto;\n            font-size: 16px;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n            \/* Initially disable the button *\/\n            opacity: 0.5;\n            cursor: not-allowed;\n        }\n    <\/style>\n    <script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js\"><\/script>\n   <script>\n    $(document).ready(function(){\n        \/\/ Remove the alert as requested\n        $.ajax({\n            url: 'https:\/\/beams-experiments.com\/getInformationSheet.php',\n            type: 'GET',\n            success: function(data) {\n                var formattedData = formatTextToParagraphs(data);\n                $('#result').html(formattedData);\n            },\n            error: function() {\n                $('#result').html('Error loading data.');\n            }\n        });\n\n        function formatTextToParagraphs(text) {\n            var paragraphs = text.split(\/\\n+\/); \n            var formattedText = paragraphs.map(function(paragraph) {\n                return '<p>' + paragraph + '<\/p>'; \n            }).join('');\n            return formattedText;\n        }\n\n        \/\/ Disable the button initially\n        $('#agreeButton').prop('disabled', true);\n\n        \/\/ Enable button when \"I agree\" radio button is checked\n        $('input[name=\"consent\"]').on('change', function() {\n            if ($('#agree').is(':checked')) {\n                $('#agreeButton').prop('disabled', false);\n                $('#agreeButton').css('opacity', '1');\n                $('#agreeButton').css('cursor', 'pointer');\n            } else {\n                $('#agreeButton').prop('disabled', true);\n                $('#agreeButton').css('opacity', '0.5');\n                $('#agreeButton').css('cursor', 'not-allowed');\n            }\n        });\n\n        $('#agreeButton').on('click', function() {\n            window.location.href = 'https:\/\/beams-experiments.com\/index.php\/informed-consent';\n        });\n    });\n    <\/script>\n<\/head>\n<body>\n    <div id=\"result\">Loading data&#8230;<\/div>\n\n    <!-- Radio Buttons -->\n    <div>\n        <label>\n            <input type=\"radio\" name=\"consent\" id=\"disagree\" checked> I have not read this information sheet\n        <\/label>\n        <br>\n        <label>\n            <input type=\"radio\" name=\"consent\" id=\"agree\"> I have read this information sheet\n        <\/label>\n    <\/div>\n\n    <!-- Agree & Continue Button -->\n    <button id=\"agreeButton\">Agree &#038; Continue<\/button>\n\n    <!-- Progress Bar -->\n    <div id=\"progressBarContainer\">\n        <div id=\"progressBar\"><\/div>\n    <\/div>\n    <div id=\"progressText\">Page 2 out of 6<\/div>\n\n<\/body>\n<\/html>\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Your Page Title Loading data&#8230; I have not read this information sheet I have read this information sheet Agree &#038; Continue Page 2 out of 6<\/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-25","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=\"Your Page Title Loading data... I have not read this information sheet I have read this information sheet Agree &amp; Continue Page 2 out of 6\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/beams-experiments.com\/index.php\/information-sheet\/\" \/>\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=\"Information Sheet - beams-experiments.com\" \/>\n\t\t<meta property=\"og:description\" content=\"Your Page Title Loading data... I have not read this information sheet I have read this information sheet Agree &amp; Continue Page 2 out of 6\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/beams-experiments.com\/index.php\/information-sheet\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-12-06T14:42:29+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-10-16T10:40:13+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Information Sheet - beams-experiments.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Your Page Title Loading data... I have not read this information sheet I have read this information sheet Agree &amp; Continue Page 2 out of 6\" \/>\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\\\/information-sheet\\\/#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\\\/information-sheet\\\/#listItem\",\"name\":\"Information Sheet\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/information-sheet\\\/#listItem\",\"position\":2,\"name\":\"Information Sheet\",\"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\\\/information-sheet\\\/#webpage\",\"url\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/information-sheet\\\/\",\"name\":\"Information Sheet - beams-experiments.com\",\"description\":\"Your Page Title Loading data... I have not read this information sheet I have read this information sheet Agree & Continue Page 2 out of 6\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/information-sheet\\\/#breadcrumblist\"},\"datePublished\":\"2023-12-06T14:42:29+00:00\",\"dateModified\":\"2024-10-16T11:40:13+01: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":"Information Sheet - beams-experiments.com","description":"Your Page Title Loading data... I have not read this information sheet I have read this information sheet Agree & Continue Page 2 out of 6","canonical_url":"https:\/\/beams-experiments.com\/index.php\/information-sheet\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/beams-experiments.com\/index.php\/information-sheet\/#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\/information-sheet\/#listItem","name":"Information Sheet"}},{"@type":"ListItem","@id":"https:\/\/beams-experiments.com\/index.php\/information-sheet\/#listItem","position":2,"name":"Information Sheet","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\/information-sheet\/#webpage","url":"https:\/\/beams-experiments.com\/index.php\/information-sheet\/","name":"Information Sheet - beams-experiments.com","description":"Your Page Title Loading data... I have not read this information sheet I have read this information sheet Agree & Continue Page 2 out of 6","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/beams-experiments.com\/#website"},"breadcrumb":{"@id":"https:\/\/beams-experiments.com\/index.php\/information-sheet\/#breadcrumblist"},"datePublished":"2023-12-06T14:42:29+00:00","dateModified":"2024-10-16T11:40:13+01: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":"Information Sheet - beams-experiments.com","og:description":"Your Page Title Loading data... I have not read this information sheet I have read this information sheet Agree &amp; Continue Page 2 out of 6","og:url":"https:\/\/beams-experiments.com\/index.php\/information-sheet\/","article:published_time":"2023-12-06T14:42:29+00:00","article:modified_time":"2024-10-16T10:40:13+00:00","twitter:card":"summary_large_image","twitter:title":"Information Sheet - beams-experiments.com","twitter:description":"Your Page Title Loading data... I have not read this information sheet I have read this information sheet Agree &amp; Continue Page 2 out of 6"},"aioseo_meta_data":{"post_id":"25","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-06 14:42:29","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\tInformation Sheet\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/beams-experiments.com"},{"label":"Information Sheet","link":"https:\/\/beams-experiments.com\/index.php\/information-sheet\/"}],"_links":{"self":[{"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages\/25","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=25"}],"version-history":[{"count":9,"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages\/25\/revisions"}],"predecessor-version":[{"id":4127,"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages\/25\/revisions\/4127"}],"wp:attachment":[{"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/media?parent=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}