{"id":21211,"date":"2024-12-12T11:45:45","date_gmt":"2024-12-12T11:45:45","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=21211"},"modified":"2025-12-30T14:19:27","modified_gmt":"2025-12-30T14:19:27","slug":"how-well-do-you-know-enj","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/how-well-do-you-know-enj\/","title":{"rendered":"How Well Do You Know ENJ?"},"content":{"rendered":"\n<!-- ENJ Knowledge Test Quiz Plugin for WordPress -->\n<div id=\"enj-coin-quiz\" class=\"horizontal-fullscreen\">\n  <h2>How Well Do You Know ENJ?<\/h2>\n  <p>Test your knowledge of ENJ, one of the most famous coins in the NFT and Metaverse world, in this quiz.<\/p>\n  \n  <form id=\"enj-coin-quiz-form\">\n    <h3>6 Questions<\/h3>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">1<\/span>When did Enjin Coin hold its ICO?<\/p>\n      <input type=\"radio\" name=\"q1\" value=\"2017\"> 2017<br>\n      <input type=\"radio\" name=\"q1\" value=\"2016\"> 2016<br>\n      <input type=\"radio\" name=\"q1\" value=\"2015\"> 2015<br>\n      <input type=\"radio\" name=\"q1\" value=\"2018\"> 2018\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">2<\/span>Approximately how much investment did Enjin Coin raise from its ICO?<\/p>\n      <input type=\"radio\" name=\"q2\" value=\"$16 million\"> $16 million<br>\n      <input type=\"radio\" name=\"q2\" value=\"$25 million\"> $25 million<br>\n      <input type=\"radio\" name=\"q2\" value=\"$15 million\"> $15 million<br>\n      <input type=\"radio\" name=\"q2\" value=\"$19 million\"> $19 million\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">3<\/span>Which coin&#8217;s infrastructure does ENJ coin use?<\/p>\n      <input type=\"radio\" name=\"q3\" value=\"Ethereum\"> Ethereum<br>\n      <input type=\"radio\" name=\"q3\" value=\"Polkadot\"> Polkadot<br>\n      <input type=\"radio\" name=\"q3\" value=\"Bitcoin\"> Bitcoin<br>\n      <input type=\"radio\" name=\"q3\" value=\"Solana\"> Solana\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">4<\/span>In which year was Enjin started as a project?<\/p>\n      <input type=\"radio\" name=\"q4\" value=\"2017\"> 2017<br>\n      <input type=\"radio\" name=\"q4\" value=\"2018\"> 2018<br>\n      <input type=\"radio\" name=\"q4\" value=\"2009\"> 2009<br>\n      <input type=\"radio\" name=\"q4\" value=\"2010\"> 2010\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">5<\/span>Who founded Enjin?<\/p>\n      <input type=\"radio\" name=\"q5\" value=\"Vitaly Dmitriyevich Buterin\"> Vitaly Dmitriyevich Buterin<br>\n      <input type=\"radio\" name=\"q5\" value=\"Vitek Radomski\"> Vitek Radomski<br>\n      <input type=\"radio\" name=\"q5\" value=\"Jeff Bezos\"> Jeff Bezos<br>\n      <input type=\"radio\" name=\"q5\" value=\"Elon Musk\"> Elon Musk\n    <\/div>\n    \n    <div class=\"question\">\n      <p><span class=\"question-number\">6<\/span>What is the total supply of Enjin Coin?<\/p>\n      <input type=\"radio\" name=\"q6\" value=\"1,000,000,000\"> 1,000,000,000<br>\n      <input type=\"radio\" name=\"q6\" value=\"32,000,000\"> 32,000,000<br>\n      <input type=\"radio\" name=\"q6\" value=\"4,458,000,000\"> 4,458,000,000<br>\n      <input type=\"radio\" name=\"q6\" value=\"5,000,000,000\"> 5,000,000,000\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\/\" target=\"_blank\">Metaverseplanet.net<\/a><\/p>\n  <div id=\"enj-coin-quiz-result\" class=\"result\"><\/div>\n<\/div>\n\n<script>\n  document.getElementById('enj-coin-quiz-form').onsubmit = function(event) {\n    event.preventDefault();\n    const correctAnswers = {\n      q1: \"2017\",\n      q2: \"$19 million\",\n      q3: \"Ethereum\",\n      q4: \"2009\",\n      q5: \"Vitek Radomski\",\n      q6: \"1,000,000,000\"\n    };\n    \n    let score = 0;\n    const formElements = document.getElementById('enj-coin-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 = 6 - score;\n    let title = \"\";\n    if (score === 6) {\n      title = \"ENJ Expert\";\n    } else if (score >= 4) {\n      title = \"ENJ Enthusiast\";\n    } else if (score >= 2) {\n      title = \"ENJ Learner\";\n    } else {\n      title = \"ENJ 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 ENJ and the crypto world, visit our <a href=\"https:\/\/metaverseplanet.net\/blog\/nft-information-and-news-platform\/\" target=\"_blank\">Crypto Information and News Platform<\/a>.<\/p>\n    `;\n\n    document.getElementById('enj-coin-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  \/* Main container: Transparent background with subtle border and shadow *\/\n  #apecoin-quiz, #enj-coin-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  \/* Colored question numbers using accent color *\/\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  #enj-coin-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    #enj-coin-quiz {\n      width: 90%;\n      padding: 15px;\n    }\n  }\n<\/style>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How Well Do You Know ENJ? Test your knowledge of ENJ, one of the most famous coins in the NFT and Metaverse world, in this quiz. 6 Questions 1When did Enjin Coin hold its ICO? 2017 2016 2015 2018 2Approximately how much investment did Enjin Coin raise from its ICO? $16 million $25 million $15 &hellip;<\/p>\n","protected":false},"author":1,"featured_media":19719,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAown96uCw:productID":"","footnotes":""},"categories":[323,309],"tags":[313,328],"class_list":["post-21211","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cyberculture","category-web3new","tag-crypto-blog","tag-quizzes"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/21211","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=21211"}],"version-history":[{"count":1,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/21211\/revisions"}],"predecessor-version":[{"id":41864,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/21211\/revisions\/41864"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/19719"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=21211"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=21211"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=21211"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}