{"id":1642,"date":"2025-12-02T22:21:50","date_gmt":"2025-12-02T22:21:50","guid":{"rendered":"https:\/\/clubvivremieux.com\/?page_id=1642"},"modified":"2025-12-02T22:40:36","modified_gmt":"2025-12-02T22:40:36","slug":"1642-2","status":"publish","type":"page","link":"https:\/\/clubvivremieux.com\/index.php\/1642-2\/","title":{"rendered":"Test : Reconna\u00eetre un menteur \/ une menteuse"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"256\" height=\"384\" src=\"https:\/\/clubvivremieux.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-2-dec.-2025-23_39.png\" alt=\"\" class=\"wp-image-1652\" srcset=\"https:\/\/clubvivremieux.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-2-dec.-2025-23_39.png 256w, https:\/\/clubvivremieux.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-2-dec.-2025-23_39-200x300.png 200w\" sizes=\"auto, (max-width: 256px) 100vw, 256px\" \/><\/figure><\/div>\n\n\n<div id=\"test-menteur\" style=\"max-width:700px;padding:20px;border:1px solid #ddd;border-radius:8px;\">\n    <h2>Test : Reconna\u00eetre un menteur \/ une menteuse<\/h2>\n\n    <div id=\"progress-container\" style=\"background:#eee;height:15px;border-radius:8px;margin-bottom:15px;\">\n        <div id=\"progress-bar\" style=\"height:15px;width:0%;background:#27ae60;border-radius:8px;transition:width 0.5s;\"><\/div>\n    <\/div>\n\n    <div id=\"tm-questions\"><\/div>\n\n    <div id=\"tm-result\" style=\"margin-top:20px;display:none;padding:15px;border-left:4px solid #27ae60;background:#e9f7ef;\"><\/div>\n<\/div>\n\n<script>\nconst questions = [\n    { q: \"1. Les comportements changent souvent quand quelqu\u2019un ment.\", correct: 1 },\n    { q: \"2. Les menteurs donnent souvent trop de d\u00e9tails.\", correct: 1 },\n    { q: \"3. Un menteur \u00e9vite toujours le regard.\", correct: 0 },\n    { q: \"4. Le ton de la voix change souvent lors d\u2019un mensonge.\", correct: 1 },\n    { q: \"5. Les signaux non verbaux contradictoires peuvent trahir un mensonge.\", correct: 1 },\n    { q: \"6. Mentir peut se remarquer par une h\u00e9sitation dans les r\u00e9ponses.\", correct: 1 },\n    { q: \"7. Un menteur raconte toujours la v\u00e9rit\u00e9 partielle pour \u00eatre cr\u00e9dible.\", correct: 1 },\n    { q: \"8. Les menteurs parlent toujours de mani\u00e8re monotone.\", correct: 0 },\n    { q: \"9. Les micro-expressions faciales peuvent r\u00e9v\u00e9ler un mensonge.\", correct: 1 },\n    { q: \"10. Plus un r\u00e9cit est long et d\u00e9taill\u00e9, plus il est fiable.\", correct: 0 },\n];\n\nlet currentQuestion = 0;\nlet score = 0;\n\nconst container = document.getElementById(\"tm-questions\");\nconst progressBar = document.getElementById(\"progress-bar\");\nconst resultDiv = document.getElementById(\"tm-result\");\n\nfunction showQuestion(index) {\n    const q = questions[index];\n    container.innerHTML = `\n        <div class=\"tm-question\" style=\"opacity:0;transition:opacity 0.5s;\">\n            <p>${q.q}<\/p>\n            <label><input type=\"radio\" name=\"tm_q\" value=\"1\"> Vrai<\/label><br>\n            <label><input type=\"radio\" name=\"tm_q\" value=\"0\"> Faux<\/label><br>\n            <button type=\"button\" id=\"next-btn\" style=\"margin-top:10px;padding:8px 14px;\">Suivant<\/button>\n        <\/div>\n    `;\n    setTimeout(() => container.querySelector(\".tm-question\").style.opacity = 1, 50);\n\n    progressBar.style.width = `${((index)\/questions.length)*100}%`;\n\n    document.getElementById(\"next-btn\").onclick = function() { nextQuestion(); };\n}\n\nfunction nextQuestion() {\n    const radios = document.getElementsByName(\"tm_q\");\n    let answered = false;\n    let userAnswer = null;\n\n    for (let i=0; i<radios.length; i++) {\n        if (radios[i].checked) {\n            userAnswer = parseInt(radios[i].value);\n            answered = true;\n            break;\n        }\n    }\n\n    if (!answered) {\n        alert(\"Veuillez r\u00e9pondre \u00e0 cette question avant de continuer.\");\n        return;\n    }\n\n    if (userAnswer === questions[currentQuestion].correct) score++;\n\n    currentQuestion++;\n\n    if (currentQuestion < questions.length) {\n        showQuestion(currentQuestion);\n    } else {\n        showResult();\n    }\n}\n\nfunction showResult() {\n    progressBar.style.width = \"100%\";\n    container.innerHTML = \"\";\n\n    let msg = \"\";\n    if (score >= 9) msg = \"\u2728 Excellent ! Vous rep\u00e9rez tr\u00e8s bien les signes d\u2019un mensonge.\";\n    else if (score >= 6) msg = \"\ud83d\udc4d Bon score : vous avez d\u00e9j\u00e0 de bons r\u00e9flexes d\u2019observation.\";\n    else msg = \"\ud83e\udd14 Attention : certains signes vous \u00e9chappent encore, mais \u00e7a s\u2019apprend.\";\n\n    resultDiv.style.display = \"block\";\n    resultDiv.innerHTML = `<h3>Votre score : ${score}\/${questions.length}<\/h3><p>${msg}<\/p>`;\n}\n\n\/\/ Lancer la premi\u00e8re question\nshowQuestion(currentQuestion);\n<\/script>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"max-width:700px;padding:15px;margin-top:20px;border:1px solid #ccc;border-radius:8px;\">\n    <h3>Conseils pour rep\u00e9rer un menteur \/ une menteuse<\/h3>\n    <ul>\n        <li><strong>Observez les incoh\u00e9rences :<\/strong> un r\u00e9cit qui change est un signal fort.<\/li>\n        <li><strong>Regardez le corps :<\/strong> gestes nerveux, contradictions avec les paroles.<\/li>\n        <li><strong>\u00c9coutez la voix :<\/strong> variations soudaines, voix trop contr\u00f4l\u00e9e.<\/li>\n        <li><strong>Attention aux d\u00e9tails :<\/strong> trop de pr\u00e9cisions = r\u00e9cit invent\u00e9.<\/li>\n        <li><strong>Surveillez le timing :<\/strong> r\u00e9ponse trop rapide ou trop lente.<\/li>\n        <li><strong>Comparez au comportement habituel :<\/strong> le mensonge modifie le naturel.<\/li>\n    <\/ul>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Test : Reconna\u00eetre un menteur \/ une menteuse Conseils pour rep\u00e9rer un menteur \/ une menteuse Observez les incoh\u00e9rences : un r\u00e9cit qui change est un signal fort. Regardez le corps : gestes nerveux, contradictions avec les paroles. \u00c9coutez la&#8230; <a href=\"https:\/\/clubvivremieux.com\/index.php\/1642-2\/\" class=\"readmore\">Read more<span class=\"screen-reader-text\">Test : Reconna\u00eetre un menteur \/ une menteuse<\/span><span class=\"fa fa-angle-double-right\" aria-hidden=\"true\"><\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1642","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/clubvivremieux.com\/index.php\/wp-json\/wp\/v2\/pages\/1642","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clubvivremieux.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/clubvivremieux.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/clubvivremieux.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/clubvivremieux.com\/index.php\/wp-json\/wp\/v2\/comments?post=1642"}],"version-history":[{"count":9,"href":"https:\/\/clubvivremieux.com\/index.php\/wp-json\/wp\/v2\/pages\/1642\/revisions"}],"predecessor-version":[{"id":1653,"href":"https:\/\/clubvivremieux.com\/index.php\/wp-json\/wp\/v2\/pages\/1642\/revisions\/1653"}],"wp:attachment":[{"href":"https:\/\/clubvivremieux.com\/index.php\/wp-json\/wp\/v2\/media?parent=1642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}