{"id":1752,"date":"2025-05-28T20:00:05","date_gmt":"2025-05-28T20:00:05","guid":{"rendered":"https:\/\/lecochonsavant.com\/?page_id=1752"},"modified":"2025-11-20T12:52:23","modified_gmt":"2025-11-20T17:52:23","slug":"quizz-queer-ours","status":"publish","type":"page","link":"https:\/\/lecochonsavant.com\/en\/quizz-queer-ours\/","title":{"rendered":"Quizz Queer Ours"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1752\" class=\"elementor elementor-1752\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5982a908 e-flex e-con-boxed e-con e-parent\" data-id=\"5982a908\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f79ed54 elementor-widget elementor-widget-image\" data-id=\"f79ed54\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"576\" height=\"1024\" src=\"https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/quizzs-queer-ours-promo-576x1024.jpg\" class=\"attachment-large size-large wp-image-1711\" alt=\"\" srcset=\"https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/quizzs-queer-ours-promo-576x1024.jpg 576w, https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/quizzs-queer-ours-promo-169x300.jpg 169w, https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/quizzs-queer-ours-promo-768x1365.jpg 768w, https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/quizzs-queer-ours-promo-864x1536.jpg 864w, https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/quizzs-queer-ours-promo.jpg 1024w\" sizes=\"(max-width: 576px) 100vw, 576px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-31fd0aa e-flex e-con-boxed e-con e-parent\" data-id=\"31fd0aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d234634 elementor-widget elementor-widget-html\" data-id=\"d234634\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"bear-quiz-wrapper\">\r\n\r\n<style>\r\n#bear-quiz-wrapper {\r\n  max-width: 600px;\r\n  margin: auto;\r\n  font-family: \"Poppins\", sans-serif;\r\n}\r\n\r\n\/* START \/ QUIZ BOX *\/\r\n.quiz-container, .start-screen {\r\n  background: #111;\r\n  padding: 20px;\r\n  border-radius: 14px;\r\n  color: #fff;\r\n  box-shadow: 0 0 20px rgba(255,80,140,0.4),\r\n              0 0 30px rgba(0,255,255,0.3);\r\n}\r\n\r\n\/* TITRES *\/\r\n.quiz-container h1,\r\n.start-screen h1 {\r\n  text-align:center;\r\n  font-size:1.7em;\r\n  color:#ff4fd8;\r\n  text-shadow:0 0 12px #ff4fd8;\r\n}\r\n\r\n\/* QUESTION *\/\r\n.question {\r\n  font-size:1.3em;\r\n  margin-bottom:15px;\r\n  color:#4feeff;\r\n  text-shadow:0 0 8px #4feeff;\r\n}\r\n\r\n\/* OPTIONS *\/\r\n.options {\r\n  display:flex;\r\n  flex-direction:column;\r\n  gap:12px;\r\n}\r\n\r\n.option {\r\n  background:#1f1f1f;\r\n  border-radius:10px;\r\n  padding:14px;\r\n  font-size:1.1em;\r\n  border:2px solid rgba(255,255,255,0.15);\r\n  cursor:pointer;\r\n  transition:0.25s;\r\n}\r\n\r\n.option:hover {\r\n  background:#ff4fd8;\r\n  box-shadow:0 0 15px #ff4fd8;\r\n}\r\n\r\n\/* GOOD ANSWER = GLOW *\/\r\n.option.correct {\r\n  background:#00ffa6;\r\n  color:#000;\r\n  border-color:#00ffa6;\r\n  box-shadow:0 0 20px #00ffa6;\r\n  animation:goodPulse .6s;\r\n}\r\n\r\n@keyframes goodPulse {\r\n  50% { transform:scale(1.06); }\r\n}\r\n\r\n\/* BAD ANSWER = SHAKE *\/\r\n.option.wrong {\r\n  background:#ff003c;\r\n  border-color:#ff003c;\r\n  animation:shake .4s;\r\n}\r\n\r\n@keyframes shake {\r\n  25% { transform:translateX(-6px); }\r\n  50% { transform:translateX(6px); }\r\n  75% { transform:translateX(-4px); }\r\n}\r\n\r\n\/* INFO *\/\r\n.timer, .score, .status {\r\n  text-align:center;\r\n  margin-top:10px;\r\n  color:#ff4fd8;\r\n}\r\n\r\n.status {\r\n  color:#4feeff;\r\n  font-style:italic;\r\n}\r\n\r\n\/* BUTTONS *\/\r\n.start-screen button,\r\n.end-screen button {\r\n  margin-top:20px;\r\n  padding:12px 22px;\r\n  border:none;\r\n  background:#ff4fd8;\r\n  color:#000;\r\n  font-size:1.1em;\r\n  border-radius:8px;\r\n  cursor:pointer;\r\n  box-shadow:0 0 14px #ff4fd8;\r\n}\r\n\r\n.start-screen button:hover,\r\n.end-screen button:hover {\r\n  background:#4feeff;\r\n  box-shadow:0 0 18px #4feeff;\r\n}\r\n<\/style>\r\n\r\n\r\n<!-- START SCREEN -->\r\n<div class=\"start-screen\" id=\"start-screen\">\r\n  <h1>Quizzs Queer \u2014 Ours \ud83d\udc3b<\/h1>\r\n  <p>R\u00e9ponds \u00e0 5 questions en moins de 60 secondes.<br>3 erreurs cons\u00e9cutives = \u00e9limination.<\/p>\r\n  <button id=\"startBtn\">\ud83c\udfac Commencer<\/button>\r\n<\/div>\r\n\r\n<!-- QUIZ -->\r\n<div class=\"quiz-container\" id=\"quiz-container\" style=\"display:none;\">\r\n  <div class=\"question\" id=\"question\"><\/div>\r\n  <div class=\"options\" id=\"options\"><\/div>\r\n  <div class=\"status\" id=\"status\"><\/div>\r\n  <div class=\"timer\">\u23f1 Temps : <span id=\"time\">60<\/span>s<\/div>\r\n  <div class=\"score\">\u2705 Bonnes : <span id=\"correctCount\">0<\/span>\/5<\/div>\r\n  <div class=\"end-screen\" id=\"end\" style=\"display:none;\"><\/div>\r\n<\/div>\r\n\r\n<\/div>\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", () => {\r\n\r\nfunction playSound(url){\r\n  const a = new Audio(url);\r\n  a.play().catch(()=>{});\r\n}\r\n\r\nconst questions = [\r\n  \/* TOUTES TES QUESTIONS EXACTES *\/\r\n  { q:\"Dans la communaut\u00e9 gay, que signifie le mot 'ours' ?\", options:[\"Un homme tr\u00e8s viril\",\"Un homme poilu et costaud\",\"Un homme solitaire\",\"Un amateur de camping\"], answer:1 },\r\n  { q:\"Quel animal est souvent utilis\u00e9 comme symbole de la communaut\u00e9 bear ?\", options:[\"L\u2019ours\",\"Le chien\",\"Le lion\",\"Le renard\"], answer:0 },\r\n  { q:\"Quel sous-groupe est souvent d\u00e9fini comme un ours plus jeune et plus mince ?\", options:[\"Panda\",\"Otter\",\"Cub\",\"Koala\"], answer:2 },\r\n  { q:\"Quel mot d\u00e9crit un ours plus \u00e2g\u00e9 dans la culture bear ?\", options:[\"Papa\",\"Grizzly\",\"Silver\",\"Daddy Bear\"], answer:3 },\r\n  { q:\"Les \u00e9v\u00e9nements \u2018Bear Week\u2019 les plus c\u00e9l\u00e8bres ont lieu \u00e0 :\", options:[\"Palm Springs\",\"Paris\",\"San Francisco\",\"Provincetown\"], answer:3 },\r\n  { q:\"Le drapeau bear comporte des bandes de couleur repr\u00e9sentant :\", options:[\"Les chakras\",\"Les types de poils\",\"Les ethnies et tons de peau\",\"Les saisons\"], answer:2 },\r\n  { q:\"Quelle boisson est souvent associ\u00e9e \u00e0 la culture ours ?\", options:[\"Champagne\",\"Caf\u00e9 latt\u00e9\",\"Bi\u00e8re\",\"Th\u00e9 vert\"], answer:2 },\r\n  { q:\"Quel terme est souvent utilis\u00e9 pour d\u00e9signer un ours tr\u00e8s muscl\u00e9 ?\", options:[\"Wolf\",\"Beefy\",\"Gorille\",\"Muscle Bear\"], answer:3 },\r\n  { q:\"Un 'otter' est g\u00e9n\u00e9ralement :\", options:[\"Un ours chauve\",\"Un jeune homme mince et poilu\",\"Un ours tr\u00e8s grand\",\"Un amateur de baignade\"], answer:1 },\r\n  { q:\"Quel accessoire est courant dans les soir\u00e9es bear ?\", options:[\"Chapeau de cow-boy\",\"Bretelles\",\"Collier en cuir\",\"N\u0153ud papillon\"], answer:1 },\r\n  { q:\"Le terme \u2018chaser\u2019 signifie :\", options:[\"Un rival\",\"Un admirateur des ours\",\"Un ours fuyant\",\"Un photographe\"], answer:1 },\r\n  { q:\"Quel film a rendu visible la culture ours ?\", options:[\"BearCity\",\"Call Me by Your Name\",\"The Hours\",\"Weekend\"], answer:0 },\r\n  { q:\"Comment s\u2019appelle un ours peu poilu ?\", options:[\"Panda\",\"Smooth Bear\",\"Polar\",\"Chubby Cub\"], answer:1 },\r\n  { q:\"Le terme 'polar bear' d\u00e9signe :\", options:[\"Un ours nordique\",\"Un bear aux cheveux gris\/blancs\",\"Un ours v\u00e9g\u00e9tarien\",\"Un ours en couple\"], answer:1 },\r\n  { q:\"Le body positivity signifie :\", options:[\"Perdre du poids\",\"Valoriser tous les corps\",\"\u00catre bodybuilder\",\"Porter tight\"], answer:1 },\r\n  { q:\"Mad.Bear se d\u00e9roule dans :\", options:[\"Italie\",\"Espagne\",\"Portugal\",\"Allemagne\"], answer:1 },\r\n  { q:\"Musique typique des bars bears :\", options:[\"Classique\",\"Folk\",\"Disco\/House\",\"Trap\"], answer:2 },\r\n  { q:\"Magazine bear connu :\", options:[\"Bear Times\",\"Fur & Fun\",\"The Advocate\",\"A Bear\u2019s Life\"], answer:3 },\r\n  { q:\"La \u2018Bear Pride\u2019 c\u00e9l\u00e8bre :\", options:[\"La fiert\u00e9 poilue\",\"Visibilit\u00e9 des bears\",\"Saint-Valentin\",\"Musculation\"], answer:1 },\r\n  { q:\"Un \u2018gainer\u2019 est :\", options:[\"Gamer\",\"Aime prendre du poids\",\"Sportif\",\"Country-dancer\"], answer:1 },\r\n  { q:\"Style vestimentaire bear :\", options:[\"Costume\",\"Shorts d\u00e9bardeurs\",\"Jeans + chemises ouvertes\",\"Sport\"], answer:2 },\r\n  { q:\"Un ours tr\u00e8s doux est :\", options:[\"Teddy\",\"Alpha\",\"Beta\",\"Babe\"], answer:0 },\r\n  { q:\"Un 'muscle cub' est :\", options:[\"Un b\u00e9b\u00e9 ours\",\"Un jeune costaud\",\"Un ours en couple\",\"Un danseur\"], answer:1 },\r\n  { q:\"L\u2019ennemi naturel des bears :\", options:[\"Licornes\",\"Twinks\",\"Sir\u00e8nes\",\"Vampires\"], answer:1 },\r\n  { q:\"Appli populaire :\", options:[\"Tinder\",\"Grindr\",\"Growlr\",\"Instagram\"], answer:2 },\r\n  { q:\"Surnom affectueux :\", options:[\"C\u00e2linou\",\"Gros nounours\",\"Poilu doux\",\"Mon loup\"], answer:1 },\r\n  { q:\"Bear poilu mais pas costaud :\", options:[\"Otter\",\"Beaver\",\"Chubby\",\"Hairy dude\"], answer:0 },\r\n  { q:\"Le terme \u2018furry\u2019 :\", options:[\"Costumes animaux\",\"Tapis\",\"Coupe de cheveux\",\"Cocktail\"], answer:0 },\r\n  { q:\"\u00c9v\u00e9nement fran\u00e7ais :\", options:[\"Pig Party\",\"Fiert\u00e9s Poilues\",\"Paris Bear Weekend\",\"Fur Pride\"], answer:2 },\r\n  { q:\"Les ours sont :\", options:[\"S\u00e9rieux\",\"Tendres\",\"Fashionistas\",\"Accros r\u00e9seaux\"], answer:1 },\r\n  { q:\"Ours sexy provocant :\", options:[\"Furball\",\"Woofy\",\"Cochon\",\"Growler\"], answer:1 },\r\n  { q:\"Accessoire fr\u00e9quent :\", options:[\"Bracelet cuir\",\"Cha\u00eene\",\"Foulard\",\"Plume\"], answer:0 },\r\n  { q:\"Gros ours doux :\", options:[\"Otter\",\"Koala\",\"Panda\",\"Bison\"], answer:2 },\r\n  { q:\"Pratique importante :\", options:[\"Jugement\",\"Solidarit\u00e9 corporelle\",\"Anonymat\",\"Comp\u00e9tition\"], answer:1 },\r\n  { q:\"Un \u2018Daddy\u2019 est :\", options:[\"P\u00e8re\",\"Partenaire \u00e2g\u00e9 protecteur\",\"\u00c9leveur\",\"DJ\"], answer:1 },\r\n  { q:\"Soir\u00e9es bears sont :\", options:[\"Strictes\",\"Inclusives relax\",\"Petites\",\"Comp\u00e9titives\"], answer:1 },\r\n  { q:\"Danse fr\u00e9quente :\", options:[\"Line dance\",\"Go-go poilu\",\"Slow\",\"Valse cuir\"], answer:1 },\r\n  { q:\"Couple bear :\", options:[\"Bear pair\",\"Cubs & Co\",\"Double trouble\",\"Goals\"], answer:0 }\r\n];\r\n\r\nlet currentIndex = 0;\r\nlet correct = 0;\r\nlet consecutiveWrong = 0;\r\nlet timeLeft = 60;\r\nlet timer;\r\nlet selected = [];\r\n\r\nconst startScreen = document.getElementById(\"start-screen\");\r\nconst quiz = document.getElementById(\"quiz-container\");\r\nconst questionEl = document.getElementById(\"question\");\r\nconst optionsEl = document.getElementById(\"options\");\r\nconst statusEl = document.getElementById(\"status\");\r\nconst timeEl = document.getElementById(\"time\");\r\nconst correctEl = document.getElementById(\"correctCount\");\r\nconst endEl = document.getElementById(\"end\");\r\n\r\ndocument.getElementById(\"startBtn\").addEventListener(\"click\", startGame);\r\n\r\nfunction startGame(){\r\n  selected = questions.sort(()=>Math.random()-0.5).slice(0,10);\r\n  startScreen.style.display=\"none\";\r\n  quiz.style.display=\"block\";\r\n\r\n  timer = setInterval(()=>{\r\n    timeLeft--;\r\n    timeEl.textContent = timeLeft;\r\n\r\n    if(timeLeft<=0){\r\n      clearInterval(timer);\r\n      playSound(\"https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/boo.mp3\");\r\n      finish(\"\u23f3 Temps \u00e9coul\u00e9 !\");\r\n    }\r\n  },1000);\r\n\r\n  showQuestion();\r\n}\r\n\r\nfunction showQuestion(){\r\n  const q = selected[currentIndex];\r\n  questionEl.textContent = q.q;\r\n  statusEl.textContent = \"\";\r\n  optionsEl.innerHTML = \"\";\r\n\r\n  q.options.forEach((opt,i)=>{\r\n    const div = document.createElement(\"div\");\r\n    div.className=\"option\";\r\n    div.textContent=opt;\r\n    div.addEventListener(\"click\", ()=>handleAnswer(i,q.answer,div));\r\n    optionsEl.appendChild(div);\r\n  });\r\n}\r\n\r\nfunction handleAnswer(i,correctIndex,element){\r\n  document.querySelectorAll(\".option\").forEach(o=>o.style.pointerEvents=\"none\");\r\n\r\n  if(i===correctIndex){\r\n    element.classList.add(\"correct\");\r\n    playSound(\"https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/bonne-reponse.mp3\");\r\n\r\n    correct++;\r\n    consecutiveWrong=0;\r\n    correctEl.textContent=correct;\r\n\r\n    if(correct>=5){\r\n      playSound(\"https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/11L-winning-1748471575848.mp3\");\r\n      finish(\"\ud83c\udf89 Bravo ! Gagn\u00e9 en \"+(60-timeLeft)+\"s !\");\r\n      return;\r\n    }\r\n\r\n  } else {\r\n    element.classList.add(\"wrong\");\r\n    playSound(\"https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/mauvaise-reponse.mp3\");\r\n\r\n    consecutiveWrong++;\r\n    if(consecutiveWrong>=3){\r\n      playSound(\"https:\/\/lecochonsavant.com\/wp-content\/uploads\/2025\/05\/boo.mp3\");\r\n      finish(\"\ud83d\udeab 3 erreurs d\u2019affil\u00e9e !\");\r\n      return;\r\n    }\r\n  }\r\n\r\n  setTimeout(()=>{\r\n    currentIndex++;\r\n    if(currentIndex>=selected.length){\r\n      finish(\"Fin du quiz !\");\r\n    } else {\r\n      showQuestion();\r\n    }\r\n  },900);\r\n}\r\n\r\nfunction finish(msg){\r\n  clearInterval(timer);\r\n  questionEl.style.display=\"none\";\r\n  optionsEl.style.display=\"none\";\r\n  statusEl.style.display=\"none\";\r\n\r\n  endEl.style.display=\"block\";\r\n  endEl.innerHTML = msg + '<br><button onclick=\"location.reload()\">\u21bb Rejouer<\/button>';\r\n}\r\n\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Quizzs Queer \u2014 Ours \ud83d\udc3b R\u00e9ponds \u00e0 5 questions en moins de 60 secondes.3 erreurs cons\u00e9cutives = \u00e9limination. \ud83c\udfac Commencer \u23f1 Temps : 60s \u2705 Bonnes : 0\/5<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-1752","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lecochonsavant.com\/en\/wp-json\/wp\/v2\/pages\/1752","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lecochonsavant.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lecochonsavant.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lecochonsavant.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lecochonsavant.com\/en\/wp-json\/wp\/v2\/comments?post=1752"}],"version-history":[{"count":7,"href":"https:\/\/lecochonsavant.com\/en\/wp-json\/wp\/v2\/pages\/1752\/revisions"}],"predecessor-version":[{"id":26904,"href":"https:\/\/lecochonsavant.com\/en\/wp-json\/wp\/v2\/pages\/1752\/revisions\/26904"}],"wp:attachment":[{"href":"https:\/\/lecochonsavant.com\/en\/wp-json\/wp\/v2\/media?parent=1752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}