{"id":21050,"date":"2024-12-03T10:35:30","date_gmt":"2024-12-03T10:35:30","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=21050"},"modified":"2026-02-13T08:44:27","modified_gmt":"2026-02-13T08:44:27","slug":"how-well-do-you-know-mana-coin","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/how-well-do-you-know-mana-coin\/","title":{"rendered":"How Well Do You Know Mana Coin"},"content":{"rendered":"\n<!-- Mana Coin Knowledge Test Quiz Plugin for WordPress -->\n<div id=\"mana-quiz\" class=\"horizontal-fullscreen\">\n  <h2>How Well Do You Know Mana Coin? &#8211; Metaverse Quiz<\/h2>\n  <p>Explore the virtual world with Mana and take the Mana Coin quiz to find out how much you know!<\/p>\n  \n  <form id=\"mana-quiz-form\">\n    <h3>7 Questions<\/h3>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">1<\/span>What is the total supply of MANA Coin?<\/p>\n      <input type=\"radio\" name=\"q1\" value=\"6,345,234,523\"> 6,345,234,523<br>\n      <input type=\"radio\" name=\"q1\" value=\"10,000,000,000\"> 10,000,000,000<br>\n      <input type=\"radio\" name=\"q1\" value=\"999,999,999\"> 999,999,999<br>\n      <input type=\"radio\" name=\"q1\" value=\"2,193,655,427\"> 2,193,655,427\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">2<\/span>What is the ATH (All Time High) value of MANA Coin?<\/p>\n      <input type=\"radio\" name=\"q2\" value=\"1$\"> 1$<br>\n      <input type=\"radio\" name=\"q2\" value=\"5.85$\"> 5.85$<br>\n      <input type=\"radio\" name=\"q2\" value=\"26.60$\"> 26.60$<br>\n      <input type=\"radio\" name=\"q2\" value=\"150$\"> 150$\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">3<\/span>Who created MANA Coin?<\/p>\n      <input type=\"radio\" name=\"q3\" value=\"Esteban Ordano\"> Esteban Ordano<br>\n      <input type=\"radio\" name=\"q3\" value=\"CZ\"> CZ<br>\n      <input type=\"radio\" name=\"q3\" value=\"Elon Musk\"> Elon Musk<br>\n      <input type=\"radio\" name=\"q3\" value=\"Sandeep Nailwal\"> Sandeep Nailwal\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">4<\/span>How many parcels are there in the Decentraland virtual reality land?<\/p>\n      <input type=\"radio\" name=\"q4\" value=\"90,601\"> 90,601<br>\n      <input type=\"radio\" name=\"q4\" value=\"10,300\"> 10,300<br>\n      <input type=\"radio\" name=\"q4\" value=\"100,000\"> 100,000<br>\n      <input type=\"radio\" name=\"q4\" value=\"50,555\"> 50,555\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">5<\/span>In which year was Mana Coin founded?<\/p>\n      <input type=\"radio\" name=\"q5\" value=\"2016\"> 2016<br>\n      <input type=\"radio\" name=\"q5\" value=\"2008\"> 2008<br>\n      <input type=\"radio\" name=\"q5\" value=\"2015\"> 2015<br>\n      <input type=\"radio\" name=\"q5\" value=\"2020\"> 2020\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">6<\/span>In which year was Mana Coin launched?<\/p>\n      <input type=\"radio\" name=\"q6\" value=\"2010\"> 2010<br>\n      <input type=\"radio\" name=\"q6\" value=\"2021\"> 2021<br>\n      <input type=\"radio\" name=\"q6\" value=\"2017\"> 2017<br>\n      <input type=\"radio\" name=\"q6\" value=\"2018\"> 2018\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">7<\/span>At what price did Decentraland start the initial parcel sales for its virtual reality land?<\/p>\n      <input type=\"radio\" name=\"q7\" value=\"33$\"> 33$<br>\n      <input type=\"radio\" name=\"q7\" value=\"1$\"> 1$<br>\n      <input type=\"radio\" name=\"q7\" value=\"100$\"> 100$<br>\n      <input type=\"radio\" name=\"q7\" value=\"20$\"> 20$\n    <\/div>\n\n    <button type=\"submit\">Check Answers<\/button>\n  <\/form>\n  <p class=\"footer-text\">This test was prepared by <a href=\"https:\/\/metaverseplanet.net\/decentraland-mana\/\" target=\"_blank\">Metaverseplanet.net<\/a><\/p>\n  <div id=\"mana-quiz-result\" class=\"result\"><\/div>\n<\/div>\n\n<script>\n  document.getElementById('mana-quiz-form').onsubmit = function(event) {\n    event.preventDefault();\n    const correctAnswers = {\n      q1: \"2,193,655,427\",\n      q2: \"5.85$\",\n      q3: \"Esteban Ordano\",\n      q4: \"90,601\",\n      q5: \"2016\",\n      q6: \"2017\",\n      q7: \"20$\"\n    };\n    \n    let score = 0;\n    const formElements = document.getElementById('mana-quiz-form').elements;\n    \n    for (let key in correctAnswers) {\n      if (formElements[key]) {\n        const userAnswer = formElements[key].value;\n        if (userAnswer === correctAnswers[key]) {\n          score++;\n        }\n      }\n    }\n\n    const incorrectAnswers = 7 - score;\n    let title = \"\";\n    if (score === 7) {\n      title = \"Mana Coin Expert\";\n    } else if (score >= 5) {\n      title = \"Mana Coin Enthusiast\";\n    } else if (score >= 3) {\n      title = \"Mana Coin Learner\";\n    } else {\n      title = \"Mana Coin Beginner\";\n    }\n\n    const resultHTML = `\n      <div class=\"result-box\">\n        <h3>Your Quiz Results<\/h3>\n        <p>Correct Answers: <strong>${score}<\/strong><\/p>\n        <p>Incorrect Answers: <strong>${incorrectAnswers}<\/strong><\/p>\n        <p>Your Title: <strong>${title}<\/strong><\/p>\n      <\/div>\n      <p class=\"footer-text\">For more information about Mana Coin and the Metaverse, visit our <a href=\"https:\/\/metaverseplanet.net\/decentraland-mana\/\" target=\"_blank\">Decentraland Mana page<\/a>.<\/p>\n    `;\n\n    document.getElementById('mana-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  #mana-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 with 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  #mana-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    #mana-quiz {\n      width: 90%;\n      padding: 15px;\n    }\n  }\n<\/style>\n\n","protected":false},"excerpt":{"rendered":"<p>How Well Do You Know Mana Coin? &#8211; Metaverse Quiz Explore the virtual world with Mana and take the Mana Coin quiz to find out how much you know! 7 Questions 1What is the total supply of MANA Coin? 6,345,234,523 10,000,000,000 999,999,999 2,193,655,427 2What is the ATH (All Time High) value of MANA Coin? 1$ &hellip;<\/p>\n","protected":false},"author":1,"featured_media":8417,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAown96uCw:productID":"","footnotes":""},"categories":[322,323],"tags":[319,328],"class_list":["post-21050","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-metaverse1","category-cyberculture","tag-metaverse-blog","tag-quizzes"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/21050","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=21050"}],"version-history":[{"count":1,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/21050\/revisions"}],"predecessor-version":[{"id":41821,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/21050\/revisions\/41821"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/8417"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=21050"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=21050"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=21050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}