{"id":31524,"date":"2020-04-13T22:39:00","date_gmt":"2020-04-14T01:39:00","guid":{"rendered":"https:\/\/revolutionarena.com\/pt-br\/?p=31524"},"modified":"2024-01-04T00:23:13","modified_gmt":"2024-01-04T03:23:13","slug":"quiz-teste-os-seus-conhecimentos-sobre-o-sonic","status":"publish","type":"post","link":"https:\/\/revolutionarena.com\/pt-br\/quiz-teste-os-seus-conhecimentos-sobre-o-sonic\/","title":{"rendered":"QUIZ: Teste os seus conhecimentos sobre o Sonic"},"content":{"rendered":"\n<figure class=\"wp-block-table\"><table><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\"><strong>QUESTION\u00c1RIO SOBRE O SONIC<\/strong><\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Teste seus conhecimentos com estas 10 perguntas sobre o Sonic!<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Por: Hyper Knuckles &#8211; Power Sonic<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/revolutionarena.com\/pt-br\/wp-content\/uploads\/sites\/2\/2024\/01\/sonic-1024x1024.jpg\" alt=\"\" class=\"wp-image-31526\" srcset=\"https:\/\/revolutionarena.com\/pt-br\/wp-content\/uploads\/sites\/2\/2024\/01\/sonic-1024x1024.jpg 1024w, https:\/\/revolutionarena.com\/pt-br\/wp-content\/uploads\/sites\/2\/2024\/01\/sonic-300x300.jpg 300w, https:\/\/revolutionarena.com\/pt-br\/wp-content\/uploads\/sites\/2\/2024\/01\/sonic-150x150.jpg 150w, https:\/\/revolutionarena.com\/pt-br\/wp-content\/uploads\/sites\/2\/2024\/01\/sonic-768x768.jpg 768w, https:\/\/revolutionarena.com\/pt-br\/wp-content\/uploads\/sites\/2\/2024\/01\/sonic.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<script type=\"text\/javascript\">\n      \/*** DADOS GERAIS DO QUIZ ***\/\n      \n      x=1; \/\/ contador do ARRAY Questoes\n      Questao = new Array();\nQuestao[x++]=['1. Qual dos nomes abaixo n\u00e3o corresponde a uma fase existente em qualquer jogo do Sonic?',\n'Showdown',\n'Gigan Rocks',\n'Casinopolis',\n'{#}Ice Island'];\n\nQuestao[x++]=['2. Em qual jogo do Sonic n\u00e3o existe SpinDash?',\n'{#}Sonic 1',\n'Sonic 3D Blast',\n'Sonic Spinball',\n'Sonic CD'];\n\nQuestao[x++]=['3. Qual dos personagens abaixo s\u00f3 apareceu em um \u00fanico game do Sonic?',\n'Fang',\n'{#}Ray',\n'Rouge',\n'Mighty'];\n\nQuestao[x++]=['4. Qual jogo do Sonic tem as 7 Esmeraldas do Caos, mas o Sonic n\u00e3o vira\u00a0Super Sonic?',\n'Sonic CD',\n'Sonic 3',\n'{#}Sonic 3D Blast',\n'Sonic Adventure'];\n\nQuestao[x++]=['5. Em que jogo as fases de Sonic Pocket Adventure foram baseadas?',\n'Sonic 1',\n'{#}Sonic 2',\n'Sonic 3',\n'Sonic &amp; Knuckles'];\n\nQuestao[x++]=['6. Qual jogo do Sonic para Master System foi lan\u00e7ado somente no Brasil?',\n'Sonic Triple Trouble',\n'Sonic 3',\n'{#}Sonic Blast',\n'Sonic Chaos'];\n\nQuestao[x++]=['7. Qual o nome da quinta fase de Sonic 2?',\n'Mystic Cave',\n'Casino Night',\n'{#}Hill Top',\n'Metropolis'];\n\nQuestao[x++]=['8. Dos g\u00eaneros de jogos abaixo, qual ainda n\u00e3o tem um game do Sonic?',\n'Luta',\n'RPG',\n'Corrida',\n'{#}Futebol'];\n\nQuestao[x++]=['9. Em que jogo do Sonic, Tails \u00e9 sequestrado por Robotnik?',\n'Sonic CD',\n'Sonic 3',\n'Sonic Spinball',\n'{#}Sonic 2 - Master System\/Game Gear'];\n\nQuestao[x++]=['10. No desenho Sonic the Hedgegoh, tamb\u00e9m conhecido como Sonic Satam, qual o nome do tio do Sonic, que tamb\u00e9m \u00e9 um ouri\u00e7o?',\n'{#}Chuck',\n'Rotor',\n'Antoine',\n'Sam']; \n      \n      \/*** MONTAGEM DO QUIZ ***\/\n      document.write ('<style>label { cursor: pointer; }<\/style>');\n      TotalQuestoes = Questao.length; \/\/ Tamanho do Arrya ALT (Quantidade de Quest\u00f5es)\n      Placar = 0;\n      \n      \/\/Monta Placar de Pontuacao\n      document.write('<div id=\"TabPlacar\" style=\"display:none; margin-bottom:10px\">'\n                      +'Suas respostas continuam marcadas. As respostas corretas est\u00e3o destacadas em azul.'\n                      +'<div id=\"v10bb\" style=\"width:250px; margin-top:5px; padding:3px; background:#CCCCCC\">Pontua\u00e7\u00e3o:<\/div>'\n                      +'<div id=\"PlacarResult\" style=\"width:250px; padding:3px; border:solid 1px #CCCCCC\"><\/div>'\n                    +'<\/div>');\n      \n      \n      \/\/ Monta lista de perguntas e alternativas.\n      for(i=1;i<TotalQuestoes;i++)\n      {\n        TotalResposta = Questao[i].length; \/\/ Qtd de alternativas por questao\n        for (n=0;n<TotalResposta;n++)\n        {\n          Questao[i][n].indexOf(\"{#}\")!=-1 ? Resposta=Questao[i][n].replace(\/{#}\/,'') : Resposta=Questao[i][n]; \/\/ Limpa marcador de resposta correta\n        \t\/\/ Escreve as quest\u00f5es\n        \tn==0 ? document.write('<div id=\"a13bb\">'+Questao[i][0]+'<\/div>') : document.write('<div id=\"a13nb\"><input type=Radio name=q'+i+' id=q'+i+n+'><label for=q'+i+n+' id=r'+i+n+'>'+Resposta+'<\/label><\/div>');\n        }\n        document.write('<br>');\n      }\n      document.write('<div align=\"center\" id=\"QuizBot\"><input id=\"ok-button\" style=\"width:155px;\" type=\"Button\" onclick=\"corrigir()\" value=\"Quero ver meus acertos!\"><\/div>');\n      \n      \/\/ Confere as respostas\n      function corrigir()\n      {\n      \tfor(i=1;i<TotalQuestoes;i++)\n        {\n          TotalResposta = Questao[i].length; \/\/ Qtd de alternativas por questao\n      \t\tfor (n=0;n<TotalResposta;n++)\n          {\n            n!=0 ? BotaoRadio = document.getElementById('q'+i+n) : '';\n            CheckResp = eval(\"document.getElementById(\\'r\"+i+n+\"\\')\");\n            if(Questao[i][n].indexOf(\"{#}\")!=-1)\n              {\n                CheckResp.style.color = \"#0000FF\";\n                CheckResp.style.fontWeight = \"bold\";\n                if(BotaoRadio.checked==true) Placar++;\n              }\n      \t\t}\n      \t}\n        \n        \/\/ Mostra Resultado de PONTUACAO\n        document.getElementById('PlacarResult').innerHTML = \"<strong>Voc\u00ea acertou<\/strong>: \"+Placar+\" de \"+(TotalQuestoes-1)+\" perguntas\";\n        document.getElementById('TabPlacar').style.display = \"block\";\n      \n      \tdocument.getElementById('QuizBot').innerHTML \t= '<input id=\"ok-button\" style=\"width:150px;\" type=\"Button\" onclick=\"location.reload();\" value=\"Limpar Respostas\">'; \/\/ Muda bot\u00e3o para limpar o teste.\n        location.hash = \"TopoQuiz\";\n      }\n      <\/script>\n","protected":false},"excerpt":{"rendered":"<p>QUESTION\u00c1RIO SOBRE O SONIC Teste seus conhecimentos com estas 10 perguntas sobre o Sonic! Por: Hyper Knuckles &#8211; Power Sonic<\/p>\n","protected":false},"author":1,"featured_media":31525,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"","fifu_image_alt":"","footnotes":""},"categories":[443,15,18,13,10,14],"tags":[438],"class_list":["post-31524","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-games","category-nintendo","category-pc","category-playstation","category-quiz","category-xbox","tag-quiz"],"_links":{"self":[{"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/posts\/31524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/comments?post=31524"}],"version-history":[{"count":1,"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/posts\/31524\/revisions"}],"predecessor-version":[{"id":31527,"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/posts\/31524\/revisions\/31527"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/media\/31525"}],"wp:attachment":[{"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/media?parent=31524"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/categories?post=31524"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/revolutionarena.com\/pt-br\/wp-json\/wp\/v2\/tags?post=31524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}