{"id":11051,"date":"2020-05-05T11:48:20","date_gmt":"2020-05-05T11:48:20","guid":{"rendered":"https:\/\/www.smartschool.edu.gr\/ptihia-gallika\/"},"modified":"2021-02-21T16:51:10","modified_gmt":"2021-02-21T16:51:10","slug":"ptihia-gallika","status":"publish","type":"page","link":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/","title":{"rendered":"FRENCH LANGUAGE CERTIFICATIONS"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1589973657375{margin-top: -110px !important;margin-bottom: 0px !important;padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_class=&#8221;visible-sidebar-c&#8221;][vc_column width=&#8221;1\/4&#8243;]<div style=\"position: relative; overflow: visible; box-sizing: border-box; min-height: 1px;\">\n    <div id=\"mySticky\" class=\"fixpos\" >\n        <div class=\"course_right\">\n            <div class=\"course-payment\">\n                <div class=\"course-price\">\n                    <div class=\"value \">\n                        <span class=\"value-before\"> <\/span>DEGREES                    <\/div>\n                <\/div>\n\t            <div class=\"lp-course-buttons\">\n\t                    <button class=\"lp-button button button-enroll-course\">\n\t                        <a href=\"#epikinonia-landing\"> \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2 <\/a><\/button>\n\t            <\/div>                \n            <\/div>\n            <div class=\"menu_course\">\n                <ul>\n                    <li role=\"presentation\">\n                        <a href=\"#DELF PRIM\" >    \n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>DELF PRIM<\/span>\n                        <\/a>\n                    <\/li>\n                    <li role=\"presentation\">\n                        <a href=\"#DELF JUNIORS\" >\n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>A1- A2<\/span>\n                        <\/a>\n                    <\/li>\n                    <li role=\"presentation\" class=\"active\">\n                        <a href=\"#B1-B2\" >\n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>B1-B2<\/span>\n                        <\/a>\n                    <\/li>\n                    <li role=\"presentation\">\n                        <a href=\"#C1-C2\" >\n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>C1-C2<\/span>\n                        <\/a>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"social_share\">\n                <ul class=\"thim-social-share\">\n                    <li class=\"heading\">Share:<\/li>\n                    <li>\n                        \n                        <div class=\"facebook-social\"><a onclick=\"window.open(this.href,'targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=580,height=500'); return false;\" target=\"_blank\" class=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer.php?u=www.smartschool.edu.gr%2Fen%2Fwp-json%2Fwp%2Fv2%2Fpages%2F11051\" title=\"Facebook\"><i class=\"fa fa-facebook\"><\/i><\/a><\/div>         \n                    <\/li>\n                    <li>\n                        \n                        <div class=\"twitter-social\"><a onclick=\"window.open(this.href,'targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=580,height=500'); return false;\" target=\"_blank\" class=\"twitter\" href=\"https:\/\/twitter.com\/share?url=www.smartschool.edu.gr%2Fen%2Fwp-json%2Fwp%2Fv2%2Fpages%2F11051&amp;text=www.smartschool.edu.gr%2Fen%2Fwp-json%2Fwp%2Fv2%2Fpages%2F11051\" title=\"Twitter\"><i class=\"fa fa-twitter\"><\/i><\/a><\/div>\n                    <\/li>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n    <script>\n    jQuery(document).ready(function() {\n        var fixmeTop = jQuery('.fixpos').offset().top; \/\/ get initial position of the element \n        var fixmeBottom = jQuery('.stopsidebar').offset().top;\n        jQuery('.fixpos').addClass('general-style');\n\n        var RealfixmeBottom = jQuery('.stopsidebar').offset().top + (-420);      \n        var tempstyles = {'top':RealfixmeBottom,'position':'absolute'};\n        \n\n        jQuery(window).scroll(function() { \/\/ assign scroll event listener\n\n\n            var currentScroll = jQuery(window).scrollTop(); \/\/ get current position\n\n            if ((currentScroll >= fixmeTop)  && (currentScroll < fixmeBottom))  { \/\/ apply position: fixed if you\n                jQuery('.fixpos').css({ \/\/ scroll to that element or below it\n                    position: 'fixed',\n                    top: '50px'\n                    \/\/ width: '309px',\n                    \/\/ zIndex: '99'\n                });\n                \/\/ var x = document.getElementById(\"mySticky\");\n                \/\/ x.classList.add(\"mystyle\");\n                \/\/ x.classList.remove(\"mystyle1\");\n                \/\/ x.classList.remove(\"mystyle2\");\n\n                \/\/ jQuery('.fixpos').addClass('mystyle').removeClass('mystyle1').removeClass('mystyle2');\n            } \n            else if (currentScroll >= fixmeBottom) {\n                jQuery('.fixpos').css(tempstyles);  \/\/ scroll to that element or below it\n          \n                \n                \/\/ var y = document.getElementById(\"mySticky\");\n                \/\/ y.classList.add(\"mystyle1\");\n                \/\/ y.classList.remove(\"mystyle\");\n                \/\/ y.classList.remove(\"mystyle2\"); \n\n                \/\/ jQuery('.fixpos').addClass('mystyle1').removeClass('mystyle').removeClass('mystyle2');        \n            }\n            else { \/\/ apply position: static\n                jQuery('.fixpos').css({ \/\/ if you scroll above it\n                    position: 'sticky',\n                    top: ''\n                    \/\/ width: '309px',\n                    \/\/ zIndex: '99'\n                });\n                \/\/ var z = document.getElementById(\"mySticky\");\n                \/\/ z.classList.add(\"mystyle2\");\n                \/\/ z.classList.remove(\"mystyle\");\n                \/\/ z.classList.remove(\"mystyle1\");\n\n                \/\/ jQuery('.fixpos').addClass('mystyle2').removeClass('mystyle').removeClass('mystyle1');\n            }\n\n        });\n    });\n    <\/script>\n\n\n    [\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_single_image image=&#8221;10830&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1585799651792{border-top-width: 5px !important;border-right-width: 5px !important;border-bottom-width: 5px !important;border-left-width: 5px !important;border-left-color: #ffffff !important;border-left-style: solid !important;border-right-color: #ffffff !important;border-right-style: solid !important;border-top-color: #ffffff !important;border-top-style: solid !important;border-bottom-color: #ffffff !important;border-bottom-style: solid !important;}&#8221;][vc_column_text]<\/p>\n<p class=\"m_title\" style=\"text-align: center;\"><strong>FRENCH LANGUAGE CERTIFICATIONS<\/strong><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> COMMON EUROPEAN LANGUAGE REFERENCE FRAMEWORK (CEFR)<\/span><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Common European Framework provides a structured descriptive basis for language skills. <\/span><span style=\"vertical-align: inherit;\">The aim is to assign titles from different certification bodies for all European languages, which are <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">categorized into 6 levels of knowledge:<\/span><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">A1 -Elementary, A2 -Basic, B1 -Moderate, B2 -Good, C1 -Very Good, C2 -Excellent<\/span><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">At SmartSchools we are experts to provide you with the smart, fast, guaranteed and economically suitable\u00a0 <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DEGREE OF FRENCH<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0that you will choose &#8230;<\/span><\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1588681833370{margin-top: 0px !important;margin-bottom: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;DELF PRIM&#8221;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;]<div class=\"thim-widget-heading template-base\"><div class=\"sc_heading clone_title \"><h3 style=\"font-size:50px;\" class=\"title\">DELF PRIM<\/h3><div class=\"clone\" >DELF PRIM<\/div><p class=\"sub-heading\" style=\"\">YEARS -12 YEARS OLD<\/p><\/div><\/div>[vc_tta_tabs style=&#8221;modern&#8221; color=&#8221;orange&#8221; gap=&#8221;2&#8243; active_section=&#8221;1&#8243;][vc_tta_section title=&#8221;DELF PRIM A1.1&#8243; tab_id=&#8221;1585455880063-97993ad6-d177&#8243;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DELF PRIM (A1.1)<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Is your child between 8 and 12 years old and learning French?<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DELF Prim is a Degree in Language Learning awarded by the French Ministry of Education (France \u00c9ducation International) which ensures its pedagogical and administrative management.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The DELF Prim includes 3 levels: <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">A1.1, A1 and A2, which correspond to the Common European Framework of Reference for Languages \u200b\u200b(CECRL).<\/span><\/span><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Why recommend DELF Prim to your child?<\/span><\/span><\/strong><\/p>\n<p><strong>\u00a0<\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Because in this way, he is given the opportunity to show his skills in French, to be rewarded for his work at school and to get used to the exams from the very first year of learning French.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">This way, you will be able to monitor his progress as well as prepare him for the exams of the various levels of DELF throughout his studies.<\/span><\/span><\/p>\n<p><em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The holder of the diplomas A1 PRIM &#8211; A2 PRIM is at the same time the holder of these levels and does not appear in the exams for the respective A1, A2 junior.<\/span><\/span><\/em>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;DELF PRIM A1&#8243; tab_id=&#8221;1588686175040-4fd108df-cd84&#8243;][vc_column_text]<strong>DELF PRIM (A1)<\/strong><\/p>\n<div class=\"vc_tta-panel-body\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>DELF Prim is a Degree in Language Learning awarded by the French Ministry of Education (France \u00c9ducation International) which ensures its pedagogical and administrative management.<\/p>\n<p>The DELF Prim includes 3 levels:<br \/>\nA1.1, A1 and A2, which correspond to the Common European Framework of Reference for Languages \u200b\u200b(CECRL).<\/p>\n<p><strong>Why recommend DELF Prim to your child?<\/strong><\/p>\n<p>This way, you will be able to monitor his progress as well as prepare him for the exams of the various levels of DELF throughout his studies.<\/p>\n<p><em>The holder of the diplomas A1 PRIM \u2013 A2 PRIM is at the same time the holder of these levels and does not appear in the exams for the respective A1, A2 junior.<\/em><\/p>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;DELF PRIM A2&#8243; tab_id=&#8221;1588686347015-3e3563ac-dbe3&#8243;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DELF PRIM (A2)<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DELF Prim is a Degree in Language Learning awarded by the French Ministry of Education (France \u00c9ducation International) which ensures its pedagogical and administrative management.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The DELF Prim includes 3 levels: <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">A1.1, A1 and A2, which correspond to the Common European Framework of Reference for Languages \u200b\u200b(CECRL).<\/span><\/span><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Why recommend DELF Prim to your child?<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">This way, you will be able to monitor his progress as well as prepare him for the exams of the various levels of DELF throughout his studies.<\/span><\/span><\/p>\n<p><em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The holder of the diplomas A1 PRIM &#8211; A2 PRIM is at the same time the holder of these levels and does not appear in the exams for the respective A1, A2 junior.<\/span><\/span><\/em>[\/vc_column_text][\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1588681778227{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;DELF JUNIORS&#8221;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;]<div class=\"thim-widget-heading template-base\"><div class=\"sc_heading clone_title text-left\"><h3 style=\"font-size:50px;\" class=\"title\">DELF \u03911-\u03912<\/h3><div class=\"clone\" >DELF \u03911-\u03912<\/div><span style=\"background-color:#975b00\" class=\"line\"><\/span><\/div><\/div>[vc_tta_tabs style=&#8221;modern&#8221; color=&#8221;orange&#8221; gap=&#8221;1&#8243; active_section=&#8221;1&#8243;][vc_tta_section title=&#8221;DELF A1&#8243; tab_id=&#8221;1588642243396-1fc33b06-c4d7&#8243;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DIPL\u00d4ME D&#8217;\u00c9TUDES EN LANGUE FRAN\u00c7AISE DELF A1<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Level A1 of the European Common Reference Frame for languages<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">It certifies the basic knowledge of the French language which make possible the simple communication in familiar and everyday situations.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;DELF A2&#8243; tab_id=&#8221;1588687927786-65be6c72-e95a&#8221;][vc_column_text]<strong>DIPL\u00d4ME D\u2019\u00c9TUDES EN LANGUE FRAN\u00c7AISE DELF A2<\/strong><\/p>\n<p><em>Niveau A2 du Cadre europ\u00e9en commun de r\u00e9f\u00e9rence pour les langues<\/em><\/p>\n<p>It certifies the basic knowledge of the French language which make possible the simple communication in familiar and everyday situations.[\/vc_column_text][\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1588580009034{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;B1-B2&#8243;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;]<div class=\"thim-widget-heading template-base\"><div class=\"sc_heading clone_title text-left\"><h3 style=\"font-size:50px;\" class=\"title\">\u03921 - \u03922<\/h3><div class=\"clone\" >\u03921 - \u03922<\/div><span style=\"background-color:#975b00\" class=\"line\"><\/span><\/div><\/div>[vc_tta_tabs style=&#8221;modern&#8221; color=&#8221;orange&#8221; gap=&#8221;1&#8243; active_section=&#8221;1&#8243;][vc_tta_section title=&#8221;DELF B1&#8243; tab_id=&#8221;1588645158099-5af65e8c-5fed&#8221;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DIPL\u00d4ME D&#8217;\u00c9TUDES EN LANGUE FRAN\u00c7AISE DELF B1<\/span><\/span><\/strong><\/p>\n<p><em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Level B1 of the European Common Reference Frame for languages<\/span><\/span><\/em><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Certifies the level of skills in dealing with everyday problems: ability to understand and participate in discussions of current issues, <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">knowledge of vocabulary of about 2000 words<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> and basic grammar, ability to orally and in writing presentation of information and texts.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;DELF B2&#8243; tab_id=&#8221;1588688512552-b14838b0-6c46&#8243;][vc_column_text]<strong>DIPL\u00d4ME D\u2019\u00c9TUDES EN LANGUE FRAN\u00c7AISE DELF B2<\/strong><\/p>\n<p><em>Niveau B2 du Cadre europ\u00e9en commun de r\u00e9f\u00e9rence pour les langues<\/em><\/p>\n<p><span class=\"VIiyi\" lang=\"en\"><span class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"el\" data-phrase-index=\"0\">It certifies the good knowledge of the spoken French language and enables the correct written and oral expression in a variety of subjects.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;SORBONNE B1&#8243; tab_id=&#8221;1588680050443-a9ab9044-fb82&#8243;][vc_column_text]<\/p>\n<div class=\"containerMRSORS\">\n<div class=\"containerMRSORS\">\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">UNIVERSITY OF PARIS Sorbonne &#8211; PARIS IV<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Examination Service for non-French speakers of the above University, operates by legislative decree since 1959 and proposes examinations that certify knowledge of French language, French literature and French culture.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The University of the Sorbonne (Paris IV) has the right since 1961 to issue five diplomas signed by the Rector of the Universities of Paris, the President of the University and the Chairman of the Committee-Director of the Examination Service of that University.<\/span><\/span><\/p>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;SORBONNE B2&#8243; tab_id=&#8221;1588689603113-d5b0b7af-b117&#8243;][vc_column_text]<\/p>\n<div class=\"containerMRSORS\">\n<div class=\"containerMRSORS\">\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">UNIVERSITY OF PARIS Sorbonne &#8211; PARIS IV<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Examination Service for non-French speakers of the above University, operates by legislative decree since 1959 and proposes examinations that certify knowledge of French language, French literature and French culture.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The University of the Sorbonne (Paris IV) has the right since 1961 to issue five diplomas signed by the Rector of the Universities of Paris, the President of the University and the Chairman of the Committee-Director of the Examination Service of that University.<\/span><\/span><\/p>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;CPG \u03921-\u03922&#8243; tab_id=&#8221;1588646944482-3ae2264a-e957&#8243;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">State Graduate Certificate of Language Proficiency (CPG) <\/span><\/span><\/strong><br \/>\n<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">LEVEL B (B1-B2)<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The examination system for the State Certificate of Language Proficiency (KPG), although aimed at Greek-speaking people, has a European orientation and adopts the principles set by the Council of Europe (CoE) and the European Commission (EU).<\/span><\/span><\/p>\n<ul>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The total of the questions of each single graded test allows to secure 200 credits, half of which come from the questions of the lowest level of difficulty (B1) and the rest from the questions of the highest level of difficulty (B2).<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Examiners who obtain a score from 60 to 119 are <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">awarded a B1 certificate<\/span><\/span><\/strong><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Examiners who obtain a score from 120 to 200 credits are <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">awarded a B2 certificate,<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> provided they have obtained a score equal to or greater than the following: First module 15 credits, second module 18 credits and third module 15 credits.<\/span><\/span><\/li>\n<\/ul>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The examination that the candidate submits to be certified is of two types, depending on his \/ her age.<\/span><\/span><\/p>\n<ul>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Test for people aged 10 to 15 years<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Test for people 16 years and older.<\/span><\/span><\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][vc_row el_class=&#8221;stopsidebar&#8221; el_id=&#8221;telos-tou-sidebar&#8221;][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1588680369169{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;C1-C2&#8243;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;]<div class=\"thim-widget-heading template-base\"><div class=\"sc_heading clone_title text-left\"><h3 style=\"font-size:50px;\" class=\"title\">C1 - C2<\/h3><div class=\"clone\" >C1 - C2<\/div><span style=\"background-color:#975b00\" class=\"line\"><\/span><\/div><\/div>[vc_tta_tabs style=&#8221;modern&#8221; color=&#8221;orange&#8221; gap=&#8221;1&#8243; active_section=&#8221;1&#8243;][vc_tta_section title=&#8221;DALF C1&#8243; tab_id=&#8221;1588680256353-9214c63a-cf49&#8243;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DALF C1 (Diploma Approfondi de Langue Fran\u00e7aise)<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Certifies the advanced level of the French language in official public and private organizations. <\/span><span style=\"vertical-align: inherit;\">DALF C1 certifying sufficient knowledge of the French language, gives the passport to foreign students, to do higher studies in most educational institutions in France and many French-speaking countries<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;DALF C2&#8243; tab_id=&#8221;1588680257043-937a117d-7d34&#8243;][vc_column_text]<\/p>\n<div class=\"containerMRSORS\">\n<div class=\"containerMRSORS\">\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DALF C2<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Certifies the highest level of knowledge and proficiency of the French language. <\/span><span style=\"vertical-align: inherit;\">All holders of this diploma have the opportunity to apply for positions in postgraduate programs of French-speaking Universities, mainly in a positive direction.<\/span><\/span><\/p>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;SORBONNE C1&#8243; tab_id=&#8221;1588680258266-b9a81686-049f&#8221;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">SORBONNE C1<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Includes the following sections:<\/span><\/span><\/p>\n<ul>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Comprehension Ecrite et Production Ecrite (comprehension of literary text and written expression)<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Langue (language exercises)<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Literature<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Production Orale (oral expression)<\/span><\/span><\/li>\n<\/ul>\n<p><em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Total exam duration is 4 hours and 30 minutes. <\/span><\/span><\/em><br \/>\n<em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Total Score \/ 100.\u00a0 <\/span><\/span><\/em><br \/>\n<em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Success score: 50\/100.\u00a0 <\/span><\/span><\/em><\/p>\n<p><em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">(Provided that the candidate has received a score higher than 15\/75 in the written and 5\/25 in the oral examination).<\/span><\/span><\/em>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;SORBONNE C2&#8243; tab_id=&#8221;1588680259463-af88723d-2b5c&#8221;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">DIPLOMA OF FRENCH LANGUAGE AND LITERATURE | <\/span><span style=\"vertical-align: inherit;\">SORBONNE C2<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The candidate has the opportunity to choose between the following areas:<\/span><\/span><\/p>\n<ul>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Literature<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Literature &#8211; History<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Literature &#8211; Translation<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Literature &#8211; European Union<\/span><\/span><\/li>\n<\/ul>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Obtaining the SORBONNE C2 degree certifies the ability of the holder to pursue higher studies. <\/span><span style=\"vertical-align: inherit;\">The degree allows direct enrollment in French-speaking universities without the need for language proficiency tests.<\/span><\/span><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">SORBONNE C2 ++<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Requires possession of French baccalaureat as well as Sorbonne C2. <\/span><span style=\"vertical-align: inherit;\">The holder acquires skills and analytical techniques, corresponding to the 1st and 2nd level of the 1st year of French Literature (LMD).<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;CPG C1-C2&#8243; tab_id=&#8221;1588680261613-1cd5b5c9-8e6c&#8221;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">State Graduate Certificate of Language Proficiency (CPG) <\/span><\/span><\/strong><br \/>\n<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">LEVEL C (C1-C2)<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The examination system for the State Certificate of Language Proficiency (KPG), although aimed at Greek-speaking people, has a European orientation and adopts the principles set by the Council of Europe (CoE) and the European Commission (EU).<\/span><\/span><\/p>\n<ul>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The total of the questions of each single graded test allows to secure 200 credits, half of which come from questions of the lowest level of difficulty (C1) and the rest from questions of the highest level of difficulty (C2).<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Subjects who obtain a score from 60 to 119 are <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">awarded a C1 certificate<\/span><\/span><\/strong><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Examiners who obtain a score from 120 to 200 credits are <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">awarded a C2 certificate,<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> provided they have obtained a score equal to or greater than the following: First module 15 credits, second module 18 credits and third module 15 credits.<\/span><\/span><\/li>\n<\/ul>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The examination that the candidate submits to be certified is of two types, depending on his \/ her age.<\/span><\/span><\/p>\n<ul>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Test for people aged 10 to 15 years<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Test for people 16 years and older.<\/span><\/span><\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1585318668827{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(https:\/\/www.smartschool.edu.gr\/wp-content\/uploads\/2020\/03\/bg_newsletter-new.jpg?id=6741) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;footer_newsletter thim_overlay_dark_30&#8243; el_id=&#8221;epikinonia-landing&#8221;][vc_column width=&#8221;1\/2&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1613110483777{padding-left: 25px !important;}&#8221;]<span style=\"font-size:28px;color: #fff;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">CONTACT US NOW!<\/span><\/span><\/span><\/p>\n<p><span style=\"color: #fff;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Fill in the interest form and we will contact you immediately!<\/span><\/span><\/span>[\/vc_column_text]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f7363-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"7363\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/11051#wpcf7-f7363-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"7363\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f7363-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7dtx_version\" value=\"5.0.5\" \/>\n<\/fieldset>\n<div class=\"my-form \">\n\t<p class=\"col-md-6\"><label for=\"nam\">\u038c\u03bd\u03bf\u03bc\u03b1 * <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name-c\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" id=\"nam\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name-c\" \/><\/span>\n\t<\/p>\n\t<p class=\"col-md-6\"><label for=\"sur\">\u0395\u03c0\u03af\u03b8\u03b5\u03c4\u03bf <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-last-c\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" id=\"sur\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-last-c\" \/><\/span>\n\t<\/p>\n\t<p class=\"col-md-6\"><label for=\"ema\">Email <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email-c\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-text wpcf7-validates-as-email\" id=\"ema\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email-c\" \/><\/span>\n\t<\/p>\n\t<p class=\"col-md-6\"><label for=\"tel\">\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf * <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone-c\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" id=\"tel\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-phone-c\" \/><\/span>\n\t<\/p>\n\t<p class=\"col-md-12\"><label for=\"loc\">\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae * <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-location-c\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" id=\"loc\" aria-required=\"true\" aria-invalid=\"false\" name=\"your-location-c\"><option value=\"\u0396\u03c9\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5\">\u0396\u03c9\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5<\/option><option value=\"\u038a\u03bb\u03b9\u03bf\u03bd\">\u038a\u03bb\u03b9\u03bf\u03bd<\/option><option value=\"\u03a0\u03b5\u03c4\u03c1\u03bf\u03cd\u03c0\u03bf\u03bb\u03b7\">\u03a0\u03b5\u03c4\u03c1\u03bf\u03cd\u03c0\u03bf\u03bb\u03b7<\/option><option value=\"\u039c\u03b5\u03c4\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\">\u039c\u03b5\u03c4\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7<\/option><option value=\"\u0386\u03b3\u03b9\u03bf\u03c2 \u0394\u03b7\u03bc\u03ae\u03c4\u03c1\u03b9\u03bf\u03c2\">\u0386\u03b3\u03b9\u03bf\u03c2 \u0394\u03b7\u03bc\u03ae\u03c4\u03c1\u03b9\u03bf\u03c2<\/option><option value=\"\u039b\u03b1\u03bc\u03af\u03b1\">\u039b\u03b1\u03bc\u03af\u03b1<\/option><\/select><\/span>\n\t<\/p>\n\t<p class=\"col-md-12\"><label for=\"mes\">\u039c\u03ae\u03bd\u03c5\u03bc\u03b1<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message-c\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" id=\"mes\" aria-invalid=\"false\" name=\"your-message-c\"><\/textarea><\/span>\n\t<\/p>\n\t<p class=\"col-md-12\"><label for=\"accep\">\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-c-color\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"acceptance-c-color\" value=\"1\" id=\"accep\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">\u0391\u03c0\u03bf\u03b4\u03ad\u03c7\u03bf\u03bc\u03b1\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5<\/span><\/label><\/span><\/span><\/span>\n\t<\/p>\n\t<p class=\"col-md-12\"><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u03a5\u03a0\u039f\u0392\u039f\u039b\u0397\" \/>\n\t<\/p>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1589973657375{margin-top: -110px !important;margin-bottom: 0px !important;padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_class=&#8221;visible-sidebar-c&#8221;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_single_image image=&#8221;10830&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1585799651792{border-top-width: 5px !important;border-right-width: 5px !important;border-bottom-width: 5px !important;border-left-width: 5px !important;border-left-color: #ffffff !important;border-left-style: solid !important;border-right-color: #ffffff !important;border-right-style: solid !important;border-top-color: #ffffff !important;border-top-style: solid &hellip; <\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11051","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d | \u039d\u03bf1 \u03a6\u03a1\u039f\u039d\u03a4\u0399\u03a3\u03a4\u0397\u03a1\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d \u0396\u03a9\u0393\u03a1\u0391\u03a6\u039f\u03a5 \u0399\u039b\u0399\u039f\u039d<\/title>\n<meta name=\"description\" content=\"\u03a3\u03c4\u03b1 SmartSchools \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03af \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03bf\u03c5 \u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03bf\u03c5\u03bc\u03b5 \u03ad\u03be\u03c5\u03c0\u03bd\u03b1, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1, \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03cc\u03bb\u03b1 \u03c4\u03b1\u00a0\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d\u00a0\u03c3\u03b5 8 \u03bc\u03ae\u03bd\u03b5\u03c2!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FRENCH LANGUAGE CERTIFICATIONS\" \/>\n<meta property=\"og:description\" content=\"\u03a3\u03c4\u03b1 SmartSchools \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03af \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03bf\u03c5 \u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03bf\u03c5\u03bc\u03b5 \u03ad\u03be\u03c5\u03c0\u03bd\u03b1, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1, \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03cc\u03bb\u03b1 \u03c4\u03b1\u00a0\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d\u00a0\u03c3\u03b5 8 \u03bc\u03ae\u03bd\u03b5\u03c2!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/\" \/>\n<meta property=\"og:site_name\" content=\"Smartschool edu\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-21T16:51:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-gallika\\\/\",\"url\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-gallika\\\/\",\"name\":\"\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d | \u039d\u03bf1 \u03a6\u03a1\u039f\u039d\u03a4\u0399\u03a3\u03a4\u0397\u03a1\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d \u0396\u03a9\u0393\u03a1\u0391\u03a6\u039f\u03a5 \u0399\u039b\u0399\u039f\u039d\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/#website\"},\"datePublished\":\"2020-05-05T11:48:20+00:00\",\"dateModified\":\"2021-02-21T16:51:10+00:00\",\"description\":\"\u03a3\u03c4\u03b1 SmartSchools \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03af \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03bf\u03c5 \u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03bf\u03c5\u03bc\u03b5 \u03ad\u03be\u03c5\u03c0\u03bd\u03b1, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1, \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03cc\u03bb\u03b1 \u03c4\u03b1\u00a0\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d\u00a0\u03c3\u03b5 8 \u03bc\u03ae\u03bd\u03b5\u03c2!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-gallika\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-gallika\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-gallika\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FRENCH LANGUAGE CERTIFICATIONS\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/#website\",\"url\":\"http:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/\",\"name\":\"Smartschool edu\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d | \u039d\u03bf1 \u03a6\u03a1\u039f\u039d\u03a4\u0399\u03a3\u03a4\u0397\u03a1\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d \u0396\u03a9\u0393\u03a1\u0391\u03a6\u039f\u03a5 \u0399\u039b\u0399\u039f\u039d","description":"\u03a3\u03c4\u03b1 SmartSchools \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03af \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03bf\u03c5 \u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03bf\u03c5\u03bc\u03b5 \u03ad\u03be\u03c5\u03c0\u03bd\u03b1, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1, \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03cc\u03bb\u03b1 \u03c4\u03b1\u00a0\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d\u00a0\u03c3\u03b5 8 \u03bc\u03ae\u03bd\u03b5\u03c2!","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:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/","og_locale":"en_US","og_type":"article","og_title":"FRENCH LANGUAGE CERTIFICATIONS","og_description":"\u03a3\u03c4\u03b1 SmartSchools \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03af \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03bf\u03c5 \u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03bf\u03c5\u03bc\u03b5 \u03ad\u03be\u03c5\u03c0\u03bd\u03b1, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1, \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03cc\u03bb\u03b1 \u03c4\u03b1\u00a0\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d\u00a0\u03c3\u03b5 8 \u03bc\u03ae\u03bd\u03b5\u03c2!","og_url":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/","og_site_name":"Smartschool edu","article_modified_time":"2021-02-21T16:51:10+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/","url":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/","name":"\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d | \u039d\u03bf1 \u03a6\u03a1\u039f\u039d\u03a4\u0399\u03a3\u03a4\u0397\u03a1\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d \u0396\u03a9\u0393\u03a1\u0391\u03a6\u039f\u03a5 \u0399\u039b\u0399\u039f\u039d","isPartOf":{"@id":"http:\/\/www.smartschool.edu.gr\/en\/#website"},"datePublished":"2020-05-05T11:48:20+00:00","dateModified":"2021-02-21T16:51:10+00:00","description":"\u03a3\u03c4\u03b1 SmartSchools \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03af \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03bf\u03c5 \u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03bf\u03c5\u03bc\u03b5 \u03ad\u03be\u03c5\u03c0\u03bd\u03b1, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1, \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03cc\u03bb\u03b1 \u03c4\u03b1\u00a0\u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0393\u0391\u039b\u039b\u0399\u039a\u03a9\u039d\u00a0\u03c3\u03b5 8 \u03bc\u03ae\u03bd\u03b5\u03c2!","breadcrumb":{"@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-gallika\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.smartschool.edu.gr\/en\/"},{"@type":"ListItem","position":2,"name":"FRENCH LANGUAGE CERTIFICATIONS"}]},{"@type":"WebSite","@id":"http:\/\/www.smartschool.edu.gr\/en\/#website","url":"http:\/\/www.smartschool.edu.gr\/en\/","name":"Smartschool edu","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.smartschool.edu.gr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/pages\/11051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/comments?post=11051"}],"version-history":[{"count":0,"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/pages\/11051\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/media?parent=11051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}