{"id":23402,"date":"2025-06-18T09:22:22","date_gmt":"2025-06-18T09:22:22","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=23402"},"modified":"2025-12-30T14:17:08","modified_gmt":"2025-12-30T14:17:08","slug":"are-you-a-future-tech-visionary-or-a-noob-quiz","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/are-you-a-future-tech-visionary-or-a-noob-quiz\/","title":{"rendered":"Are You a Future Tech Visionary or a Noob? [QUIZ]"},"content":{"rendered":"\n<div id=\"future-tech-quiz\" class=\"horizontal-fullscreen\">\n  <h2>Are You a Future Tech Visionary or a Noob?<\/h2>\n  <p>Test your knowledge of groundbreaking technologies! Answer the following questions to see if you are ahead of the curve or still catching up on the future.<\/p>\n  \n  <form id=\"future-tech-quiz-form\">\n    <h3>8 Questions<\/h3>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">1<\/span>When you hear &#8220;AI,&#8221; what comes to mind first?<\/p>\n      <label><input type=\"radio\" name=\"q1\" value=\"Visionary\" required> Artificial General Intelligence (AGI) and its societal impact.<\/label><br>\n      <label><input type=\"radio\" name=\"q1\" value=\"Noob\"> Just chatbots and virtual assistants.<\/label>\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">2<\/span>What is the primary promise of quantum computing?<\/p>\n      <label><input type=\"radio\" name=\"q2\" value=\"Visionary\" required> Solving complex problems beyond the scope of classical computers.<\/label><br>\n      <label><input type=\"radio\" name=\"q2\" value=\"Noob\"> Just being a much, much faster version of my laptop.<\/label>\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">3<\/span>How do you view the concept of the Metaverse?<\/p>\n      <label><input type=\"radio\" name=\"q3\" value=\"Visionary\" required> As a decentralized, interoperable successor to the internet.<\/label><br>\n      <label><input type=\"radio\" name=\"q3\" value=\"Noob\"> As a big, fancy video game or VR chatroom.<\/label>\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">4<\/span>Which technology do you associate with gene editing?<\/p>\n      <label><input type=\"radio\" name=\"q4\" value=\"Visionary\" required> CRISPR-Cas9 and its potential to cure genetic diseases.<\/label><br>\n      <label><input type=\"radio\" name=\"q4\" value=\"Noob\"> I&#8217;m not sure, something to do with futuristic medicine.<\/label>\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">5<\/span>What is the core value of blockchain technology beyond cryptocurrency?<\/p>\n      <label><input type=\"radio\" name=\"q5\" value=\"Visionary\" required> Decentralization, transparent ledgers, and smart contracts.<\/label><br>\n      <label><input type=\"radio\" name=\"q5\" value=\"Noob\"> It&#8217;s just the technology that powers Bitcoin and NFTs.<\/label>\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">6<\/span>What&#8217;s a major long-term goal for sustainable energy?<\/p>\n      <label><input type=\"radio\" name=\"q6\" value=\"Visionary\" required> Achieving viable nuclear fusion for near-limitless clean energy.<\/label><br>\n      <label><input type=\"radio\" name=\"q6\" value=\"Noob\"> Just putting more solar panels on every roof.<\/label>\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">7<\/span>What is the ultimate goal of Brain-Computer Interfaces (BCIs)?<\/p>\n      <label><input type=\"radio\" name=\"q7\" value=\"Visionary\" required> To restore motor and communication functions and augment human capability.<\/label><br>\n      <label><input type=\"radio\" name=\"q7\" value=\"Noob\"> To read minds, like in science fiction movies.<\/label>\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">8<\/span>How do you feel about humanity&#8217;s expansion into space?<\/p>\n      <label><input type=\"radio\" name=\"q8\" value=\"Visionary\" required> I&#8217;m excited about sustainable colonies on the Moon\/Mars and asteroid mining.<\/label><br>\n      <label><input type=\"radio\" name=\"q8\" value=\"Noob\"> It&#8217;s cool, but it&#8217;s mostly about sending rovers to take pictures.<\/label>\n    <\/div>\n\n    <button type=\"submit\">Calculate My Future Tech Score<\/button>\n  <\/form>\n  <p class=\"footer-text\">This quiz was prepared by <a href=\"https:\/\/metaverseplanet.net\" target=\"_blank\">Metaverseplanet.net<\/a><\/p>\n  <div id=\"future-tech-quiz-result\" class=\"result\"><\/div>\n<\/div>\n\n<script>\n  document.getElementById('future-tech-quiz-form').onsubmit = function(event) {\n    event.preventDefault();\n    const questions = ['q1', 'q2', 'q3', 'q4', 'q5', 'q6', 'q7', 'q8'];\n    let visionaryScore = 0;\n    let noobScore = 0;\n    \n    questions.forEach(q => {\n      const selected = document.querySelector('input[name=\"' + q + '\"]:checked');\n      if(selected) {\n        if(selected.value === \"Visionary\") {\n          visionaryScore++;\n        } else if(selected.value === \"Noob\") {\n          noobScore++;\n        }\n      }\n    });\n    \n    let resultMessage = \"\";\n    if (visionaryScore > noobScore) {\n      resultMessage = \"You are a Future Tech Visionary! You have a solid grasp of what's to come and its potential impact.\";\n    } else if (noobScore > visionaryScore) {\n      resultMessage = \"You are a Noob when it comes to future tech \u2013 there's an exciting world of innovation waiting for you to discover!\";\n    } else {\n      resultMessage = \"You're somewhere in between \u2013 you know the basics, but there's always more to learn about our technological future!\";\n    }\n    \n    const resultHTML = `\n      <div class=\"result-box\">\n        <h3>Your Quiz Results<\/h3>\n        <p>Visionary Score: <strong>${visionaryScore}<\/strong><\/p>\n        <p>Noob Score: <strong>${noobScore}<\/strong><\/p>\n        <p>${resultMessage}<\/p>\n      <\/div>\n      <p class=\"footer-text\">For more future tech insights, visit our <a href=\"https:\/\/metaverseplanet.net\/blog\/nft-information-and-news-platform\/\" target=\"_blank\">Future Tech News Platform<\/a>.<\/p>\n    `;\n    \n    document.getElementById('future-tech-quiz-result').innerHTML = resultHTML;\n  };\n<\/script>\n\n<style>\n  body {\n    margin: 0;\n    padding: 0;\n    background-color: #000;\n    font-family: Arial, sans-serif;\n  }\n  \/* Transparent main container with subtle border and shadow *\/\n  #future-tech-quiz {\n    max-width: 1200px;\n    width: 100%;\n    padding: 20px;\n    background: none;\n    border: 1px solid #222;\n    border-radius: 8px;\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);\n    color: #ffffff;\n    margin: 20px auto;\n  }\n  \/* Question boxes: Solid black background *\/\n  .question {\n    margin-bottom: 20px;\n    background-color: #000;\n    padding: 15px;\n    border: 1px solid #333;\n    border-radius: 6px;\n  }\n  .question p {\n    margin: 0 0 10px;\n    font-size: 1.1rem;\n    font-weight: bold;\n  }\n  \/* Circular question numbers using accent color (#c1205b) *\/\n  .question-number {\n    background-color: #c1205b;\n    color: #fff;\n    display: inline-block;\n    width: 30px;\n    height: 30px;\n    text-align: center;\n    line-height: 30px;\n    border-radius: 50%;\n    margin-right: 10px;\n    font-size: 16px;\n  }\n  button[type=\"submit\"] {\n    width: 100%;\n    padding: 15px;\n    font-size: 1.1rem;\n    font-weight: bold;\n    color: #ffffff;\n    background-color: #c1205b;\n    border: none;\n    border-radius: 5px;\n    cursor: pointer;\n    transition: background-color 0.3s ease;\n  }\n  button[type=\"submit\"]:hover {\n    background-color: #a8194d;\n  }\n  .footer-text {\n    font-size: 0.9rem;\n    color: #ffffff;\n    text-align: center;\n    margin-top: 20px;\n    opacity: 0.7;\n  }\n  #future-tech-quiz-result {\n    font-size: 1.2rem;\n    font-weight: bold;\n    color: #ffffff;\n    margin-top: 20px;\n    text-align: center;\n  }\n  .result-box {\n    background-color: rgba(255, 255, 255, 0.1);\n    padding: 20px;\n    border-radius: 8px;\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);\n    text-align: center;\n    margin-top: 20px;\n  }\n  @media (max-width: 768px) {\n    #future-tech-quiz {\n      width: 90%;\n      padding: 15px;\n    }\n  }\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Are You a Future Tech Visionary or a Noob? Test your knowledge of groundbreaking technologies! Answer the following questions to see if you are ahead of the curve or still catching up on the future. 8 Questions 1When you hear &#8220;AI,&#8221; what comes to mind first? Artificial General Intelligence (AGI) and its societal impact. Just &hellip;<\/p>\n","protected":false},"author":1,"featured_media":22575,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAown96uCw:productID":"","footnotes":""},"categories":[323],"tags":[328],"class_list":["post-23402","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cyberculture","tag-quizzes"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/comments?post=23402"}],"version-history":[{"count":0,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23402\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/22575"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=23402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=23402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=23402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}