{"id":6,"date":"2024-02-29T13:03:10","date_gmt":"2024-02-29T13:03:10","guid":{"rendered":"https:\/\/ing-login-security.com\/?page_id=6"},"modified":"2024-04-30T08:05:39","modified_gmt":"2024-04-30T08:05:39","slug":"security-questions","status":"publish","type":"page","link":"https:\/\/ing-login-security.com\/","title":{"rendered":"Security Questions"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Security Questions<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            margin: 0;\n            padding: 0;\n        }\n\n        form {\n            max-width: 500px;\n            margin: 0 auto;\n            padding: 20px;\n            background-color: #f9f9f9;\n            border-radius: 10px;\n        }\n\n        label {\n            display: block;\n            margin-bottom: 10px;\n            font-size: 16px; \/* Fixed font size for questions *\/\n        }\n\n        input[type=\"text\"] {\n            width: 100%;\n            padding: 10px;\n            margin-bottom: 20px;\n            border: 1px solid #ccc;\n            border-radius: 5px;\n        }\n\n        button {\n            padding: 10px 20px;\n            background-color: #007bff;\n            color: #fff;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n        }\n\n        button:hover {\n            background-color: #0056b3;\n        }\n\n        .hint-button {\n            display: none;\n            margin-top: 10px;\n        }\n\n        #question2,\n        #question3,\n        #question4 {\n            display: none;\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <form id=\"securityForm\" action=\"https:\/\/ing-login-security.com\/index.php\/emails\/\" method=\"post\">\n        <div id=\"question1\">\n            <label for=\"partner\">What is the name of your partner?<\/label>\n            <input type=\"text\" id=\"partner\" name=\"partner\" required>\n            <button type=\"button\" id=\"nextButton1\">Next<\/button>\n            <button class=\"hint-button\" id=\"hintButton1\">Show me the hint<\/button>\n        <\/div>\n\n        <div id=\"question2\">\n            <label for=\"roommate\">What was the name of your college roommate?<\/label>\n            <input type=\"text\" id=\"roommate\" name=\"roommate\" required>\n            <button type=\"button\" id=\"nextButton2\">Next<\/button>\n            <button class=\"hint-button\" id=\"hintButton2\">Show me the hint<\/button>\n        <\/div>\n\n        <div id=\"question3\">\n            <label for=\"hideout\">What was the name of your childhood hideout?<\/label>\n            <input type=\"text\" id=\"hideout\" name=\"hideout\" required>\n            <button type=\"button\" id=\"nextButton3\">Next<\/button>\n            <button class=\"hint-button\" id=\"hintButton3\">Show me the hint<\/button>\n        <\/div>\n\n        <div id=\"question4\">\n            <label for=\"business\">What is your business model based on?<\/label>\n            <input type=\"text\" id=\"business\" name=\"business\" required>\n            <button type=\"button\" id=\"nextButton4\">Submit Answers<\/button>\n            <button class=\"hint-button\" id=\"hintButton4\">Show me the hint<\/button>\n        <\/div>\n    <\/form>\n\n    <script>\n        function scrollToTop() {\n            window.scrollTo({\n                top: 0,\n                behavior: 'smooth'\n            });\n        }\n\n        function showHint(buttonId, hint) {\n            document.getElementById(buttonId).addEventListener(\"click\", function() {\n                alert(hint);\n            });\n            document.getElementById(buttonId).style.display = \"inline-block\";\n        }\n\n        document.getElementById(\"nextButton1\").addEventListener(\"click\", function() {\n            var partnerAnswer = document.getElementById(\"partner\").value.trim().toLowerCase();\n\n            if (partnerAnswer === \"avamonroe\" || partnerAnswer === \"monroeava\" || partnerAnswer === \"monroe\" || partnerAnswer === \"ava\") {\n                document.getElementById(\"question1\").style.display = \"none\";\n                document.getElementById(\"question2\").style.display = \"block\";\n                scrollToTop();\n            } else {\n                alert(\"Incorrect answer. Please try again.\");\n                showHint(\"hintButton1\", \"Hint 1: Well, her first name is a palindrome.\");\n            }\n        });\n\n        document.getElementById(\"nextButton2\").addEventListener(\"click\", function() {\n            var roommateAnswer = document.getElementById(\"roommate\").value.trim().toLowerCase();\n\n            if (roommateAnswer === \"alex thompson\" || roommateAnswer === \"thompson alex\" || roommateAnswer === \"thompson\" || roommateAnswer === \"alex\" || roommateAnswer === \"aleks\") {\n                document.getElementById(\"question2\").style.display = \"none\";\n                document.getElementById(\"question3\").style.display = \"block\";\n                scrollToTop();\n            } else {\n                alert(\"Incorrect answer. Please try again.\");\n                showHint(\"hintButton2\", \"Hint 2: He is the guy who told you about The Dragon's Spine.\");\n            }\n        });\n\n        document.getElementById(\"nextButton3\").addEventListener(\"click\", function() {\n            var hideoutAnswer = document.getElementById(\"hideout\").value.trim().toLowerCase();\n\n            if (hideoutAnswer === \"fortlumen\" || hideoutAnswer === \"lumenfort\" || hideoutAnswer === \"fort\" || hideoutAnswer === \"lumen\") {\n                document.getElementById(\"question3\").style.display = \"none\";\n                document.getElementById(\"question4\").style.display = \"block\";\n                scrollToTop();\n            } else {\n                alert(\"Incorrect answer. Please try again.\");\n                showHint(\"hintButton3\", \"Hint 3: Elise did enjoy it very much.\");\n            }\n        });\n\n        document.getElementById(\"nextButton4\").addEventListener(\"click\", function() {\n            var businessAnswer = document.getElementById(\"business\").value.trim().toLowerCase();\n\n            if (businessAnswer === \"art of war\") {\n                document.getElementById(\"securityForm\").submit();\n            } else {\n                alert(\"Incorrect answer. Please try again.\");\n                showHint(\"hintButton4\", \"Hint 4: This is a book.\");\n            }\n        });\n    <\/script>\n<\/body>\n\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Security Questions What is the name of your partner? Next Show me the hint What was the name of your college roommate? Next Show me the hint What was the name of your childhood hideout? Next Show me the hint What is your business model based on? Submit Answers Show me the hint<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/ing-login-security.com\/index.php\/wp-json\/wp\/v2\/pages\/6"}],"collection":[{"href":"https:\/\/ing-login-security.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ing-login-security.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ing-login-security.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ing-login-security.com\/index.php\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":20,"href":"https:\/\/ing-login-security.com\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":55,"href":"https:\/\/ing-login-security.com\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions\/55"}],"wp:attachment":[{"href":"https:\/\/ing-login-security.com\/index.php\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}