{"id":3351,"date":"2024-09-04T08:35:28","date_gmt":"2024-09-04T07:35:28","guid":{"rendered":"https:\/\/beams-experiments.com\/?page_id=3351"},"modified":"2025-09-16T10:07:28","modified_gmt":"2025-09-16T09:07:28","slug":"informed-consent-ai-he","status":"publish","type":"page","link":"https:\/\/beams-experiments.com\/index.php\/informed-consent-ai-he\/","title":{"rendered":"Informed Consent-Communication-Bayes"},"content":{"rendered":"\n<!DOCTYPE html>\n<html>\n<head>\n    <title>Your Website 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 (3\/9 = 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        $.ajax({\n            url: 'https:\/\/beams-experiments.com\/AI_HE\/getInformedConsent.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\/pre-task-questionnaire-bayes'; this is for first year;\nwindow.location.href = 'https:\/\/beams-experiments.com\/index.php\/pre-task-questionnaire-year2-bayes';\n\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 don&#8217;t agree with the terms of the experiment\n        <\/label>\n        <br>\n        <label>\n            <input type=\"radio\" name=\"consent\" id=\"agree\"> I agree with the terms of the experiment\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 3 out of 6<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Your Website Title Loading data&#8230; I don&#8217;t agree with the terms of the experiment I agree with the terms of the experiment Agree &#038; Continue Page 3 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-3351","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Your Website Title Loading data... I don&#039;t agree with the terms of the experiment I agree with the terms of the experiment Agree &amp; Continue Page 3 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\/informed-consent-ai-he\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\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=\"Informed Consent-Communication-Bayes - beams-experiments.com\" \/>\n\t\t<meta property=\"og:description\" content=\"Your Website Title Loading data... I don&#039;t agree with the terms of the experiment I agree with the terms of the experiment Agree &amp; Continue Page 3 out of 6\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/beams-experiments.com\/index.php\/informed-consent-ai-he\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-09-04T07:35:28+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-09-16T09:07:28+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Informed Consent-Communication-Bayes - beams-experiments.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Your Website Title Loading data... I don&#039;t agree with the terms of the experiment I agree with the terms of the experiment Agree &amp; Continue Page 3 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\\\/informed-consent-ai-he\\\/#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\\\/informed-consent-ai-he\\\/#listItem\",\"name\":\"Informed Consent-Communication-Bayes\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/informed-consent-ai-he\\\/#listItem\",\"position\":2,\"name\":\"Informed Consent-Communication-Bayes\",\"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\\\/informed-consent-ai-he\\\/#webpage\",\"url\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/informed-consent-ai-he\\\/\",\"name\":\"Informed Consent-Communication-Bayes - beams-experiments.com\",\"description\":\"Your Website Title Loading data... I don't agree with the terms of the experiment I agree with the terms of the experiment Agree & Continue Page 3 out of 6\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/beams-experiments.com\\\/index.php\\\/informed-consent-ai-he\\\/#breadcrumblist\"},\"datePublished\":\"2024-09-04T08:35:28+01:00\",\"dateModified\":\"2025-09-16T10:07:28+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":"Informed Consent-Communication-Bayes - beams-experiments.com","description":"Your Website Title Loading data... I don't agree with the terms of the experiment I agree with the terms of the experiment Agree & Continue Page 3 out of 6","canonical_url":"https:\/\/beams-experiments.com\/index.php\/informed-consent-ai-he\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/beams-experiments.com\/index.php\/informed-consent-ai-he\/#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\/informed-consent-ai-he\/#listItem","name":"Informed Consent-Communication-Bayes"}},{"@type":"ListItem","@id":"https:\/\/beams-experiments.com\/index.php\/informed-consent-ai-he\/#listItem","position":2,"name":"Informed Consent-Communication-Bayes","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\/informed-consent-ai-he\/#webpage","url":"https:\/\/beams-experiments.com\/index.php\/informed-consent-ai-he\/","name":"Informed Consent-Communication-Bayes - beams-experiments.com","description":"Your Website Title Loading data... I don't agree with the terms of the experiment I agree with the terms of the experiment Agree & Continue Page 3 out of 6","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/beams-experiments.com\/#website"},"breadcrumb":{"@id":"https:\/\/beams-experiments.com\/index.php\/informed-consent-ai-he\/#breadcrumblist"},"datePublished":"2024-09-04T08:35:28+01:00","dateModified":"2025-09-16T10:07:28+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":"Informed Consent-Communication-Bayes - beams-experiments.com","og:description":"Your Website Title Loading data... I don't agree with the terms of the experiment I agree with the terms of the experiment Agree &amp; Continue Page 3 out of 6","og:url":"https:\/\/beams-experiments.com\/index.php\/informed-consent-ai-he\/","article:published_time":"2024-09-04T07:35:28+00:00","article:modified_time":"2025-09-16T09:07:28+00:00","twitter:card":"summary_large_image","twitter:title":"Informed Consent-Communication-Bayes - beams-experiments.com","twitter:description":"Your Website Title Loading data... I don't agree with the terms of the experiment I agree with the terms of the experiment Agree &amp; Continue Page 3 out of 6"},"aioseo_meta_data":{"post_id":"3351","title":null,"description":null,"keywords":null,"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":null,"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":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2024-09-04 04:43:26","updated":"2025-09-16 09:08:48","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\tInformed Consent-Communication-Bayes\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/beams-experiments.com"},{"label":"Informed Consent-Communication-Bayes","link":"https:\/\/beams-experiments.com\/index.php\/informed-consent-ai-he\/"}],"_links":{"self":[{"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages\/3351","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=3351"}],"version-history":[{"count":3,"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages\/3351\/revisions"}],"predecessor-version":[{"id":6335,"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/pages\/3351\/revisions\/6335"}],"wp:attachment":[{"href":"https:\/\/beams-experiments.com\/index.php\/wp-json\/wp\/v2\/media?parent=3351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}