{"id":1943,"date":"2026-01-02T15:38:34","date_gmt":"2026-01-02T15:38:34","guid":{"rendered":"https:\/\/tirinha.com\/?page_id=1943"},"modified":"2026-01-03T23:54:04","modified_gmt":"2026-01-03T23:54:04","slug":"%ec%95%84%eb%9e%98-%eb%8b%b5%eb%b3%80%ec%9d%84-%ec%9e%85%eb%a0%a5%ed%95%98%ec%8b%9c%eb%a9%b4-%ec%b1%84%ec%9a%a9-%ea%b3%b5%ea%b3%a0%eb%a5%bc-%ed%99%95%ec%9d%b8%ed%95%98%ec%8b%a4-%ec%88%98-%ec%9e%88","status":"publish","type":"page","link":"https:\/\/tirinha.com\/ko\/responda-abaixo-para-ter-acesso-as-vagas\/","title":{"rendered":"\uc544\ub798 \ub2f5\ubcc0\uc744 \uc785\ub825\ud558\uc2dc\uba74 \ucc44\uc6a9 \uacf5\uace0\ub97c \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4."},"content":{"rendered":"<style>\n  .quiz-container {\n    max-width: 500px;\n    margin: 40px auto;\n    font-family: Arial, sans-serif;\n    text-align: center;\n  }\n\n  .quiz-box {\n    background: #fff;\n    padding: 30px;\n    border-radius: 10px;\n    box-shadow: 0 0 10px rgba(0,0,0,0.1);\n  }\n\n  .quiz-title {\n    font-size: 18px;\n    font-weight: bold;\n    margin-bottom: 25px;\n  }\n\n  .quiz-btn {\n    display: block;\n    width: 100%;\n    background-color: #007bdb;\n    color: #fff;\n    border: none;\n    padding: 15px;\n    border-radius: 6px;\n    font-size: 16px;\n    margin: 10px 0;\n    cursor: pointer;\n    transition: background 0.3s ease;\n  }\n\n  .quiz-btn:hover {\n    background-color: #005fa3;\n  }\n\n  .quiz-instruction {\n    margin-bottom: 20px;\n    color: #555;\n    font-size: 16px;\n  }\n\n  .quiz-step {\n    display: none;\n  }\n\n  .quiz-step.active {\n    display: block;\n  }\n\n  .spinner {\n    border: 4px solid #f3f3f3;\n    border-top: 4px solid #007bdb;\n    border-radius: 50%;\n    width: 40px;\n    height: 40px;\n    margin: 20px auto;\n    animation: spin 1s linear infinite;\n  }\n\n  @keyframes spin {\n    0% { transform: rotate(0deg); }\n    100% { transform: rotate(360deg); }\n  }\n<\/style>\n\n<div class=\"quiz-container\">\n  <div class=\"quiz-instruction\">\n    \uc544\ub798 \uc9c8\ubb38\uc5d0 \ub2f5\ubcc0\ud558\uc2dc\uba74 \ucc44\uc6a9 \uc815\ubcf4\ub97c \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n  <\/div>\n\n  <!-- Step 1 -->\n  <div class=\"quiz-step active\" id=\"step1\">\n    <div class=\"quiz-box\">\n      <div class=\"quiz-title\">\uc6d4\uae09\uc740 \uc5bc\ub9c8 \uc815\ub3c4\ub97c \uc6d0\ud558\uc2dc\ub098\uc694?<\/div>\n      <button class=\"quiz-btn\" onclick=\"nextStep('1500 - 2000')\">$1,500 \u2013 $2,000<\/button>\n      <button class=\"quiz-btn\" onclick=\"nextStep('2000 - 3000')\">$2,000 \u2013 $3,000<\/button>\n      <button class=\"quiz-btn\" onclick=\"nextStep('3000 - 4000')\">$3,000 \u2013 $4,000<\/button>\n      <button class=\"quiz-btn\" onclick=\"nextStep('Above 4000')\">$4,000 \uc774\uc0c1<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Step 2 -->\n  <div class=\"quiz-step\" id=\"step2\">\n    <div class=\"quiz-box\">\n      <div class=\"quiz-title\">\ud604\uc7ac \uc7ac\uc9c1 \uc911\uc774\uc2ed\ub2c8\uae4c?<\/div>\n      <button class=\"quiz-btn\" onclick=\"nextStep2('Yes')\">\uc608<\/button>\n      <button class=\"quiz-btn\" onclick=\"nextStep2('No')\">\ub9c8\ub514<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Step 3 -->\n  <div class=\"quiz-step\" id=\"step3\">\n    <div class=\"quiz-box\">\n      <div class=\"quiz-title\">\uc0ac\ubb34\uc2e4 \uadfc\ubb34\uc640 \uc7ac\ud0dd \uadfc\ubb34 \uc911 \uc5b4\ub290 \ucabd\uc744 \uc120\ud638\ud558\uc2dc\ub098\uc694?<\/div>\n      <button class=\"quiz-btn\" onclick=\"submitQuiz('On-site')\">\ud604\uc7a5<\/button>\n      <button class=\"quiz-btn\" onclick=\"submitQuiz('Remote')\">\uc6d0\uaca9<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Loading -->\n  <div class=\"quiz-step\" id=\"loading\">\n    <div class=\"quiz-box\">\n      <div class=\"quiz-title\" id=\"typing-text\"><\/div>\n      <div class=\"spinner\"><\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  let desiredSalary = '';\n  let currentlyEmployed = '';\n  let workPreference = '';\n\n  function nextStep(salary) {\n    desiredSalary = salary;\n    document.getElementById('step1').classList.remove('active');\n    document.getElementById('step2').classList.add('active');\n  }\n\n  function nextStep2(status) {\n    currentlyEmployed = status;\n    document.getElementById('step2').classList.remove('active');\n    document.getElementById('step3').classList.add('active');\n  }\n\n  function submitQuiz(preference) {\n    workPreference = preference;\n    document.getElementById('step3').classList.remove('active');\n    document.getElementById('loading').classList.add('active');\n\n    const text = \"Please wait, updating job postings...\";\n    const target = document.getElementById(\"typing-text\");\n    target.innerHTML = \"\";\n    let index = 0;\n\n    function type() {\n      if (index < text.length) {\n        target.innerHTML += text.charAt(index);\n        index++;\n        setTimeout(type, 50);\n      } else {\n        setTimeout(() => {\n          window.location.href = \"https:\/\/tirinha.com\/en\/1790\/melhores-oportunidades-de-empregos\/\";\n        }, 2000);\n      }\n    }\n\n    type();\n  }\n<\/script>\n\n\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Answer the questions below to see available job opportunities. What monthly salary are you looking for? $1,500 \u2013 $2,000 $2,000 &hellip; <\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1943","page","type-page","status-publish","hentry","latest_post"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Answer below to access the job openings. - Tirinha.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tirinha.com\/ko\/\uc544\ub798-\ub2f5\ubcc0\uc744-\uc785\ub825\ud558\uc2dc\uba74-\ucc44\uc6a9-\uacf5\uace0\ub97c-\ud655\uc778\ud558\uc2e4-\uc218-\uc788\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Answer below to access the job openings. - Tirinha.com\" \/>\n<meta property=\"og:description\" content=\"Answer the questions below to see available job opportunities. What monthly salary are you looking for? $1,500 \u2013 $2,000 $2,000 &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tirinha.com\/ko\/\uc544\ub798-\ub2f5\ubcc0\uc744-\uc785\ub825\ud558\uc2dc\uba74-\ucc44\uc6a9-\uacf5\uace0\ub97c-\ud655\uc778\ud558\uc2e4-\uc218-\uc788\/\" \/>\n<meta property=\"og:site_name\" content=\"Tirinha.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-03T23:54:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/responda-abaixo-para-ter-acesso-as-vagas\\\/\",\"url\":\"https:\\\/\\\/tirinha.com\\\/responda-abaixo-para-ter-acesso-as-vagas\\\/\",\"name\":\"Answer below to access the job openings. - Tirinha.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#website\"},\"datePublished\":\"2026-01-02T15:38:34+00:00\",\"dateModified\":\"2026-01-03T23:54:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/responda-abaixo-para-ter-acesso-as-vagas\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tirinha.com\\\/responda-abaixo-para-ter-acesso-as-vagas\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/responda-abaixo-para-ter-acesso-as-vagas\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tirinha.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Answer below to access the job openings.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#website\",\"url\":\"https:\\\/\\\/tirinha.com\\\/\",\"name\":\"Tirinha.com\",\"description\":\"Arte e livros resenhas\",\"publisher\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tirinha.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#organization\",\"name\":\"Tirinha.com\",\"url\":\"https:\\\/\\\/tirinha.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tirinha.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-Logo-Tirinha.webp\",\"contentUrl\":\"https:\\\/\\\/tirinha.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-Logo-Tirinha.webp\",\"width\":512,\"height\":512,\"caption\":\"Tirinha.com\"},\"image\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uc544\ub798 \ub2f5\ubcc0\uc744 \uc785\ub825\ud558\uc2dc\uba74 \ucc44\uc6a9 \uacf5\uace0\ub97c \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. - Tirinha.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tirinha.com\/ko\/\uc544\ub798-\ub2f5\ubcc0\uc744-\uc785\ub825\ud558\uc2dc\uba74-\ucc44\uc6a9-\uacf5\uace0\ub97c-\ud655\uc778\ud558\uc2e4-\uc218-\uc788\/","og_locale":"ko_KR","og_type":"article","og_title":"Answer below to access the job openings. - Tirinha.com","og_description":"Answer the questions below to see available job opportunities. What monthly salary are you looking for? $1,500 \u2013 $2,000 $2,000 &hellip;","og_url":"https:\/\/tirinha.com\/ko\/\uc544\ub798-\ub2f5\ubcc0\uc744-\uc785\ub825\ud558\uc2dc\uba74-\ucc44\uc6a9-\uacf5\uace0\ub97c-\ud655\uc778\ud558\uc2e4-\uc218-\uc788\/","og_site_name":"Tirinha.com","article_modified_time":"2026-01-03T23:54:04+00:00","twitter_card":"summary_large_image","twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tirinha.com\/responda-abaixo-para-ter-acesso-as-vagas\/","url":"https:\/\/tirinha.com\/responda-abaixo-para-ter-acesso-as-vagas\/","name":"\uc544\ub798 \ub2f5\ubcc0\uc744 \uc785\ub825\ud558\uc2dc\uba74 \ucc44\uc6a9 \uacf5\uace0\ub97c \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. - Tirinha.com","isPartOf":{"@id":"https:\/\/tirinha.com\/#website"},"datePublished":"2026-01-02T15:38:34+00:00","dateModified":"2026-01-03T23:54:04+00:00","breadcrumb":{"@id":"https:\/\/tirinha.com\/responda-abaixo-para-ter-acesso-as-vagas\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tirinha.com\/responda-abaixo-para-ter-acesso-as-vagas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tirinha.com\/responda-abaixo-para-ter-acesso-as-vagas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tirinha.com\/"},{"@type":"ListItem","position":2,"name":"Answer below to access the job openings."}]},{"@type":"WebSite","@id":"https:\/\/tirinha.com\/#website","url":"https:\/\/tirinha.com\/","name":"\ud2f0\ub9ac\ub0d0\ub2f7\ucef4","description":"\uc608\uc220 \ubc0f \uc11c\ud3c9","publisher":{"@id":"https:\/\/tirinha.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tirinha.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/tirinha.com\/#organization","name":"\ud2f0\ub9ac\ub0d0\ub2f7\ucef4","url":"https:\/\/tirinha.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/tirinha.com\/#\/schema\/logo\/image\/","url":"https:\/\/tirinha.com\/wp-content\/uploads\/2023\/08\/cropped-Logo-Tirinha.webp","contentUrl":"https:\/\/tirinha.com\/wp-content\/uploads\/2023\/08\/cropped-Logo-Tirinha.webp","width":512,"height":512,"caption":"Tirinha.com"},"image":{"@id":"https:\/\/tirinha.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/tirinha.com\/ko\/wp-json\/wp\/v2\/pages\/1943","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tirinha.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tirinha.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tirinha.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tirinha.com\/ko\/wp-json\/wp\/v2\/comments?post=1943"}],"version-history":[{"count":0,"href":"https:\/\/tirinha.com\/ko\/wp-json\/wp\/v2\/pages\/1943\/revisions"}],"wp:attachment":[{"href":"https:\/\/tirinha.com\/ko\/wp-json\/wp\/v2\/media?parent=1943"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}