{"id":8333,"date":"2026-05-12T08:56:47","date_gmt":"2026-05-12T12:56:47","guid":{"rendered":"https:\/\/montrealtips.com\/french-level-self-test\/"},"modified":"2026-05-12T08:56:47","modified_gmt":"2026-05-12T12:56:47","slug":"french-level-self-test","status":"publish","type":"page","link":"https:\/\/montrealtips.com\/fr\/french-level-self-test\/","title":{"rendered":"French Level Self-Test (CEFR A1\u2013C2) \u2014 Quebec Immigration Levels"},"content":{"rendered":"\n<div class=\"mtl-tool\" id=\"mtl-fr\"><style>.mtl-tool{font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,sans-serif;color:#1a1a1a;max-width:760px;margin:24px auto;line-height:1.55}.mtl-tool .mtl-card{background:#f7f9fc;border:1px solid #e3e8ef;border-radius:14px;padding:24px 26px}.mtl-tool h2.mtl-h{margin:0 0 6px;font-size:22px;color:#0b1f3a}.mtl-tool .mtl-sub{margin:0 0 18px;color:#475569;font-size:14px}.mtl-tool .mtl-q{padding:14px;border:1px solid #e3e8ef;border-radius:10px;margin-bottom:10px;background:#fff}.mtl-tool .mtl-q h4{margin:0 0 4px;font-size:14px;color:#0b1f3a}.mtl-tool .mtl-q .level{font-size:11px;color:#94a3b8;margin-bottom:8px}.mtl-tool .mtl-opt{display:flex;gap:6px;flex-wrap:wrap}.mtl-tool .mtl-opt button{flex:1;min-width:48%;padding:10px;border:1px solid #cbd5e1;background:#f7f9fc;border-radius:8px;cursor:pointer;font-size:13px;text-align:left}.mtl-tool .mtl-opt button.active{background:#d8232a;color:#fff;border-color:#d8232a}.mtl-tool .mtl-btn{background:#d8232a;color:#fff;border:0;padding:12px 22px;border-radius:8px;font-weight:700;cursor:pointer;font-size:15px;margin-top:14px;width:100%}.mtl-tool .mtl-result{margin-top:18px;padding:18px;background:#fff;border-left:4px solid #d8232a;border-radius:8px;display:none}.mtl-tool .mtl-result.show{display:block}.mtl-tool .mtl-big{font-size:36px;font-weight:800;color:#d8232a;margin:8px 0;text-align:center}.mtl-tool .mtl-note{font-size:12px;color:#64748b;margin-top:12px}<\/style><div class=\"mtl-card\"><h2 class=\"mtl-h\">&#x1f1e8;&#x1f1e6; French Level Self-Test (A1\u2013C2)<\/h2><p class=\"mtl-sub\">10 questions, ~2 minutes. Estimates your CEFR level for Quebec jobs, immigration, francisation.<\/p><div id=\"mtl-fr-questions\"><\/div><button class=\"mtl-btn\" id=\"mtl-fr-go\">See my CEFR level<\/button><div class=\"mtl-result\" id=\"mtl-fr-result\"><div class=\"mtl-big\" id=\"mtl-fr-level\">\u2014<\/div><p id=\"mtl-fr-desc\"><\/p><p id=\"mtl-fr-program\" style=\"margin-top:12px\"><\/p><\/div><\/div><script>\n(function(){\nvar QS=[\n{q:'Comment dit-on \"hello\" en fran\u00e7ais ?',l:'A1',o:['Bonjour','Au revoir','Merci','Pardon'],a:0},\n{q:'Choisissez la bonne phrase :',l:'A1',o:['Je suis aller au magasin.','Je suis all\u00e9 au magasin.','J\\'ai all\u00e9 au magasin.','J\\'all\u00e9 au magasin.'],a:1},\n{q:'Que signifie \"il pleut des cordes\" ?',l:'A2',o:['Il fait beau','Il pleut tr\u00e8s fort','Il y a beaucoup de monde','Il fait froid'],a:1},\n{q:'Choisissez la forme correcte :',l:'B1',o:['Si je serais riche, j\\'ach\u00e8terais...','Si j\\'\u00e9tais riche, j\\'ach\u00e8terais...','Si je suis riche, j\\'acheterai...','Si j\\'aurais \u00e9t\u00e9 riche, j\\'ach\u00e8te...'],a:1},\n{q:'\"Tirer son \u00e9pingle du jeu\" signifie :',l:'B1',o:['Perdre au jeu','S\\'en sortir habilement','Tricher','Quitter une partie'],a:1},\n{q:'\u00c0 Montr\u00e9al, \"un d\u00e9panneur\" est :',l:'A2',o:['Un m\u00e9canicien','Une petite \u00e9picerie de quartier','Un t\u00e9l\u00e9phone','Un m\u00e9decin'],a:1},\n{q:'Choisissez la forme correcte du subjonctif :',l:'B2',o:['Il faut que tu vas','Il faut que tu ailles','Il faut que tu vais','Il faut que tu vaille'],a:1},\n{q:'Le mot \"magasiner\" au Qu\u00e9bec veut dire :',l:'B1',o:['Stocker','Aller faire du shopping','Compter de l\\'argent','Calculer'],a:1},\n{q:'\"Avoir l\\'eau \u00e0 la bouche\" signifie :',l:'B2',o:['Avoir soif','\u00catre avide \/ vouloir manger quelque chose','Pleurer','\u00catre stress\u00e9'],a:1},\n{q:'Lisez : \u00ab Bien que la conjoncture \u00e9conomique soit d\u00e9favorable, l\\'entreprise a su tirer parti de la digitalisation pour consolider sa position. \u00bb Cette phrase est de niveau :',l:'C1',o:['A2','B1','B2','C1+'],a:3}\n];\nvar answers={};\nvar container=document.getElementById('mtl-fr-questions');\nQS.forEach(function(q,i){\nvar div=document.createElement('div');div.className='mtl-q';div.dataset.i=i;\ndiv.innerHTML='<h4>'+(i+1)+'. '+q.q+'<\/h4><div class=\"level\">Niveau test\u00e9 : '+q.l+'<\/div><div class=\"mtl-opt\"><\/div>';\nvar opt=div.querySelector('.mtl-opt');\nq.o.forEach(function(o,j){\nvar b=document.createElement('button');b.textContent=o;b.dataset.j=j;\nb.addEventListener('click',function(){opt.querySelectorAll('button').forEach(function(x){x.classList.remove('active');});b.classList.add('active');answers[i]=j;});\nopt.appendChild(b);\n});\ncontainer.appendChild(div);\n});\ndocument.getElementById('mtl-fr-go').addEventListener('click',function(){\nvar correct=0;\nQS.forEach(function(q,i){if(answers[i]===q.a)correct++;});\nvar level,desc,prog;\nif(correct<=2){level='A1 (Beginner)';desc='Basic words. You can greet, order food, ask \"o\u00f9 est\u2026 ?\". Plenty of room to grow \u2014 and that\\'s totally fine.';prog='Recommended: Free MIFI francisation (full-time 30 weeks with $220\/week stipend) or apps like Duolingo + 1 conversation hour\/week.';}\nelse if(correct<=4){level='A2 (Elementary)';desc='Functional basics. You can shop, order at restaurants, talk about your job briefly. Still need slow speakers and context clues.';prog='Recommended: MIFI francisation intermediate, weekly meetups at francophone bars (Bar Pamplemousse, Le St-Bock).';}\nelse if(correct<=6){level='B1 (Intermediate)';desc='Comfortable in daily life. You can handle most travel, social, and work situations in French. Quebec accent + slang is still a challenge.';prog='Recommended: Try Quebec films (La Belle \u00c9poque, Mommy), watch Tout le monde en parle, take an immersion week in Quebec City.';}\nelse if(correct<=8){level='B2 (Upper-Intermediate)';desc='Independent user. You can hold complex conversations, read newspapers, write professional emails. Eligible for most Quebec jobs and many immigration paths.';prog='Recommended: TEFAQ\/TEF Canada test for immigration \u2014 you likely score 4\u20136 on listening\/speaking. Read Le Devoir, Le Soleil daily.';}\nelse {level='C1+ (Advanced)';desc='Effective operational proficiency. You can argue nuance, handle abstract topics, work in any French setting. Eligible for francophone immigration streams (PEQ, Arrima high scores).';prog='Recommended: TEFAQ at C1+\/C2 unlocks PEQ-Dipl\u00f4me + Arrima bonus points. Consider OQLF certification for regulated jobs.';}\ndocument.getElementById('mtl-fr-level').textContent=level;\ndocument.getElementById('mtl-fr-desc').textContent=desc;\ndocument.getElementById('mtl-fr-program').innerHTML=prog;\ndocument.getElementById('mtl-fr-result').classList.add('show');\nwindow.scrollTo({top:document.getElementById('mtl-fr-result').offsetTop-50,behavior:'smooth'});\n});\n})();\n<\/script><\/div><h2>How French level (CEFR) works in Quebec<\/h2><p><strong>Quick answer:<\/strong> Quebec uses the European CEFR scale (A1 to C2) plus the equivalent \u00c9chelle qu\u00e9b\u00e9coise. For permanent immigration via PEQ or Arrima, you typically need <strong>B2 (intermediate-upper)<\/strong> in oral comprehension and production. The TEFAQ and TEF Canada exams are the standard certifications recognized by MIFI.<\/p><h3>What each CEFR level means in practical Quebec terms<\/h3><table style=\"width:100%;border-collapse:collapse;margin:14px 0\"><thead><tr style=\"background:#f1f5f9\"><th style=\"padding:8px;text-align:left;border:1px solid #e2e8f0\">CEFR<\/th><th style=\"padding:8px;text-align:left;border:1px solid #e2e8f0\">Real-world ability<\/th><th style=\"padding:8px;text-align:left;border:1px solid #e2e8f0\">Hours of study (typical)<\/th><\/tr><\/thead><tbody><tr><td style=\"padding:8px;border:1px solid #e2e8f0\">A1<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">Survival phrases, name, age, basic shopping<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">~90 hours<\/td><\/tr><tr><td style=\"padding:8px;border:1px solid #e2e8f0\">A2<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">Daily errands, simple work tasks with help<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">~180 hours<\/td><\/tr><tr><td style=\"padding:8px;border:1px solid #e2e8f0\">B1<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">Independent in daily life; can hold a casual conversation<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">~350 hours<\/td><\/tr><tr><td style=\"padding:8px;border:1px solid #e2e8f0\">B2 \u2605 (Quebec immigration threshold)<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">Professional emails, news reading, work meetings<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">~550 hours<\/td><\/tr><tr><td style=\"padding:8px;border:1px solid #e2e8f0\">C1<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">Complex topics fluently, almost native ease<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">~900 hours<\/td><\/tr><tr><td style=\"padding:8px;border:1px solid #e2e8f0\">C2<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">Native-equivalent for professional + academic use<\/td><td style=\"padding:8px;border:1px solid #e2e8f0\">~1,200 hours<\/td><\/tr><\/tbody><\/table><h3>The free Quebec francisation program<\/h3><p>Quebec offers <strong>free French courses<\/strong> through MIFI (mifi.gouv.qc.ca) and partner schools. Full-time learners receive a $220\/week financial allowance for up to 30 weeks. Part-time evening + Saturday options exist for working people. Online courses available since 2021. Newcomers and refugee claimants can register at any point. Eligibility: permanent or temporary residents who don't have French as a mother tongue.<\/p><h3>Which test does Quebec require for immigration?<\/h3><p>Quebec immigration accepts: <strong>TEFAQ<\/strong> (Test d'\u00e9valuation du fran\u00e7ais adapt\u00e9 au Qu\u00e9bec \u2014 most popular, $400), <strong>TEF Canada<\/strong>, <strong>TCF Qu\u00e9bec<\/strong>, and <strong>DELF\/DALF B2+<\/strong>. All test 4 skills (oral comprehension, oral production, written comprehension, written production). For PEQ-Dipl\u00f4me you need B2 in both oral skills. Arrima awards bonus points for B2 to C1+.<\/p><h2>French Level FAQ<\/h2><h3>What level of French do I need to immigrate to Quebec?<\/h3><p>For most Quebec economic immigration streams (PEQ, Arrima), you need <strong>at least B2 (level 7 on Quebec's scale) in oral comprehension and oral production<\/strong>. Written skills are scored separately and earn bonus points but are not always required at B2 level.<\/p><h3>What's the difference between TEFAQ and TEF Canada?<\/h3><p>TEFAQ is the Quebec-adapted version of TEF, used by Quebec immigration only. TEF Canada is used by IRCC for federal Express Entry. The content is similar but TEFAQ accepts only Quebec-recognized scores. If you're applying to Quebec, take TEFAQ.<\/p><h3>How long does it take to reach B2 in French?<\/h3><p>From zero to B2 typically requires <strong>550 hours of focused study<\/strong>. Full-time francisation (25 hours\/week) covers this in roughly 6 months. Part-time evening (6 hours\/week) takes 2 years. Daily immersion in Quebec accelerates the timeline by 30%\u201350%.<\/p><h3>Is the francisation program really free?<\/h3><p>Yes. MIFI francisation is free for permanent residents, work permit holders and family-class immigrants. Full-time learners receive $220\/week. The student doesn't pay tuition, materials are provided, and many schools offer free childcare during class.<\/p><h3>Do I need French to work in Montreal?<\/h3><p>It depends on the industry. Tech, finance, healthcare research, English law firms, and some hospitality jobs operate mostly in English. <strong>Public sector, customer-facing retail, government, and most healthcare<\/strong> require functional French (B1+). Bill 96 increased French requirements in many private workplaces since 2022.<\/p><h3>How much does the TEFAQ test cost?<\/h3><p>The TEFAQ exam costs <strong>~$400<\/strong> at accredited centers in Montreal (Alliance Fran\u00e7aise, Coll\u00e8ge M\u00e9rici). Add prep materials ($50\u2013$200) and optional courses. Results valid for 2 years.<\/p><h3>Can I learn Quebec French in Montreal or only \"Parisian\" French?<\/h3><p>Quebec French is taught at all MIFI schools. The grammar is identical to standard French; pronunciation, slang, and some vocabulary differ. Standard exams (TEFAQ, DELF) test international standard French \u2014 Quebec colloquialisms are not on tests but are essential for daily life.<\/p><h2>Related Montreal tools<\/h2><ul><li><a href=\"\/newcomer-30-day-checklist\/\">Newcomer to Montreal 30-Day Checklist<\/a><\/li><li><a href=\"\/quebec-income-tax-calculator\/\">Quebec Income Tax Calculator<\/a><\/li><li><a href=\"\/neighborhood-match-quiz\/\">Neighborhood Match Quiz<\/a><\/li><\/ul><p style=\"font-size:13px;color:#64748b;margin-top:30px\">This self-test is for orientation only. For immigration or job applications, take an official TEFAQ\/TEF\/DELF exam. Sources: MIFI Qu\u00e9bec, Council of Europe CEFR framework.<\/p><script type=\"application\/ld+json\">\n{\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[\n{\"@type\":\"Question\",\"name\":\"What level of French do I need to immigrate to Quebec?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"For most Quebec economic immigration streams (PEQ, Arrima), you need at least B2 (level 7 on Quebec's scale) in oral comprehension and oral production. Written skills are scored separately and earn bonus points but are not always required at B2.\"}},\n{\"@type\":\"Question\",\"name\":\"What's the difference between TEFAQ and TEF Canada?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"TEFAQ is the Quebec-adapted version of TEF used by Quebec immigration. TEF Canada is used by IRCC for federal Express Entry. Content is similar but only TEFAQ scores are accepted by Quebec immigration.\"}},\n{\"@type\":\"Question\",\"name\":\"How long does it take to reach B2 in French?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"From zero to B2 typically requires about 550 hours of focused study. Full-time francisation (25 hours per week) covers this in roughly 6 months. Part-time evening study (6 hours per week) takes about 2 years.\"}},\n{\"@type\":\"Question\",\"name\":\"Is the Quebec francisation program really free?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. MIFI francisation is free for permanent residents, work permit holders and family-class immigrants. Full-time learners receive a $220 per week allowance. No tuition, free materials, and many schools offer free childcare.\"}},\n{\"@type\":\"Question\",\"name\":\"Do I need French to work in Montreal?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It depends on the industry. Tech, finance, healthcare research, English law firms and some hospitality operate mostly in English. Public sector, customer-facing retail, government and most healthcare require functional French (B1+). Bill 96 increased French requirements in many private workplaces since 2022.\"}},\n{\"@type\":\"Question\",\"name\":\"How much does the TEFAQ French test cost?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The TEFAQ exam costs approximately $400 at accredited centers in Montreal such as Alliance Fran\u00e7aise and Coll\u00e8ge M\u00e9rici. Prep materials add $50 to $200. Results are valid for 2 years.\"}}\n]}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>&#x1f1e8;&#x1f1e6; French Level Self-Test (A1\u2013C2) 10 questions, ~2 minutes. Estimates your CEFR level for Quebec jobs, immigration, francisation. See my CEFR level \u2014 How French level (CEFR) works in Quebec Quick answer: Quebec uses the European CEFR scale (A1 to C2) plus the equivalent \u00c9chelle qu\u00e9b\u00e9coise. For permanent immigration via PEQ or Arrima, you typically [&hellip;]<\/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-8333","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>French Level Self-Test (CEFR A1\u2013C2) \u2014 Quebec Immigration Levels - Montreal Tips<\/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:\/\/montrealtips.com\/fr\/french-level-self-test\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"French Level Self-Test (CEFR A1\u2013C2) \u2014 Quebec Immigration Levels - Montreal Tips\" \/>\n<meta property=\"og:description\" content=\"&#x1f1e8;&#x1f1e6; French Level Self-Test (A1\u2013C2) 10 questions, ~2 minutes. Estimates your CEFR level for Quebec jobs, immigration, francisation. See my CEFR level \u2014 How French level (CEFR) works in Quebec Quick answer: Quebec uses the European CEFR scale (A1 to C2) plus the equivalent \u00c9chelle qu\u00e9b\u00e9coise. For permanent immigration via PEQ or Arrima, you typically [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/montrealtips.com\/fr\/french-level-self-test\/\" \/>\n<meta property=\"og:site_name\" content=\"Montreal Tips\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mtltips\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/montrealtips.com\/wp-content\/uploads\/2017\/04\/Downtown-Church-Photo-From-Mont-Royal.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1869\" \/>\n\t<meta property=\"og:image:height\" content=\"1246\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@mtltips\" \/>\n<meta name=\"twitter:label1\" content=\"Estimation du temps de lecture\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/french-level-self-test\\\/\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/french-level-self-test\\\/\",\"name\":\"French Level Self-Test (CEFR A1\u2013C2) \u2014 Quebec Immigration Levels - Montreal Tips\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#website\"},\"datePublished\":\"2026-05-12T12:56:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/french-level-self-test\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/montrealtips.com\\\/french-level-self-test\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/french-level-self-test\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/montrealtips.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"French Level Self-Test (CEFR A1\u2013C2) \u2014 Quebec Immigration Levels\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#website\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/\",\"name\":\"Montreal Tips\",\"description\":\"Montreal Updates, Features and Articles\",\"publisher\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/montrealtips.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#organization\",\"name\":\"Montreal Tips\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/Untitled-2.jpg\",\"contentUrl\":\"https:\\\/\\\/montrealtips.com\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/Untitled-2.jpg\",\"width\":1206,\"height\":1084,\"caption\":\"Montreal Tips\"},\"image\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mtltips\\\/\",\"https:\\\/\\\/x.com\\\/mtltips\",\"https:\\\/\\\/www.instagram.com\\\/mtltips\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/montreal-tips\\\/\",\"https:\\\/\\\/www.pinterest.ca\\\/mtltips\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"French Level Self-Test (CEFR A1\u2013C2) \u2014 Quebec Immigration Levels - Montreal Tips","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:\/\/montrealtips.com\/fr\/french-level-self-test\/","og_locale":"fr_CA","og_type":"article","og_title":"French Level Self-Test (CEFR A1\u2013C2) \u2014 Quebec Immigration Levels - Montreal Tips","og_description":"&#x1f1e8;&#x1f1e6; French Level Self-Test (A1\u2013C2) 10 questions, ~2 minutes. Estimates your CEFR level for Quebec jobs, immigration, francisation. See my CEFR level \u2014 How French level (CEFR) works in Quebec Quick answer: Quebec uses the European CEFR scale (A1 to C2) plus the equivalent \u00c9chelle qu\u00e9b\u00e9coise. For permanent immigration via PEQ or Arrima, you typically [&hellip;]","og_url":"https:\/\/montrealtips.com\/fr\/french-level-self-test\/","og_site_name":"Montreal Tips","article_publisher":"https:\/\/www.facebook.com\/mtltips\/","og_image":[{"width":1869,"height":1246,"url":"https:\/\/montrealtips.com\/wp-content\/uploads\/2017\/04\/Downtown-Church-Photo-From-Mont-Royal.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@mtltips","twitter_misc":{"Estimation du temps de lecture":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/montrealtips.com\/french-level-self-test\/","url":"https:\/\/montrealtips.com\/french-level-self-test\/","name":"French Level Self-Test (CEFR A1\u2013C2) \u2014 Quebec Immigration Levels - Montreal Tips","isPartOf":{"@id":"https:\/\/montrealtips.com\/#website"},"datePublished":"2026-05-12T12:56:47+00:00","breadcrumb":{"@id":"https:\/\/montrealtips.com\/french-level-self-test\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/montrealtips.com\/french-level-self-test\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/montrealtips.com\/french-level-self-test\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/montrealtips.com\/"},{"@type":"ListItem","position":2,"name":"French Level Self-Test (CEFR A1\u2013C2) \u2014 Quebec Immigration Levels"}]},{"@type":"WebSite","@id":"https:\/\/montrealtips.com\/#website","url":"https:\/\/montrealtips.com\/","name":"Conseils pour Montr\u00e9al","description":"Actualit\u00e9s, reportages et articles sur Montr\u00e9al","publisher":{"@id":"https:\/\/montrealtips.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/montrealtips.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/montrealtips.com\/#organization","name":"Conseils pour Montr\u00e9al","url":"https:\/\/montrealtips.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/montrealtips.com\/#\/schema\/logo\/image\/","url":"https:\/\/montrealtips.com\/wp-content\/uploads\/2018\/08\/Untitled-2.jpg","contentUrl":"https:\/\/montrealtips.com\/wp-content\/uploads\/2018\/08\/Untitled-2.jpg","width":1206,"height":1084,"caption":"Montreal Tips"},"image":{"@id":"https:\/\/montrealtips.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mtltips\/","https:\/\/x.com\/mtltips","https:\/\/www.instagram.com\/mtltips\/","https:\/\/www.linkedin.com\/company\/montreal-tips\/","https:\/\/www.pinterest.ca\/mtltips\/"]}]}},"_links":{"self":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages\/8333","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/comments?post=8333"}],"version-history":[{"count":0,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages\/8333\/revisions"}],"wp:attachment":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/media?parent=8333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}