{"id":6969,"date":"2025-10-16T14:05:01","date_gmt":"2025-10-16T12:05:01","guid":{"rendered":"https:\/\/fahrtauglich.ch\/?page_id=6969"},"modified":"2025-10-17T13:28:54","modified_gmt":"2025-10-17T11:28:54","slug":"kognitiver-schnell-check","status":"publish","type":"page","link":"https:\/\/fahrtauglich.ch\/fr\/kognitiver-schnell-check\/","title":{"rendered":"Kognitiver Schnell-Check"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6969\" class=\"elementor elementor-6969\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99a23b7 e-flex e-con-boxed e-con e-parent\" data-id=\"99a23b7\" 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-1c25f7d elementor-widget elementor-widget-html\" data-id=\"1c25f7d\" 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<!DOCTYPE html>\n<html lang=\"de-CH\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Kognitiver Schnell-Check<\/title>\n<style>\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n    \n    .quiz-container {\n        max-width: 800px;\n        margin: 0 auto;\n        padding: 20px;\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n        border-radius: 20px;\n        box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n    }\n    \n    .quiz-header {\n        text-align: center;\n        color: #333;\n        margin-bottom: 30px;\n    }\n    \n    .quiz-header h1 {\n        font-size: 2.5em;\n        margin-bottom: 10px;\n        text-shadow: 2px 2px 4px rgba(255,255,255,0.3);\n    }\n    \n    .quiz-header p {\n        color: #444;\n        font-weight: 500;\n    }\n    \n    .disclaimer {\n        background: rgba(255,255,255,0.95);\n        padding: 15px;\n        border-radius: 10px;\n        margin-bottom: 25px;\n        border-left: 4px solid #ff6b6b;\n    }\n    \n    .disclaimer h3 {\n        color: #ff6b6b;\n        margin-bottom: 10px;\n        font-size: 1.1em;\n    }\n    \n    .disclaimer p {\n        color: #333;\n        font-size: 0.9em;\n        line-height: 1.5;\n    }\n    \n    .question-card {\n        background: white;\n        padding: 25px;\n        border-radius: 15px;\n        margin-bottom: 20px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        transition: transform 0.3s ease;\n    }\n    \n    .question-card:hover {\n        transform: translateY(-2px);\n    }\n    \n    .question-number {\n        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n        color: #333;\n        display: inline-block;\n        padding: 5px 15px;\n        border-radius: 20px;\n        font-weight: bold;\n        margin-bottom: 15px;\n    }\n    \n    .question-text {\n        color: #333;\n        font-size: 1.1em;\n        margin-bottom: 20px;\n        line-height: 1.6;\n    }\n    \n    .pattern-container {\n        display: flex;\n        gap: 10px;\n        margin: 20px 0;\n        justify-content: center;\n        flex-wrap: wrap;\n    }\n    \n    .pattern-box {\n        width: 60px;\n        height: 60px;\n        border: 2px solid #FFA500;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.5em;\n        font-weight: bold;\n        color: #FFA500;\n        border-radius: 8px;\n        background: rgba(255,215,0,0.1);\n    }\n    \n    .options {\n        display: grid;\n        gap: 10px;\n        margin-top: 20px;\n    }\n    \n    .option-btn {\n        background: #f8f9fa;\n        border: 2px solid #e9ecef;\n        padding: 12px 20px;\n        border-radius: 10px;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        font-size: 1em;\n        text-align: left;\n    }\n    \n    .option-btn:hover {\n        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n        color: #333;\n        transform: translateX(5px);\n    }\n    \n    .option-btn.selected {\n        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n        color: #333;\n        border-color: #FFA500;\n        font-weight: 600;\n    }\n    \n    .progress-bar {\n        background: rgba(255,255,255,0.3);\n        height: 10px;\n        border-radius: 10px;\n        margin: 20px 0;\n        overflow: hidden;\n    }\n    \n    .progress-fill {\n        height: 100%;\n        background: white;\n        border-radius: 10px;\n        transition: width 0.5s ease;\n        width: 0%;\n    }\n    \n    .btn-container {\n        display: flex;\n        gap: 15px;\n        justify-content: center;\n        margin-top: 30px;\n    }\n    \n    .btn {\n        padding: 12px 30px;\n        border: none;\n        border-radius: 25px;\n        font-size: 1.1em;\n        font-weight: bold;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n    }\n    \n    .btn-primary {\n        background: white;\n        color: #FFA500;\n    }\n    \n    .btn-primary:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 8px 20px rgba(0,0,0,0.3);\n    }\n    \n    .btn-primary:disabled {\n        opacity: 0.5;\n        cursor: not-allowed;\n    }\n    \n    #result {\n        display: none;\n        background: white;\n        padding: 30px;\n        border-radius: 15px;\n        text-align: center;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n    \n    .result-score {\n        font-size: 3em;\n        color: #FFA500;\n        margin: 20px 0;\n        font-weight: bold;\n    }\n    \n    .result-text {\n        color: #333;\n        font-size: 1.1em;\n        line-height: 1.6;\n        margin: 20px 0;\n    }\n    \n    .result-category {\n        display: inline-block;\n        padding: 10px 25px;\n        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n        color: #333;\n        border-radius: 25px;\n        font-weight: bold;\n        margin: 20px 0;\n    }\n    \n    .solution-section {\n        background: #f8f9fa;\n        border-radius: 10px;\n        padding: 20px;\n        margin-top: 30px;\n        text-align: left;\n    }\n    \n    .solution-section h3 {\n        color: #FFA500;\n        margin-bottom: 15px;\n        font-size: 1.3em;\n    }\n    \n    .solution-item {\n        background: white;\n        padding: 15px;\n        border-radius: 8px;\n        margin-bottom: 15px;\n        border-left: 4px solid #FFA500;\n    }\n    \n    .solution-item .question-recap {\n        font-weight: bold;\n        color: #333;\n        margin-bottom: 8px;\n    }\n    \n    .solution-item .correct-answer {\n        color: #28a745;\n        font-weight: 600;\n        margin-bottom: 5px;\n    }\n    \n    .solution-item .wrong-answer {\n        color: #dc3545;\n        font-weight: 600;\n        margin-bottom: 5px;\n    }\n    \n    .solution-item .explanation {\n        color: #666;\n        font-style: italic;\n        margin-top: 8px;\n        font-size: 0.95em;\n    }\n    \n    @media (max-width: 600px) {\n        .quiz-header h1 {\n            font-size: 1.8em;\n        }\n        .pattern-box {\n            width: 50px;\n            height: 50px;\n        }\n    }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"quiz-container\">\n    <div class=\"quiz-header\">\n        <h1>\ud83e\udde0 Kognitiver Schnell-Check<\/h1>\n        <p>Testen Sie Ihre Denkf\u00e4higkeiten mit unserem unterhaltsamen R\u00e4tsel!<\/p>\n    <\/div>\n    \n    <div class=\"disclaimer\">\n        <h3>\u26a0\ufe0f Wichtiger Hinweis<\/h3>\n        <p>Dies ist ein <strong>unterhaltsames Denkspiel<\/strong> und kein wissenschaftlicher IQ-Test. Die Ergebnisse haben keine psychologische Aussagekraft und dienen ausschliesslich der Unterhaltung. Ihre Antworten werden nicht gespeichert oder weitergegeben.<\/p>\n    <\/div>\n    \n    <div class=\"progress-bar\">\n        <div class=\"progress-fill\" id=\"progressBar\"><\/div>\n    <\/div>\n    \n    <div id=\"quizContent\">\n        <!-- Fragen werden hier dynamisch eingef\u00fcgt -->\n    <\/div>\n    \n    <div id=\"result\">\n        <h2>\ud83c\udf89 Ihr Ergebnis<\/h2>\n        <div class=\"result-score\" id=\"scoreDisplay\"><\/div>\n        <div class=\"result-category\" id=\"categoryDisplay\"><\/div>\n        <div class=\"result-text\" id=\"resultText\"><\/div>\n        \n        <div class=\"solution-section\">\n            <h3>\ud83d\udcdd Aufl\u00f6sung der Aufgaben<\/h3>\n            <div id=\"solutionsList\"><\/div>\n        <\/div>\n        \n        <button class=\"btn btn-primary\" onclick=\"restartQuiz()\">Nochmal versuchen<\/button>\n    <\/div>\n<\/div>\n\n<script>\nconst questions = [\n    {\n        type: 'pattern',\n        question: 'Welche Zahl folgt in der Reihe?',\n        pattern: [2, 4, 8, 16, '?'],\n        options: ['24', '32', '28', '30'],\n        correct: 1,\n        explanation: 'Jede Zahl wird mit 2 multipliziert: 2\u00d72=4, 4\u00d72=8, 8\u00d72=16, 16\u00d72=32'\n    },\n    {\n        type: 'logic',\n        question: 'Alle Rosen sind Blumen. Einige Blumen welken schnell. Welche Aussage ist definitiv wahr?',\n        options: [\n            'Alle Rosen welken schnell',\n            'Einige Rosen welken schnell',\n            'Keine Rose welkt schnell',\n            'Nicht alle Blumen sind Rosen'\n        ],\n        correct: 3,\n        explanation: 'Da alle Rosen Blumen sind, aber nicht umgekehrt, ist die einzige sichere Aussage, dass nicht alle Blumen Rosen sind.'\n    },\n    {\n        type: 'pattern',\n        question: 'Setzen Sie die Buchstabenreihe fort:',\n        pattern: ['A', 'C', 'F', 'J', '?'],\n        options: ['O', 'N', 'M', 'P'],\n        correct: 0,\n        explanation: 'Die Abst\u00e4nde zwischen den Buchstaben erh\u00f6hen sich um 1: A\u2192C (2 Schritte), C\u2192F (3 Schritte), F\u2192J (4 Schritte), J\u2192O (5 Schritte)'\n    },\n    {\n        type: 'math',\n        question: 'Ein Hemd kostet 40 CHF. Es gibt 25% Rabatt. Wie viel kostet das Hemd jetzt?',\n        options: ['30 CHF', '35 CHF', '32 CHF', '28 CHF'],\n        correct: 0,\n        explanation: '25% von 40 CHF = 10 CHF Rabatt. 40 CHF - 10 CHF = 30 CHF'\n    },\n    {\n        type: 'spatial',\n        question: 'Wie viele Fl\u00e4chen hat ein W\u00fcrfel?',\n        options: ['4', '6', '8', '12'],\n        correct: 1,\n        explanation: 'Ein W\u00fcrfel hat 6 Fl\u00e4chen: oben, unten, vorne, hinten, links und rechts.'\n    },\n    {\n        type: 'pattern',\n        question: 'Welche Zahl passt nicht in die Reihe?',\n        pattern: [5, 14, 34, 76, 141, 220],\n        options: ['14', '34', '76', '141'],\n        correct: 3,\n        explanation: 'Regel: Produkt zweier aufeinanderfolgender Primzahlen minus 1. 2\u00b73\u22121=5, 3\u00b75\u22121=14, 5\u00b77\u22121=34, 7\u00b711\u22121=76, 11\u00b713\u22121=142, 13\u00b717\u22121=220. An f\u00fcnfter Stelle m\u00fcsste 142 stehen \u2013 141 ist der Ausreisser.'\n    },\n    {\n        type: 'logic',\n        question: 'Anna ist gr\u00f6sser als Ben. Ben ist gr\u00f6sser als Carl. Carl ist gr\u00f6sser als David. Wer ist am kleinsten?',\n        options: ['Anna', 'Ben', 'Carl', 'David'],\n        correct: 3,\n        explanation: 'Die Reihenfolge von gross nach klein: Anna > Ben > Carl > David. David ist am kleinsten.'\n    },\n    {\n        type: 'math',\n        question: 'Was ist 15% von 80?',\n        options: ['10', '12', '15', '18'],\n        correct: 1,\n        explanation: '15% von 80 = 0.15 \u00d7 80 = 12'\n    },\n    {\n        type: 'pattern',\n        question: 'Vervollst\u00e4ndigen Sie die Reihe:',\n        pattern: [1, 1, 2, 3, 5, 8, '?'],\n        options: ['11', '12', '13', '14'],\n        correct: 2,\n        explanation: 'Dies ist die Fibonacci-Folge: Jede Zahl ist die Summe der zwei vorherigen. 5 + 8 = 13'\n    },\n    {\n        type: 'logic',\n        question: 'Wenn alle V\u00f6gel Fl\u00fcgel haben und einige Tiere V\u00f6gel sind, was ist dann wahr?',\n        options: [\n            'Alle Tiere haben Fl\u00fcgel',\n            'Einige Tiere haben Fl\u00fcgel',\n            'Keine Tiere haben Fl\u00fcgel',\n            'Alle Fl\u00fcgel geh\u00f6ren zu V\u00f6geln'\n        ],\n        correct: 1,\n        explanation: 'Da einige Tiere V\u00f6gel sind und alle V\u00f6gel Fl\u00fcgel haben, haben definitiv einige Tiere (n\u00e4mlich die V\u00f6gel) Fl\u00fcgel.'\n    }\n];\n\nlet currentQuestion = 0;\nlet score = 0;\nlet userAnswers = [];\n\nfunction initQuiz() {\n    currentQuestion = 0;\n    score = 0;\n    userAnswers = [];\n    document.getElementById('result').style.display = 'none';\n    showQuestion();\n}\n\nfunction showQuestion() {\n    const question = questions[currentQuestion];\n    const quizContent = document.getElementById('quizContent');\n    \n    let html = `\n        <div class=\"question-card\">\n            <span class=\"question-number\">Frage ${currentQuestion + 1} von ${questions.length}<\/span>\n            <div class=\"question-text\">${question.question}<\/div>\n    `;\n    \n    if (question.pattern) {\n        html += '<div class=\"pattern-container\">';\n        question.pattern.forEach(item => {\n            html += `<div class=\"pattern-box\">${item}<\/div>`;\n        });\n        html += '<\/div>';\n    }\n    \n    html += '<div class=\"options\">';\n    question.options.forEach((option, index) => {\n        html += `\n            <button class=\"option-btn\" onclick=\"selectAnswer(${index})\">\n                ${option}\n            <\/button>\n        `;\n    });\n    html += '<\/div><\/div>';\n    \n    html += `\n        <div class=\"btn-container\">\n            ${currentQuestion > 0 ? '<button class=\"btn btn-primary\" onclick=\"previousQuestion()\">Zur\u00fcck<\/button>' : ''}\n            <button class=\"btn btn-primary\" id=\"nextBtn\" onclick=\"nextQuestion()\" disabled>Weiter<\/button>\n        <\/div>\n    `;\n    \n    quizContent.innerHTML = html;\n    updateProgress();\n}\n\nfunction selectAnswer(index) {\n    userAnswers[currentQuestion] = index;\n    \n    \/\/ Alle Buttons zur\u00fccksetzen\n    const buttons = document.querySelectorAll('.option-btn');\n    buttons.forEach(btn => btn.classList.remove('selected'));\n    \n    \/\/ Ausgew\u00e4hlten Button markieren\n    buttons[index].classList.add('selected');\n    \n    \/\/ Weiter-Button aktivieren\n    document.getElementById('nextBtn').disabled = false;\n}\n\nfunction nextQuestion() {\n    currentQuestion++;\n    \n    if (currentQuestion < questions.length) {\n        showQuestion();\n    } else {\n        calculateScore();\n        showResult();\n    }\n}\n\nfunction previousQuestion() {\n    if (currentQuestion > 0) {\n        currentQuestion--;\n        showQuestion();\n        \n        \/\/ Vorherige Antwort wiederherstellen\n        if (userAnswers[currentQuestion] !== undefined) {\n            const buttons = document.querySelectorAll('.option-btn');\n            buttons[userAnswers[currentQuestion]].classList.add('selected');\n            document.getElementById('nextBtn').disabled = false;\n        }\n    }\n}\n\nfunction updateProgress() {\n    const progress = ((currentQuestion + 1) \/ questions.length) * 100;\n    document.getElementById('progressBar').style.width = progress + '%';\n}\n\nfunction calculateScore() {\n    score = 0;\n    for (let i = 0; i < questions.length; i++) {\n        if (userAnswers[i] === questions[i].correct) {\n            score++;\n        }\n    }\n}\n\nfunction showResult() {\n    const percentage = (score \/ questions.length) * 100;\n    let category, text;\n    \n    if (percentage >= 90) {\n        category = '\ud83c\udfc6 Herausragend!';\n        text = 'Wow! Sie haben aussergew\u00f6hnliche kognitive F\u00e4higkeiten gezeigt. Ihre Mustererkennung und logisches Denken sind beeindruckend!';\n    } else if (percentage >= 70) {\n        category = '\u2b50 Sehr gut!';\n        text = 'Starke Leistung! Sie haben ein gutes Verst\u00e4ndnis f\u00fcr Muster und logische Zusammenh\u00e4nge bewiesen.';\n    } else if (percentage >= 50) {\n        category = '\ud83d\udc4d Gut!';\n        text = 'Solide Leistung! Sie haben viele Aufgaben richtig gel\u00f6st. Mit etwas \u00dcbung k\u00f6nnen Sie noch besser werden.';\n    } else {\n        category = '\ud83d\udcaa Weiter \u00fcben!';\n        text = 'Kognitive F\u00e4higkeiten lassen sich trainieren! Versuchen Sie es nochmal und achten Sie auf die Muster.';\n    }\n    \n    \/\/ L\u00f6sungen erstellen\n    let solutionsHTML = '';\n    for (let i = 0; i < questions.length; i++) {\n        const q = questions[i];\n        const userAnswer = userAnswers[i];\n        const isCorrect = userAnswer === q.correct;\n        \n        solutionsHTML += `\n            <div class=\"solution-item\">\n                <div class=\"question-recap\">Frage ${i + 1}: ${q.question}<\/div>\n                ${q.pattern ? '<div class=\"pattern-container\" style=\"margin: 10px 0;\">' + q.pattern.map(p => `<div class=\"pattern-box\" style=\"transform: scale(0.8);\">${p}<\/div>`).join('') + '<\/div>' : ''}\n                <div class=\"${isCorrect ? 'correct-answer' : 'wrong-answer'}\">\n                    Ihre Antwort: ${q.options[userAnswer]} ${isCorrect ? '\u2713' : '\u2717'}\n                <\/div>\n                ${!isCorrect ? `<div class=\"correct-answer\">Richtige Antwort: ${q.options[q.correct]} \u2713<\/div>` : ''}\n                ${q.explanation ? `<div class=\"explanation\">${q.explanation}<\/div>` : ''}\n            <\/div>\n        `;\n    }\n    \n    document.getElementById('quizContent').style.display = 'none';\n    document.getElementById('result').style.display = 'block';\n    document.getElementById('scoreDisplay').innerHTML = `${score} \/ ${questions.length}`;\n    document.getElementById('categoryDisplay').innerHTML = category;\n    document.getElementById('resultText').innerHTML = text;\n    document.getElementById('solutionsList').innerHTML = solutionsHTML;\n    \n    \/\/ Progress auf 100%\n    document.getElementById('progressBar').style.width = '100%';\n}\n\nfunction restartQuiz() {\n    document.getElementById('quizContent').style.display = 'block';\n    initQuiz();\n}\n\n\/\/ Quiz starten\ninitQuiz();\n<\/script>\n\n<\/body>\n<\/html>\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>Kognitiver Schnell-Check \ud83e\udde0 Kognitiver Schnell-Check Testen Sie Ihre Denkf\u00e4higkeiten mit unserem unterhaltsamen R\u00e4tsel! \u26a0\ufe0f Wichtiger Hinweis Dies ist ein unterhaltsames Denkspiel und kein wissenschaftlicher IQ-Test. Die Ergebnisse haben keine psychologische Aussagekraft und dienen ausschliesslich der Unterhaltung. Ihre Antworten werden nicht gespeichert oder weitergegeben. \ud83c\udf89 Ihr Ergebnis \ud83d\udcdd Aufl\u00f6sung der Aufgaben Nochmal versuchen<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","iawp_total_views":18,"footnotes":""},"class_list":["post-6969","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kognitiver Schnell-Check<\/title>\n<meta name=\"description\" content=\"Kostenloser kognitiver Schnell-Check Schweiz. Testen Sie Logik, Mustererkennung &amp; Mathematik mit 10 Aufgaben.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fahrtauglich.ch\/fr\/kognitiver-schnell-check\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kognitiver Schnell-Check\" \/>\n<meta property=\"og:description\" content=\"Kostenloser kognitiver Schnell-Check Schweiz. Testen Sie Logik, Mustererkennung &amp; Mathematik mit 10 Aufgaben.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fahrtauglich.ch\/fr\/kognitiver-schnell-check\/\" \/>\n<meta property=\"og:site_name\" content=\"Fahrtauglich\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-17T11:28:54+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fahrtauglich.ch\\\/kognitiver-schnell-check\\\/\",\"url\":\"https:\\\/\\\/fahrtauglich.ch\\\/kognitiver-schnell-check\\\/\",\"name\":\"Kognitiver Schnell-Check\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fahrtauglich.ch\\\/#website\"},\"datePublished\":\"2025-10-16T12:05:01+00:00\",\"dateModified\":\"2025-10-17T11:28:54+00:00\",\"description\":\"Kostenloser kognitiver Schnell-Check Schweiz. Testen Sie Logik, Mustererkennung & Mathematik mit 10 Aufgaben.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fahrtauglich.ch\\\/kognitiver-schnell-check\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fahrtauglich.ch\\\/kognitiver-schnell-check\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fahrtauglich.ch\\\/kognitiver-schnell-check\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/fahrtauglich.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kognitiver Schnell-Check\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fahrtauglich.ch\\\/#website\",\"url\":\"https:\\\/\\\/fahrtauglich.ch\\\/\",\"name\":\"Fahrtauglich\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/fahrtauglich.ch\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fahrtauglich.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/fahrtauglich.ch\\\/#organization\",\"name\":\"Fahrtauglich\",\"url\":\"https:\\\/\\\/fahrtauglich.ch\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/fahrtauglich.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/fahrtauglich.ch\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/cropped-Logo-2.jpg\",\"contentUrl\":\"https:\\\/\\\/fahrtauglich.ch\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/cropped-Logo-2.jpg\",\"width\":307,\"height\":188,\"caption\":\"Fahrtauglich\"},\"image\":{\"@id\":\"https:\\\/\\\/fahrtauglich.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kognitiver Schnell-Check","description":"Kostenloser kognitiver Schnell-Check Schweiz. Testen Sie Logik, Mustererkennung & Mathematik mit 10 Aufgaben.","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:\/\/fahrtauglich.ch\/fr\/kognitiver-schnell-check\/","og_locale":"fr_FR","og_type":"article","og_title":"Kognitiver Schnell-Check","og_description":"Kostenloser kognitiver Schnell-Check Schweiz. Testen Sie Logik, Mustererkennung & Mathematik mit 10 Aufgaben.","og_url":"https:\/\/fahrtauglich.ch\/fr\/kognitiver-schnell-check\/","og_site_name":"Fahrtauglich","article_modified_time":"2025-10-17T11:28:54+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fahrtauglich.ch\/kognitiver-schnell-check\/","url":"https:\/\/fahrtauglich.ch\/kognitiver-schnell-check\/","name":"Kognitiver Schnell-Check","isPartOf":{"@id":"https:\/\/fahrtauglich.ch\/#website"},"datePublished":"2025-10-16T12:05:01+00:00","dateModified":"2025-10-17T11:28:54+00:00","description":"Kostenloser kognitiver Schnell-Check Schweiz. Testen Sie Logik, Mustererkennung & Mathematik mit 10 Aufgaben.","breadcrumb":{"@id":"https:\/\/fahrtauglich.ch\/kognitiver-schnell-check\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fahrtauglich.ch\/kognitiver-schnell-check\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fahrtauglich.ch\/kognitiver-schnell-check\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/fahrtauglich.ch\/"},{"@type":"ListItem","position":2,"name":"Kognitiver Schnell-Check"}]},{"@type":"WebSite","@id":"https:\/\/fahrtauglich.ch\/#website","url":"https:\/\/fahrtauglich.ch\/","name":"Fahrtauglich","description":"","publisher":{"@id":"https:\/\/fahrtauglich.ch\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fahrtauglich.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/fahrtauglich.ch\/#organization","name":"Fahrtauglich","url":"https:\/\/fahrtauglich.ch\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/fahrtauglich.ch\/#\/schema\/logo\/image\/","url":"https:\/\/fahrtauglich.ch\/wp-content\/uploads\/2024\/08\/cropped-Logo-2.jpg","contentUrl":"https:\/\/fahrtauglich.ch\/wp-content\/uploads\/2024\/08\/cropped-Logo-2.jpg","width":307,"height":188,"caption":"Fahrtauglich"},"image":{"@id":"https:\/\/fahrtauglich.ch\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"fahrtauglich.ch","author_link":"https:\/\/fahrtauglich.ch\/fr\/blog\/author\/mintcream-quetzal-259960-hostingersite-com\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Kognitiver Schnell-Check \ud83e\udde0 Kognitiver Schnell-Check Testen Sie Ihre Denkf\u00e4higkeiten mit unserem unterhaltsamen R\u00e4tsel! \u26a0\ufe0f Wichtiger Hinweis Dies ist ein unterhaltsames Denkspiel und kein wissenschaftlicher IQ-Test. Die Ergebnisse haben keine psychologische Aussagekraft und dienen ausschliesslich der Unterhaltung. Ihre Antworten werden nicht gespeichert oder weitergegeben. \ud83c\udf89 Ihr Ergebnis \ud83d\udcdd Aufl\u00f6sung der Aufgaben Nochmal versuchen","_links":{"self":[{"href":"https:\/\/fahrtauglich.ch\/fr\/wp-json\/wp\/v2\/pages\/6969","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fahrtauglich.ch\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fahrtauglich.ch\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fahrtauglich.ch\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fahrtauglich.ch\/fr\/wp-json\/wp\/v2\/comments?post=6969"}],"version-history":[{"count":7,"href":"https:\/\/fahrtauglich.ch\/fr\/wp-json\/wp\/v2\/pages\/6969\/revisions"}],"predecessor-version":[{"id":6976,"href":"https:\/\/fahrtauglich.ch\/fr\/wp-json\/wp\/v2\/pages\/6969\/revisions\/6976"}],"wp:attachment":[{"href":"https:\/\/fahrtauglich.ch\/fr\/wp-json\/wp\/v2\/media?parent=6969"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}