{"id":3471,"date":"2025-07-18T08:56:54","date_gmt":"2025-07-18T08:56:54","guid":{"rendered":"https:\/\/wescocenter.org\/?p=3471"},"modified":"2025-07-18T09:02:04","modified_gmt":"2025-07-18T09:02:04","slug":"network-and-telecom-systems-quiz","status":"publish","type":"post","link":"https:\/\/wescocenter.org\/fr\/network-and-telecom-systems-quiz\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Network &#038; Telecom Entry Quiz \/ Quiz d&#8217;entr\u00e9e en R\u00e9seaux et T\u00e9l\u00e9coms<\/title>\n    <style>\n        :root {\n            --primary-color: #007bff;\n            --secondary-color: #f0f8ff;\n            --correct-color: #28a745;\n            --wrong-color: #dc3545;\n            --neutral-color: #6c757d;\n            --text-color: #212529;\n            --bg-color: #ffffff;\n            --border-radius: 8px;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: var(--secondary-color);\n            color: var(--text-color);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            margin: 0;\n            padding: 15px;\n            box-sizing: border-box;\n        }\n\n        .lang-toggle {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background-color: var(--neutral-color);\n            color: white;\n            border: none;\n            padding: 10px 15px;\n            border-radius: var(--border-radius);\n            cursor: pointer;\n            font-size: 14px;\n            font-weight: bold;\n            transition: background-color 0.3s;\n        }\n\n        .lang-toggle:hover {\n            background-color: #5a6268;\n        }\n\n        .quiz-container {\n            background-color: var(--bg-color);\n            border-radius: var(--border-radius);\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            width: 100%;\n            max-width: 700px;\n            overflow: hidden;\n            padding: 30px;\n        }\n\n        #question-container {\n            margin-bottom: 25px;\n        }\n\n        #question-text {\n            font-size: 1.5em; \/* Larger question text *\/\n            font-weight: bold; \/* Bolder question text *\/\n            margin-bottom: 20px;\n            line-height: 1.4;\n        }\n\n        .btn-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px; \/* More spacing *\/\n        }\n\n        .btn {\n            background-color: var(--secondary-color);\n            border: 2px solid var(--neutral-color);\n            border-radius: var(--border-radius);\n            padding: 15px;\n            font-size: 1.1em;\n            color: var(--text-color);\n            cursor: pointer;\n            text-align: left;\n            transition: background-color 0.3s, border-color 0.3s;\n        }\n\n        .btn:hover {\n            border-color: var(--primary-color);\n        }\n\n        .btn.selected { \/* Active color on selected answer *\/\n            background-color: var(--primary-color);\n            color: white;\n            border-color: var(--primary-color);\n        }\n        \n        .btn.correct {\n            background-color: var(--correct-color);\n            color: white;\n            border-color: var(--correct-color);\n        }\n\n        .btn.wrong {\n            background-color: var(--wrong-color);\n            color: white;\n            border-color: var(--wrong-color);\n        }\n\n        .controls {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-top: 30px;\n        }\n\n        #next-btn {\n            background-color: var(--primary-color);\n            color: white;\n            border: none;\n            border-radius: var(--border-radius);\n            padding: 12px 30px;\n            font-size: 1.1em;\n            font-weight: bold;\n            cursor: pointer;\n            transition: background-color 0.3s;\n        }\n\n        #next-btn:hover {\n            background-color: #0056b3;\n        }\n\n        .hide {\n            display: none;\n        }\n\n        #results-container {\n            text-align: center;\n        }\n        \n        #results-container h2 {\n            font-size: 2em;\n            margin-bottom: 15px;\n        }\n\n        #results-container p {\n            font-size: 1.2em;\n            line-height: 1.6;\n            margin-bottom: 25px;\n        }\n        \n        \/* Mobile Layout Enhancements *\/\n        @media (max-width: 600px) {\n            body {\n                padding: 10px;\n            }\n            .quiz-container {\n                padding: 20px;\n            }\n            #question-text {\n                font-size: 1.3em;\n            }\n            .btn {\n                font-size: 1em;\n                padding: 12px;\n            }\n            .lang-toggle {\n                top: 10px;\n                right: 10px;\n                padding: 8px 12px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <button id=\"lang-toggle\" class=\"lang-toggle\" onclick=\"toggleLanguage()\">Fran\u00e7ais<\/button>\n\n    <div class=\"quiz-container\" id=\"quiz\">\n        <div id=\"question-container\">\n            <p id=\"question-text\">Question<\/p>\n            <div id=\"answer-buttons\" class=\"btn-grid\">\n                <\/div>\n        <\/div>\n        <div class=\"controls\">\n            <button id=\"next-btn\" class=\"hide\">Next \/ Suivant<\/button>\n        <\/div>\n        <div id=\"results-container\" class=\"hide\">\n            <h2 id=\"results-title\"><\/h2>\n            <p id=\"results-score\"><\/p>\n            <p id=\"results-orientation\"><\/p>\n            <button id=\"restart-btn\" class=\"btn\">Restart Quiz \/ Recommencer<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        const questions = [\n            {\n                en: {\n                    question: \"What is the primary function of a router in a network?\",\n                    answers: [\n                        { text: \"Connect devices within the same local network\", correct: false },\n                        { text: \"Connect multiple networks and forward packets between them\", correct: true },\n                        { text: \"Translate domain names into IP addresses\", correct: false },\n                        { text: \"Filter incoming and outgoing network traffic\", correct: false }\n                    ]\n                },\n                fr: {\n                    question: \"Quelle est la fonction principale d'un routeur dans un r\u00e9seau ?\",\n                    answers: [\n                        { text: \"Connecter des appareils au sein du m\u00eame r\u00e9seau local\", correct: false },\n                        { text: \"Connecter plusieurs r\u00e9seaux et acheminer les paquets entre eux\", correct: true },\n                        { text: \"Traduire les noms de domaine en adresses IP\", correct: false },\n                        { text: \"Filtrer le trafic r\u00e9seau entrant et sortant\", correct: false }\n                    ]\n                }\n            },\n            {\n                en: {\n                    question: \"What does LAN stand for?\",\n                    answers: [\n                        { text: \"Long Area Network\", correct: false },\n                        { text: \"Logical Area Network\", correct: false },\n                        { text: \"Local Area Network\", correct: true },\n                        { text: \"Large Area Network\", correct: false }\n                    ]\n                },\n                fr: {\n                    question: \"Que signifie LAN ?\",\n                    answers: [\n                        { text: \"Long Area Network\", correct: false },\n                        { text: \"Logical Area Network\", correct: false },\n                        { text: \"Local Area Network (R\u00e9seau Local)\", correct: true },\n                        { text: \"Large Area Network\", correct: false }\n                    ]\n                }\n            },\n            {\n                en: {\n                    question: \"Which of the following is an example of an IP address?\",\n                    answers: [\n                        { text: \"00-B0-D0-63-C2-26\", correct: false },\n                        { text: \"www.google.com\", correct: false },\n                        { text: \"192.168.1.1\", correct: true },\n                        { text: \"8080\", correct: false }\n                    ]\n                },\n                fr: {\n                    question: \"Lequel des \u00e9l\u00e9ments suivants est un exemple d'adresse IP ?\",\n                    answers: [\n                        { text: \"00-B0-D0-63-C2-26\", correct: false },\n                        { text: \"www.google.com\", correct: false },\n                        { text: \"192.168.1.1\", correct: true },\n                        { text: \"8080\", correct: false }\n                    ]\n                }\n            },\n            {\n                en: {\n                    question: \"What service translates domain names (like www.example.com) into IP addresses?\",\n                    answers: [\n                        { text: \"DHCP\", correct: false },\n                        { text: \"DNS (Domain Name System)\", correct: true },\n                        { text: \"FTP\", correct: false },\n                        { text: \"HTTP\", correct: false }\n                    ]\n                },\n                fr: {\n                    question: \"Quel service traduit les noms de domaine (comme www.exemple.com) en adresses IP ?\",\n                    answers: [\n                        { text: \"DHCP\", correct: false },\n                        { text: \"DNS (Syst\u00e8me de Noms de Domaine)\", correct: true },\n                        { text: \"FTP\", correct: false },\n                        { text: \"HTTP\", correct: false }\n                    ]\n                }\n            },\n            {\n                en: {\n                    question: \"What is a firewall designed to do?\",\n                    answers: [\n                        { text: \"Increase internet speed\", correct: false },\n                        { text: \"Monitor and control network traffic based on security rules\", correct: true },\n                        { text: \"Store website data\", correct: false },\n                        { text: \"Assign IP addresses to devices\", correct: false }\n                    ]\n                },\n                fr: {\n                    question: \"Quelle est la fonction d'un pare-feu (firewall) ?\",\n                    answers: [\n                        { text: \"Augmenter la vitesse d'Internet\", correct: false },\n                        { text: \"Surveiller et contr\u00f4ler le trafic r\u00e9seau selon des r\u00e8gles de s\u00e9curit\u00e9\", correct: true },\n                        { text: \"Stocker les donn\u00e9es d'un site web\", correct: false },\n                        { text: \"Attribuer des adresses IP aux appareils\", correct: false }\n                    ]\n                }\n            },\n            {\n                en: {\n                    question: \"VoIP is a technology for:\",\n                    answers: [\n                        { text: \"Streaming video content\", correct: false },\n                        { text: \"Securing wireless networks\", correct: false },\n                        { text: \"Making voice calls over the Internet\", correct: true },\n                        { text: \"Managing network printers\", correct: false }\n                    ]\n                },\n                fr: {\n                    question: \"La VoIP est une technologie pour :\",\n                    answers: [\n                        { text: \"Diffuser du contenu vid\u00e9o en streaming\", correct: false },\n                        { text: \"S\u00e9curiser les r\u00e9seaux sans fil\", correct: false },\n                        { text: \"Effectuer des appels vocaux via Internet\", correct: true },\n                        { text: \"G\u00e9rer les imprimantes r\u00e9seau\", correct: false }\n                    ]\n                }\n            },\n            {\n                en: {\n                    question: \"Which cable type is most commonly used for modern wired Ethernet networks?\",\n                    answers: [\n                        { text: \"Coaxial\", correct: false },\n                        { text: \"Twisted Pair (e.g., Cat 6)\", correct: true },\n                        { text: \"Fiber Optic\", correct: false },\n                        { text: \"Serial Cable\", correct: false }\n                    ]\n                },\n                fr: {\n                    question: \"Quel type de c\u00e2ble est le plus couramment utilis\u00e9 pour les r\u00e9seaux Ethernet filaires modernes ?\",\n                    answers: [\n                        { text: \"Coaxial\", correct: false },\n                        { text: \"Paire Torsad\u00e9e (ex: Cat 6)\", correct: true },\n                        { text: \"Fibre Optique\", correct: false },\n                        { text: \"C\u00e2ble S\u00e9rie\", correct: false }\n                    ]\n                }\n            },\n            {\n                en: {\n                    question: \"A MAC address is a unique identifier assigned to a...\",\n                    answers: [\n                        { text: \"Network Router\", correct: false },\n                        { text: \"Website\", correct: false },\n                        { text: \"Network Interface Controller (NIC)\", correct: true },\n                        { text: \"Software Application\", correct: false }\n                    ]\n                },\n                fr: {\n                    question: \"Une adresse MAC est un identifiant unique attribu\u00e9 \u00e0 un(e)...\",\n                    answers: [\n                        { text: \"Routeur r\u00e9seau\", correct: false },\n                        { text: \"Site web\", correct: false },\n                        { text: \"Contr\u00f4leur d'Interface R\u00e9seau (NIC)\", correct: true },\n                        { text: \"Application logicielle\", correct: false }\n                    ]\n                }\n            },\n            {\n                en: {\n                    question: \"What does Wi-Fi use to transmit data?\",\n                    answers: [\n                        { text: \"Light waves\", correct: false },\n                        { text: \"Radio waves\", correct: true },\n                        { text: \"Sound waves\", correct: false },\n                        { text: \"Electrical wires\", correct: false }\n                    ]\n                },\n                fr: {\n                    question: \"Qu'utilise le Wi-Fi pour transmettre des donn\u00e9es ?\",\n                    answers: [\n                        { text: \"Ondes lumineuses\", correct: false },\n                        { text: \"Ondes radio\", correct: true },\n                        { text: \"Ondes sonores\", correct: false },\n                        { text: \"C\u00e2bles \u00e9lectriques\", correct: false }\n                    ]\n                }\n            },\n            {\n                en: {\n                    question: \"What is 'bandwidth' in the context of a network?\",\n                    answers: [\n                        { text: \"The physical width of a network cable\", correct: false },\n                        { text: \"The number of devices connected to the network\", correct: false },\n                        { text: \"The time it takes for a packet to travel from source to destination\", correct: false },\n                        { text: \"The maximum rate of data transfer across a given path\", correct: true }\n                    ]\n                },\n                fr: {\n                    question: \"Qu'est-ce que la 'bande passante' dans le contexte d'un r\u00e9seau ?\",\n                    answers: [\n                        { text: \"La largeur physique d'un c\u00e2ble r\u00e9seau\", correct: false },\n                        { text: \"Le nombre d'appareils connect\u00e9s au r\u00e9seau\", correct: false },\n                        { text: \"Le temps n\u00e9cessaire \u00e0 un paquet pour voyager de la source \u00e0 la destination\", correct: false },\n                        { text: \"Le d\u00e9bit maximal de transfert de donn\u00e9es sur un chemin donn\u00e9\", correct: true }\n                    ]\n                }\n            }\n        ];\n\n        const questionContainer = document.getElementById('question-container');\n        const questionTextElement = document.getElementById('question-text');\n        const answerButtonsElement = document.getElementById('answer-buttons');\n        const nextButton = document.getElementById('next-btn');\n        const resultsContainer = document.getElementById('results-container');\n        const langToggleButton = document.getElementById('lang-toggle');\n        const restartButton = document.getElementById('restart-btn');\n\n        let currentLanguage = 'en';\n        let shuffledQuestions, currentQuestionIndex;\n        let score = 0;\n\n        function startQuiz() {\n            score = 0;\n            resultsContainer.classList.add('hide');\n            questionContainer.classList.remove('hide');\n            nextButton.classList.add('hide');\n            shuffledQuestions = questions.sort(() => Math.random() - 0.5);\n            currentQuestionIndex = 0;\n            setNextQuestion();\n        }\n\n        function setNextQuestion() {\n            resetState();\n            if (currentQuestionIndex < questions.length) {\n                showQuestion(shuffledQuestions[currentQuestionIndex]);\n            } else {\n                showResults();\n            }\n        }\n        \n        function showQuestion(questionData) {\n            const currentQuestion = questionData[currentLanguage];\n            questionTextElement.innerText = currentQuestion.question;\n            currentQuestion.answers.forEach(answer => {\n                const button = document.createElement('button');\n                button.innerText = answer.text;\n                button.classList.add('btn');\n                if (answer.correct) {\n                    button.dataset.correct = answer.correct;\n                }\n                button.addEventListener('click', selectAnswer);\n                answerButtonsElement.appendChild(button);\n            });\n        }\n        \n        function resetState() {\n            clearStatusClass(document.body);\n            nextButton.classList.add('hide');\n            while (answerButtonsElement.firstChild) {\n                answerButtonsElement.removeChild(answerButtonsElement.firstChild);\n            }\n        }\n\n        function selectAnswer(e) {\n            const selectedButton = e.target;\n            const correct = selectedButton.dataset.correct === \"true\";\n            \n            \/\/ Remove selected class from all buttons before adding to the new one\n            Array.from(answerButtonsElement.children).forEach(button => {\n                button.classList.remove('selected');\n            });\n            selectedButton.classList.add('selected'); \/\/ Visual cue for selection\n            \n            \/\/ After a brief moment, show the correct\/wrong status\n            setTimeout(() => {\n                if (correct) {\n                    score++;\n                }\n                Array.from(answerButtonsElement.children).forEach(button => {\n                    setStatusClass(button, button.dataset.correct === \"true\");\n                    button.disabled = true; \/\/ Disable buttons after answering\n                });\n    \n                if (shuffledQuestions.length > currentQuestionIndex + 1) {\n                    nextButton.classList.remove('hide');\n                } else {\n                    nextButton.innerText = (currentLanguage === 'en') ? 'Show Results' : 'Voir les r\u00e9sultats';\n                    nextButton.classList.remove('hide');\n                }\n            }, 300); \/\/ 300ms delay to show selection before result\n        }\n\n        function setStatusClass(element, correct) {\n            clearStatusClass(element);\n            if (correct) {\n                element.classList.add('correct');\n            } else {\n                element.classList.add('wrong');\n            }\n        }\n\n        function clearStatusClass(element) {\n            element.classList.remove('correct');\n            element.classList.remove('wrong');\n            element.classList.remove('selected');\n        }\n\n        function showResults() {\n            questionContainer.classList.add('hide');\n            nextButton.classList.add('hide');\n            resultsContainer.classList.remove('hide');\n\n            const totalQuestions = questions.length;\n            const percentage = Math.round((score \/ totalQuestions) * 100);\n            let orientation, title, scoreText;\n\n            if (currentLanguage === 'en') {\n                title = \"Quiz Complete!\";\n                scoreText = `You scored ${score} out of ${totalQuestions} (${percentage}%)`;\n                if (score >= 8) {\n                    orientation = \"Excellent! You have a strong foundation. You can proceed directly to the intermediate modules of the course.\";\n                } else if (score >= 4) {\n                    orientation = \"Good start! We recommend beginning with our core foundational modules to solidify your understanding before moving on.\";\n                } else {\n                    orientation = \"Welcome! To build a solid base, we recommend starting with our introductory 'Networking Essentials' module.\";\n                }\n            } else {\n                title = \"Quiz Termin\u00e9 !\";\n                scoreText = `Votre score est de ${score} sur ${totalQuestions} (${percentage}%)`;\n                if (score >= 8) {\n                    orientation = \"Excellent ! Vous avez des bases solides. Vous pouvez passer directement aux modules interm\u00e9diaires de la formation.\";\n                } else if (score >= 4) {\n                    orientation = \"Bon d\u00e9but ! Nous vous conseillons de commencer par nos modules fondamentaux pour bien consolider vos connaissances avant de continuer.\";\n                } else {\n                    orientation = \"Bienvenue ! Pour construire une base solide, nous vous recommandons de commencer par notre module d'introduction 'Les Essentiels des R\u00e9seaux'.\";\n                }\n            }\n            \n            document.getElementById('results-title').innerText = title;\n            document.getElementById('results-score').innerText = scoreText;\n            document.getElementById('results-orientation').innerText = orientation;\n        }\n\n        function toggleLanguage() {\n            currentLanguage = (currentLanguage === 'en') ? 'fr' : 'en';\n            langToggleButton.innerText = (currentLanguage === 'en') ? 'Fran\u00e7ais' : 'English';\n            nextButton.innerText = (currentLanguage === 'en') ? 'Next' : 'Suivant';\n            restartButton.innerText = (currentLanguage === 'en') ? 'Restart Quiz' : 'Recommencer';\n            \n            \/\/ Re-render the current view (question or results)\n            if (resultsContainer.classList.contains('hide')) {\n                 resetState();\n                 showQuestion(shuffledQuestions[currentQuestionIndex]);\n            } else {\n                showResults();\n            }\n        }\n\n        nextButton.addEventListener('click', () => {\n            currentQuestionIndex++;\n            setNextQuestion();\n        });\n\n        restartButton.addEventListener('click', startQuiz);\n        \n        startQuiz();\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Network &#038; Telecom Entry Quiz \/ Quiz d&#8217;entr\u00e9e en R\u00e9seaux et T\u00e9l\u00e9coms Fran\u00e7ais Question Next \/ Suivant Restart Quiz \/ Recommencer<\/p>","protected":false},"author":1,"featured_media":3389,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[17],"tags":[],"class_list":["post-3471","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-quiz"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>- CFP WESCO Cameroon<\/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:\/\/wescocenter.org\/fr\/network-and-telecom-systems-quiz\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:description\" content=\"Network &#038; Telecom Entry Quiz \/ Quiz d&#8217;entr\u00e9e en R\u00e9seaux et T\u00e9l\u00e9coms Fran\u00e7ais Question Next \/ Suivant Restart Quiz \/ Recommencer\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wescocenter.org\/fr\/network-and-telecom-systems-quiz\/\" \/>\n<meta property=\"og:site_name\" content=\"CFP WESCO Cameroon\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wescocameroon\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-18T08:56:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-18T09:02:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wescocenter.org\/wp-content\/uploads\/2025\/07\/7-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"850\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"protusNJI\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"protusNJI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/\"},\"author\":{\"name\":\"protusNJI\",\"@id\":\"https:\\\/\\\/wescocenter.org\\\/#\\\/schema\\\/person\\\/82639f5d781baa3b1ccaf0bb5a673ef9\"},\"headline\":\"Aucun titre\",\"datePublished\":\"2025-07-18T08:56:54+00:00\",\"dateModified\":\"2025-07-18T09:02:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/\"},\"wordCount\":23,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wescocenter.org\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wescocenter.org\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/7-2.jpg\",\"articleSection\":[\"Quiz\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/\",\"url\":\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/\",\"name\":\"- CFP WESCO Cameroon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wescocenter.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wescocenter.org\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/7-2.jpg\",\"datePublished\":\"2025-07-18T08:56:54+00:00\",\"dateModified\":\"2025-07-18T09:02:04+00:00\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/wescocenter.org\\\/network-and-telecom-systems-quiz\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wescocenter.org\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/7-2.jpg\",\"contentUrl\":\"https:\\\/\\\/wescocenter.org\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/7-2.jpg\",\"width\":850,\"height\":500},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wescocenter.org\\\/#website\",\"url\":\"https:\\\/\\\/wescocenter.org\\\/\",\"name\":\"CFP WESCO Cameroon\",\"description\":\"CFP - Vocational Training\",\"publisher\":{\"@id\":\"https:\\\/\\\/wescocenter.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wescocenter.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wescocenter.org\\\/#organization\",\"name\":\"CFP WESCO Cameroon\",\"url\":\"https:\\\/\\\/wescocenter.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/wescocenter.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wescocenter.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/cropped-logo0.png\",\"contentUrl\":\"https:\\\/\\\/wescocenter.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/cropped-logo0.png\",\"width\":696,\"height\":190,\"caption\":\"CFP WESCO Cameroon\"},\"image\":{\"@id\":\"https:\\\/\\\/wescocenter.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/wescocameroon\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wescocenter.org\\\/#\\\/schema\\\/person\\\/82639f5d781baa3b1ccaf0bb5a673ef9\",\"name\":\"protusNJI\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0951d931f22642a8ce4dce9ae9c7ee418cde1f5c2f57cb614eb912b20e0be2a3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0951d931f22642a8ce4dce9ae9c7ee418cde1f5c2f57cb614eb912b20e0be2a3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0951d931f22642a8ce4dce9ae9c7ee418cde1f5c2f57cb614eb912b20e0be2a3?s=96&d=mm&r=g\",\"caption\":\"protusNJI\"},\"sameAs\":[\"https:\\\/\\\/wescocenter.org\"],\"url\":\"https:\\\/\\\/wescocenter.org\\\/fr\\\/author\\\/protusnji\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"- CFP WESCO Cameroon","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:\/\/wescocenter.org\/fr\/network-and-telecom-systems-quiz\/","og_locale":"fr_FR","og_type":"article","og_description":"Network &#038; Telecom Entry Quiz \/ Quiz d&#8217;entr\u00e9e en R\u00e9seaux et T\u00e9l\u00e9coms Fran\u00e7ais Question Next \/ Suivant Restart Quiz \/ Recommencer","og_url":"https:\/\/wescocenter.org\/fr\/network-and-telecom-systems-quiz\/","og_site_name":"CFP WESCO Cameroon","article_publisher":"https:\/\/www.facebook.com\/wescocameroon","article_published_time":"2025-07-18T08:56:54+00:00","article_modified_time":"2025-07-18T09:02:04+00:00","og_image":[{"width":850,"height":500,"url":"https:\/\/wescocenter.org\/wp-content\/uploads\/2025\/07\/7-2.jpg","type":"image\/jpeg"}],"author":"protusNJI","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"protusNJI"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/#article","isPartOf":{"@id":"https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/"},"author":{"name":"protusNJI","@id":"https:\/\/wescocenter.org\/#\/schema\/person\/82639f5d781baa3b1ccaf0bb5a673ef9"},"headline":"Aucun titre","datePublished":"2025-07-18T08:56:54+00:00","dateModified":"2025-07-18T09:02:04+00:00","mainEntityOfPage":{"@id":"https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/"},"wordCount":23,"commentCount":0,"publisher":{"@id":"https:\/\/wescocenter.org\/#organization"},"image":{"@id":"https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/#primaryimage"},"thumbnailUrl":"https:\/\/wescocenter.org\/wp-content\/uploads\/2025\/07\/7-2.jpg","articleSection":["Quiz"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/","url":"https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/","name":"- CFP WESCO Cameroon","isPartOf":{"@id":"https:\/\/wescocenter.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/#primaryimage"},"image":{"@id":"https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/#primaryimage"},"thumbnailUrl":"https:\/\/wescocenter.org\/wp-content\/uploads\/2025\/07\/7-2.jpg","datePublished":"2025-07-18T08:56:54+00:00","dateModified":"2025-07-18T09:02:04+00:00","inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/wescocenter.org\/network-and-telecom-systems-quiz\/#primaryimage","url":"https:\/\/wescocenter.org\/wp-content\/uploads\/2025\/07\/7-2.jpg","contentUrl":"https:\/\/wescocenter.org\/wp-content\/uploads\/2025\/07\/7-2.jpg","width":850,"height":500},{"@type":"WebSite","@id":"https:\/\/wescocenter.org\/#website","url":"https:\/\/wescocenter.org\/","name":"CFP WESCO Cameroon","description":"CFP - Vocational Training","publisher":{"@id":"https:\/\/wescocenter.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wescocenter.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/wescocenter.org\/#organization","name":"CFP WESCO Cameroon","url":"https:\/\/wescocenter.org\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/wescocenter.org\/#\/schema\/logo\/image\/","url":"https:\/\/wescocenter.org\/wp-content\/uploads\/2025\/03\/cropped-logo0.png","contentUrl":"https:\/\/wescocenter.org\/wp-content\/uploads\/2025\/03\/cropped-logo0.png","width":696,"height":190,"caption":"CFP WESCO Cameroon"},"image":{"@id":"https:\/\/wescocenter.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/wescocameroon"]},{"@type":"Person","@id":"https:\/\/wescocenter.org\/#\/schema\/person\/82639f5d781baa3b1ccaf0bb5a673ef9","name":"protusNJI","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/0951d931f22642a8ce4dce9ae9c7ee418cde1f5c2f57cb614eb912b20e0be2a3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0951d931f22642a8ce4dce9ae9c7ee418cde1f5c2f57cb614eb912b20e0be2a3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0951d931f22642a8ce4dce9ae9c7ee418cde1f5c2f57cb614eb912b20e0be2a3?s=96&d=mm&r=g","caption":"protusNJI"},"sameAs":["https:\/\/wescocenter.org"],"url":"https:\/\/wescocenter.org\/fr\/author\/protusnji\/"}]}},"_links":{"self":[{"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/posts\/3471","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/comments?post=3471"}],"version-history":[{"count":2,"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/posts\/3471\/revisions"}],"predecessor-version":[{"id":3473,"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/posts\/3471\/revisions\/3473"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/media\/3389"}],"wp:attachment":[{"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/media?parent=3471"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/categories?post=3471"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wescocenter.org\/fr\/wp-json\/wp\/v2\/tags?post=3471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}