{"id":1122,"date":"2025-05-05T19:15:15","date_gmt":"2025-05-05T19:15:15","guid":{"rendered":"https:\/\/kidneydiseaseclinic.net\/stress\/?p=1122"},"modified":"2025-05-05T19:23:49","modified_gmt":"2025-05-05T19:23:49","slug":"hogan-test","status":"publish","type":"post","link":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/","title":{"rendered":"Hogan Test"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Personality Test &#8211; Hogan Style<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #f4f4f4;\n            color: #333;\n            margin: 0;\n            padding: 20px;\n        }\n\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background-color: #ffffff;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        }\n\n        h1 {\n            text-align: center;\n            color: #4CAF50;\n        }\n\n        .question {\n            margin-bottom: 20px;\n        }\n\n        .question p {\n            font-weight: bold;\n        }\n\n        .answers {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .answers label {\n            margin: 5px 0;\n        }\n\n        .results {\n            display: none;\n            margin-top: 30px;\n            padding: 20px;\n            background-color: #eaf4e1;\n            border-radius: 8px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        }\n\n        .results p {\n            font-size: 1.2em;\n            color: #333;\n        }\n\n        .button {\n            display: block;\n            width: 100%;\n            padding: 10px;\n            background-color: #4CAF50;\n            color: white;\n            border: none;\n            border-radius: 8px;\n            cursor: pointer;\n            font-size: 1.1em;\n        }\n\n        .button:hover {\n            background-color: #45a049;\n        }\n\n        .honesty-check {\n            font-style: italic;\n            margin-top: 20px;\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n    <h1>Hogan-Style Personality Test<\/h1>\n    <p style=\"font-size: 1.1em; color: #666; text-align: center;\">\n        Answer the following questions honestly. There are no right or wrong answers. Your results will be a reflection of your personality.\n    <\/p>\n\n    <form id=\"test-form\">\n        <!-- Example Questions (Now 60 questions) -->\n        <div class=\"question\">\n            <p>1. I enjoy leading others in group settings.<\/p>\n            <div class=\"answers\">\n                <label><input type=\"radio\" name=\"q1\" value=\"1\" data-trait=\"HPI\"> Disagree<\/label>\n                <label><input type=\"radio\" name=\"q1\" value=\"2\" data-trait=\"HPI\"> Agree<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"question\">\n            <p>2. I prefer to avoid leadership roles whenever possible.<\/p>\n            <div class=\"answers\">\n                <label><input type=\"radio\" name=\"q2\" value=\"1\" data-trait=\"HPI\"> Disagree<\/label>\n                <label><input type=\"radio\" name=\"q2\" value=\"2\" data-trait=\"HPI\"> Agree<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"question\">\n            <p>3. I often feel anxious in social situations.<\/p>\n            <div class=\"answers\">\n                <label><input type=\"radio\" name=\"q3\" value=\"1\" data-trait=\"HDS\"> Disagree<\/label>\n                <label><input type=\"radio\" name=\"q3\" value=\"2\" data-trait=\"HDS\"> Agree<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"question\">\n            <p>4. I am comfortable talking to strangers.<\/p>\n            <div class=\"answers\">\n                <label><input type=\"radio\" name=\"q4\" value=\"1\" data-trait=\"HDS\"> Disagree<\/label>\n                <label><input type=\"radio\" name=\"q4\" value=\"2\" data-trait=\"HDS\"> Agree<\/label>\n            <\/div>\n        <\/div>\n\n        <!-- Add the remaining questions (You can replace the following placeholders with the actual questions) -->\n        <!-- Add more questions (up to 60) with similar structure here -->\n\n        <div class=\"question\">\n            <p>5. I enjoy solving complex problems.<\/p>\n            <div class=\"answers\">\n                <label><input type=\"radio\" name=\"q5\" value=\"1\" data-trait=\"MVPI\"> Disagree<\/label>\n                <label><input type=\"radio\" name=\"q5\" value=\"2\" data-trait=\"MVPI\"> Agree<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"question\">\n            <p>6. I find it difficult to trust others easily.<\/p>\n            <div class=\"answers\">\n                <label><input type=\"radio\" name=\"q6\" value=\"1\" data-trait=\"MVPI\"> Disagree<\/label>\n                <label><input type=\"radio\" name=\"q6\" value=\"2\" data-trait=\"MVPI\"> Agree<\/label>\n            <\/div>\n        <\/div>\n\n        <!-- Repeat for all 60 questions -->\n        \n        <!-- Honesty Check -->\n        <div class=\"honesty-check\">\n            <p>Were your answers as honest as possible?<\/p>\n            <label><input type=\"radio\" name=\"honesty-check\" value=\"yes\"> Yes, I was honest.<\/label>\n            <label><input type=\"radio\" name=\"honesty-check\" value=\"no\"> No, I tried to give ideal answers.<\/label>\n        <\/div>\n\n        <button type=\"button\" class=\"button\" onclick=\"calculateResults()\">Submit Answers<\/button>\n    <\/form>\n\n    <div class=\"results\" id=\"results\">\n        <h2>Test Results<\/h2>\n        <p id=\"summary\">Thank you for taking the test. Your results will be analyzed and displayed here.<\/p>\n    <\/div>\n<\/div>\n\n<script>\n    function calculateResults() {\n        const form = document.getElementById('test-form');\n        const formData = new FormData(form);\n        \n        \/\/ Initialize trait scores\n        let scores = {\n            HPI: 0,\n            HDS: 0,\n            MVPI: 0\n        };\n        \n        let honestyScore = formData.get('honesty-check') === 'yes' ? 0 : 1; \/\/ 0 for honest, 1 for possible bias\n\n        \/\/ Adding up the scores for questions by trait\n        for (let i = 1; i <= 60; i++) {  \/\/ Adjusted for 60 questions\n            const answer = formData.get('q' + i);\n            const trait = formData.get('q' + i) ? document.querySelector('input[name=\"q' + i + '\"]:checked').getAttribute('data-trait') : null;\n\n            if (answer) {\n                scores[trait] += parseInt(answer);\n            }\n        }\n\n        \/\/ Display results\n        let resultText = `Scores for each trait: \n            HPI (Bright Side): ${scores.HPI}\n            HDS (Dark Side): ${scores.HDS}\n            MVPI (Motives\/Values): ${scores.MVPI}`;\n\n        if (honestyScore > 0) {\n            resultText += ' You may have tried to answer in a way that reflects an ideal version of yourself.';\n        }\n\n        \/\/ Showing result in the results section\n        document.getElementById('results').style.display = 'block';\n        document.getElementById('summary').textContent = resultText;\n    }\n<\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Personality Test &#8211; Hogan Style Hogan-Style Personality Test Answer the following questions honestly. There are no right or wrong answers. Your results will be a reflection of your personality. 1. I enjoy leading others in group settings. Disagree Agree 2. I prefer to avoid leadership roles whenever possible. Disagree Agree 3. I often feel anxious [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1122","post","type-post","status-publish","format-standard","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hogan Test - Counselor<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hogan Test - Counselor\" \/>\n<meta property=\"og:description\" content=\"Personality Test &#8211; Hogan Style Hogan-Style Personality Test Answer the following questions honestly. There are no right or wrong answers. Your results will be a reflection of your personality. 1. I enjoy leading others in group settings. Disagree Agree 2. I prefer to avoid leadership roles whenever possible. Disagree Agree 3. I often feel anxious [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/\" \/>\n<meta property=\"og:site_name\" content=\"Counselor\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-05T19:15:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-05T19:23:49+00:00\" \/>\n<meta name=\"author\" content=\"aborashyd83\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"aborashyd83\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/hogan-test\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/hogan-test\\\/\"},\"author\":{\"name\":\"aborashyd83\",\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/#\\\/schema\\\/person\\\/9b0929a9f700f956a64bb27896e68bec\"},\"headline\":\"Hogan Test\",\"datePublished\":\"2025-05-05T19:15:15+00:00\",\"dateModified\":\"2025-05-05T19:23:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/hogan-test\\\/\"},\"wordCount\":120,\"publisher\":{\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/#\\\/schema\\\/person\\\/9b0929a9f700f956a64bb27896e68bec\"},\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/hogan-test\\\/\",\"url\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/hogan-test\\\/\",\"name\":\"Hogan Test - Counselor\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/#website\"},\"datePublished\":\"2025-05-05T19:15:15+00:00\",\"dateModified\":\"2025-05-05T19:23:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/hogan-test\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/hogan-test\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/hogan-test\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hogan Test\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/#website\",\"url\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/\",\"name\":\"Counselor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/#\\\/schema\\\/person\\\/9b0929a9f700f956a64bb27896e68bec\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/#\\\/schema\\\/person\\\/9b0929a9f700f956a64bb27896e68bec\",\"name\":\"aborashyd83\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/personality-logo.jpg\",\"url\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/personality-logo.jpg\",\"contentUrl\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/personality-logo.jpg\",\"width\":50,\"height\":50,\"caption\":\"aborashyd83\"},\"logo\":{\"@id\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/personality-logo.jpg\"},\"sameAs\":[\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\"],\"url\":\"https:\\\/\\\/kidneydiseaseclinic.net\\\/stress\\\/author\\\/aborashyd83\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hogan Test - Counselor","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/","og_locale":"en_US","og_type":"article","og_title":"Hogan Test - Counselor","og_description":"Personality Test &#8211; Hogan Style Hogan-Style Personality Test Answer the following questions honestly. There are no right or wrong answers. Your results will be a reflection of your personality. 1. I enjoy leading others in group settings. Disagree Agree 2. I prefer to avoid leadership roles whenever possible. Disagree Agree 3. I often feel anxious [&hellip;]","og_url":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/","og_site_name":"Counselor","article_published_time":"2025-05-05T19:15:15+00:00","article_modified_time":"2025-05-05T19:23:49+00:00","author":"aborashyd83","twitter_card":"summary_large_image","twitter_misc":{"Written by":"aborashyd83"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/#article","isPartOf":{"@id":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/"},"author":{"name":"aborashyd83","@id":"https:\/\/kidneydiseaseclinic.net\/stress\/#\/schema\/person\/9b0929a9f700f956a64bb27896e68bec"},"headline":"Hogan Test","datePublished":"2025-05-05T19:15:15+00:00","dateModified":"2025-05-05T19:23:49+00:00","mainEntityOfPage":{"@id":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/"},"wordCount":120,"publisher":{"@id":"https:\/\/kidneydiseaseclinic.net\/stress\/#\/schema\/person\/9b0929a9f700f956a64bb27896e68bec"},"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/","url":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/","name":"Hogan Test - Counselor","isPartOf":{"@id":"https:\/\/kidneydiseaseclinic.net\/stress\/#website"},"datePublished":"2025-05-05T19:15:15+00:00","dateModified":"2025-05-05T19:23:49+00:00","breadcrumb":{"@id":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kidneydiseaseclinic.net\/stress\/hogan-test\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kidneydiseaseclinic.net\/stress\/"},{"@type":"ListItem","position":2,"name":"Hogan Test"}]},{"@type":"WebSite","@id":"https:\/\/kidneydiseaseclinic.net\/stress\/#website","url":"https:\/\/kidneydiseaseclinic.net\/stress\/","name":"Counselor","description":"","publisher":{"@id":"https:\/\/kidneydiseaseclinic.net\/stress\/#\/schema\/person\/9b0929a9f700f956a64bb27896e68bec"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kidneydiseaseclinic.net\/stress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/kidneydiseaseclinic.net\/stress\/#\/schema\/person\/9b0929a9f700f956a64bb27896e68bec","name":"aborashyd83","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-content\/uploads\/2025\/04\/personality-logo.jpg","url":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-content\/uploads\/2025\/04\/personality-logo.jpg","contentUrl":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-content\/uploads\/2025\/04\/personality-logo.jpg","width":50,"height":50,"caption":"aborashyd83"},"logo":{"@id":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-content\/uploads\/2025\/04\/personality-logo.jpg"},"sameAs":["https:\/\/kidneydiseaseclinic.net\/stress"],"url":"https:\/\/kidneydiseaseclinic.net\/stress\/author\/aborashyd83\/"}]}},"_links":{"self":[{"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/posts\/1122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/comments?post=1122"}],"version-history":[{"count":2,"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/posts\/1122\/revisions"}],"predecessor-version":[{"id":1124,"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/posts\/1122\/revisions\/1124"}],"wp:attachment":[{"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/media?parent=1122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/categories?post=1122"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kidneydiseaseclinic.net\/stress\/wp-json\/wp\/v2\/tags?post=1122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}