{"id":10827,"date":"2020-03-28T23:18:54","date_gmt":"2020-03-28T23:18:54","guid":{"rendered":"https:\/\/www.smartschool.edu.gr\/ptihia-agglika\/"},"modified":"2021-01-30T13:41:46","modified_gmt":"2021-01-30T13:41:46","slug":"ptihia-agglika","status":"publish","type":"page","link":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/","title":{"rendered":"DEGREES OF ENGLISH LANGUAGE"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1589973634456{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=\"#B2\" >    \n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>\u03922 -LOWER<\/span>\n                        <\/a>\n                    <\/li>\n                    <li role=\"presentation\">\n                        <a href=\"#C1\" >\n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>C1 -ADVANCED<\/span>\n                        <\/a>\n                    <\/li>\n                    <li role=\"presentation\" class=\"active\">\n                        <a href=\"#C2\" >\n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>C2 -PROFICIENCY<\/span>\n                        <\/a>\n                    <\/li>\n                    <li role=\"presentation\">\n                        <a href=\"#SPECIAL\" >\n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>IELTS - GMAT - GRE<\/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%2F10827\" 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%2F10827&amp;text=www.smartschool.edu.gr%2Fen%2Fwp-json%2Fwp%2Fv2%2Fpages%2F10827\" 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 style=\"text-align: center;\"><em><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">RECOGNIZED DEGREES OF ENGLISH ASEP<\/span><\/span><\/strong><\/em><\/p>\n<p style=\"text-align: center;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">MICHIGAN, CAMBRIDGE, TOEIC, IELTS, ESB, PTE, TIE, OCN, LRN<\/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 economical appropriate\u00a0 <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">English degree<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> that you will choose &#8230;<\/span><\/span><\/p>\n<p>[\/vc_column_text][vc_btn title=&#8221;CEFR&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; link=&#8221;url:https%3A%2F%2Fwww.smartschool.edu.gr%2Fepipeda-glosson%2F|title:%CE%95%CE%9E%CE%95%CE%A4%CE%91%CE%A3%CE%95%CE%99%CE%A3%20%CE%93%CE%9B%CE%A9%CE%A3%CE%A3%CE%A9%CE%9D|target:%20_blank|&#8221; css=&#8221;.vc_custom_1612013591787{margin-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1588582738650{margin-top: 0px !important;margin-bottom: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;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 \"><h3 style=\"font-size:40px;\" class=\"title\">\u03922 -LOWER<\/h3><div class=\"clone\" >\u03922 -LOWER<\/div><\/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;MICHIGAN (ECCE)&#8221; tab_id=&#8221;1585455880063-97993ad6-d177&#8243;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Examination for the Certificate of Competency in English (ECCE)<\/span><\/span><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.hau.gr\/resources\/toolip\/img\/2013\/08\/19\/ecce_2_r.png\" alt=\"ECCE\" \/><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">It is awarded by the University of Michigan, one of the leading universities in the United States. <\/span><span style=\"vertical-align: inherit;\">in the field of language research. <\/span><span style=\"vertical-align: inherit;\">ECCE is officially recognized by the Greek state (ASEP) as a certificate of English language proficiency at B2 level.<\/span><\/span>[\/vc_column_text][vc_toggle title=&#8221;STRUCTURE&#8221; color=&#8221;orange&#8221; css_animation=&#8221;fadeInUp&#8221; custom_font_container=&#8221;tag:p|font_size:18|text_align:left&#8221; custom_google_fonts=&#8221;font_family:Comfortaa%3A300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal&#8221; use_custom_heading=&#8221;true&#8221;]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The University of Michigan<\/span><\/span><\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">It was founded in 1941 as a pioneer in the fields of language research and education, ranking among the best public universities in the United States.<\/span><\/span><\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Its business numbers are impressive: 28 schools and colleges in the State of Michigan, 571 major buildings, over 8.5 million titles in libraries, over 6000 faculty members, 58000 students, over 4 billion Euros total revenue from operating activities.<\/span><\/span><\/span><\/span><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The English Language Institute<\/span><\/span><\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The University of Michigan Institute of English Language (ELI) is a world leader in English exams and one of the most research-intensive universities in the world, as the development of high-quality tests requires extensive research, specialization in language testing and infrastructure.<\/span><\/span><\/span><\/span><\/p>\n<p><span style=\"color: #333333;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The following table shows the structure of the ECCE exams:<\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><span style=\"color: #333333;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The first three parts (Listening, GVR, and Writing) are the written exams and are conducted on the same day. <\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The fourth part, the oral examination, takes place either on the day of the examination or at an earlier or later date.<\/span><\/span><\/span><\/span><\/span><\/li>\n<li><span style=\"color: #333333;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The structure and content of the test represent the preparation, methodology and teaching materials used for learning English as a Foreign Language.<\/span><\/span><\/span><\/span><\/span><\/li>\n<li><span style=\"color: #333333;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Only standard American accents are heard in the Listening section, and no dialects or exogenous sounds are used. <\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Candidates hear only the voices of the speakers and therefore their performance is not adversely affected by external factors.<\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n<p>[\/vc_toggle][vc_toggle title=&#8221;EXAMS&#8221; color=&#8221;orange&#8221; css_animation=&#8221;fadeInUp&#8221; custom_font_container=&#8221;tag:p|font_size:18|text_align:left&#8221; custom_google_fonts=&#8221;font_family:Comfortaa%3A300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal&#8221; use_custom_heading=&#8221;true&#8221;]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">ECCE program, exams &amp; registration periods<\/span><\/span><\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">ECCE exams are held in Greece twice a year, in May and December. <\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The written exams are held on Saturday or Sunday while the oral exams are held before or after the written exams.<\/span><\/span><\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The following are the dates, exam fees and registration periods for the upcoming exams which are conducted in Greece by the Hellenic American Union:<\/span><\/span><\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">2020<\/span><\/span><\/span><\/span>[\/vc_toggle][\/vc_tta_section][vc_tta_section title=&#8221;CAMBRIDGE (FCE)&#8221; tab_id=&#8221;1585455880064-796e97f0-b82c&#8221;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Cambridge English Exams<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10752\" src=\"https:\/\/www.smartschool.edu.gr\/wp-content\/uploads\/2020\/03\/university-of-cambridge-logo-png-transparent.png\" alt=\"\" width=\"144\" height=\"68\" \/><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The University of Cambridge is one of the leading and oldest (1209) universities in the world, with 31 colleges and over 150 departments, departments, faculties and other institutions.<\/span><\/span><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Cambridge Michigan Language Assessments (CaMLA).<\/span><\/span><br \/>\n<\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">In 2010, the University of Michigan and the University of Cambridge entered into a partnership agreement to form the new, non-profit organization Cambridge Michigan Language Assessments (CaMLA).<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">In 2018, <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">CaMLA<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> announced its new name and logo as <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Michigan Language Assessment,<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> which is still a joint venture between Cambridge Assessment English and the University of Michigan.<\/span><\/span><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Cambridge Assessment<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Cambridge Assessment is the international examination team of the University of Cambridge and includes three major examination bodies: the Cambridge International Examinations (CIE), the Oxford Cambridge and RSA Examinations (OCR) and the Cambridge Assessment English.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Cambridge Assessment English is also known for its high quality English language proficiency certifications. <\/span><span style=\"vertical-align: inherit;\">These include the Certificate in English Language Teaching to Adults ( <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">CELTA<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> ).<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;TOEIC&#8221; tab_id=&#8221;1585456579455-67973a00-11cf&#8221;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Test of English for International Communication (TOEIC\u00ae)<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10740\" src=\"https:\/\/www.smartschool.edu.gr\/wp-content\/uploads\/2020\/03\/babel-toeic_Fotor.png\" alt=\"\" width=\"142\" height=\"67\" \/><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">TOEIC <\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> Listening and Reading with more than 5 million candidates worldwide each year, is the leader in English language certification exams, and, with frequent exams, the most flexible test in Greece. <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">TOEIC <\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> Listening and Reading is a multiple choice test (100 GVR tests and 100 Listening tests), which accurately calculates the level of language performance of candidates.<\/span><\/span><\/p>\n<p><em><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">* Not recognized by ASEP!<\/span><\/span><\/em>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;OCN&#8221; tab_id=&#8221;1585456605023-f0c334a1-ceae&#8221;][vc_column_text css=&#8221;.vc_custom_1612013764058{margin-top: 0px !important;}&#8221;]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Open College Network West Midlands Level 1 Certificate in ESOL International &#8211; <\/span><\/span><\/strong><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">B2<\/span><\/span><\/strong><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Recognized by ASEP &amp; <\/span><\/span><a title=\"smartschool\" href=\"https:\/\/register.ofqual.gov.uk\/Detail\/Index\/41820?category=qualifications&amp;query=OPEN%20COLLEGE%20NETWORK%20WEST%20MIDLANDS%20ESOL\" target=\"_blanc\" rel=\"noopener noreferrer\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Ofqual<\/span><\/span><\/a><\/strong><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">THE EXAMS<\/span><\/span><\/strong><\/p>\n<ul>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Student friendly. <\/span><span style=\"vertical-align: inherit;\">Examines all 4 skills.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">FREE re-examination in case of failure, in the next examination.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Questions (Multiple choice) &#8211; Unified Format at all levels<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Exhibition: Selection of an exhibition topic &amp; a second mandatory one.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Oral: 1 candidate, 1 examiner. <\/span><span style=\"vertical-align: inherit;\">Short duration of oral examination (approximately 6 minutes).<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Listening is heard 2 times.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">50% base at all levels.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Complete set-off of all sections of the test.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Examinations 3 times a year.<\/span><\/span><\/strong><\/li>\n<\/ul>\n<div class=\"wpb_text_column wpb_content_element vc_custom_1575296707393\">\n<div class=\"wpb_wrapper\">\n<div class=\"table-1\"><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Total Marks: 120<\/span><\/span><\/strong><\/div>\n<\/div>\n<\/div>\n<div class=\"wpb_text_column wpb_content_element vc_custom_1575297621362\">\n<div class=\"wpb_wrapper\">\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Exam duration: 2 hours and 15 minutes. <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">+ 10 minutes preparation time for the speaking test. <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">1 candidate and 1 examiner are participating.<\/span><\/span><\/p>\n<\/div>\n<\/div>\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_1585458038270{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;C1&#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:40px;\" class=\"title\">C1 -ADVANCED<\/h3><div class=\"clone\" >C1 -ADVANCED<\/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;HAU (ALCE)&#8221; tab_id=&#8221;1585457495706-fabfe282-2186&#8243;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Advanced Level Certificate in English (ALCE \u2122)<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/www.hau.gr\/resources\/toolip\/img\/2016\/10\/14\/new-logo-alce.jpg\" alt=\"ALCE logo\" width=\"144\" height=\"113\" \/><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The ALCE. Certificate is an official certificate of English language proficiency at C1 level, as defined by the CEFR. <\/span><span style=\"vertical-align: inherit;\">It is conducted internationally and developed by Hellenic American University, a non-profit organization based in the State of New Hampshire, USA.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">ALCE \u2122 is officially recognized by the Greek state (Supreme Personnel Selection Council) as a certificate of English language proficiency at C1 level.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;CAMBRIDGE (CAE)&#8221; tab_id=&#8221;1585457261809-53f43ae7-62db&#8221;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">C1 Advanced (CAE)<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The C1 Advanced (CAE) is a Certificate of Advanced English Language Learning that meets demanding academic and professional environments and is officially recognized by universities, employers and government agencies around the world. <\/span><span style=\"vertical-align: inherit;\">The test was first conducted in 1991 and revised in 1999, 2008 and 2015 following extensive research. <\/span><span style=\"vertical-align: inherit;\">C1 Advanced (CAE) corresponds to Level C1 of its scale (CEFR).<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">C1 Advanced (CAE) is officially recognized by the Greek state (Supreme Personnel Selection Council) as follows:<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;TOEIC&#8221; tab_id=&#8221;1585457261887-4d4c3821-f381&#8243;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Test of English for International Communication (TOEIC\u00ae)<\/span><\/span><\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">TOEIC <\/span><\/span><\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> Listening and Reading with more than 5 million candidates worldwide each year, is the leader in English language certification exams, and, with frequent exams, the most flexible test in Greece. <\/span><\/span><\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">TOEIC <\/span><\/span><\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> Listening and Reading is a multiple choice test that accurately calculates the level of language performance of candidates.<\/span><\/span><\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;OCN&#8221; tab_id=&#8221;1585457261924-76254017-05d9&#8243;][vc_column_text]<\/p>\n<div class=\"wpb_text_column wpb_content_element vc_custom_1575298101888\">\n<div class=\"wpb_wrapper\">\n<div class=\"fusion-text\">\n<p class=\"title-post entry-title\"><strong><span class=\"eng_level_title\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Open College Network West Midlands Level 2 Certificate in ESOL International (CEFR C1)<\/span><\/span><\/span><\/strong><\/p>\n<p class=\"ofq_\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Recognized by ASEP &amp; <\/span><\/span><a title=\"smartschool\" href=\"https:\/\/register.ofqual.gov.uk\/Detail\/Index\/41821?category=qualifications&amp;query=OPEN%20COLLEGE%20NETWORK%20WEST%20MIDLANDS%20ESOL\" target=\"_blanc\" rel=\"noopener noreferrer\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Ofqual<\/span><\/span><\/a><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">THE EXAMS<\/span><\/span><\/strong><\/p>\n<ul>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Student friendly. <\/span><span style=\"vertical-align: inherit;\">Examines all 4 skills.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">FREE re-examination in case of failure, in the next examination.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Questions (Multiple choice) &#8211; Unified Format at all levels<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Exhibition: Selection of an exhibition topic &amp; a second mandatory one.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Oral: 1 candidate, 1 examiner. <\/span><span style=\"vertical-align: inherit;\">Short duration of oral examination (approximately 6 minutes).<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Listening is heard 2 times.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">50% base at all levels.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Complete set-off of all sections of the test.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Examinations 3 times a year.<\/span><\/span><\/strong><\/li>\n<\/ul>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Open College Network West Midlands Level 2 Certificate in ESOL International consists of:<\/span><\/span><\/p>\n<\/div>\n<div class=\"table-1\"><\/div>\n<div class=\"fusion-text\">\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Total Marks: 120<\/span><\/span><\/strong><\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"wpb_text_column wpb_content_element vc_custom_1575298022776\">\n<div class=\"wpb_wrapper\">\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Exam duration: 2 hours and 20 minutes. <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">+ 10 minutes preparation time for the speaking test. <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">1 candidate and 1 examiner are participating.<\/span><\/span><\/p>\n<\/div>\n<\/div>\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_1585457966216{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;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:40px;\" class=\"title\">C2 -PROFICIENCY<\/h3><div class=\"clone\" >C2 -PROFICIENCY<\/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;MICHIGAN -ECPE&#8221; tab_id=&#8221;1585457514616-dbb30119-deee&#8221;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Examination for the Certificate of Proficiency in English (ECPE)<\/span><\/span><\/p>\n<p><a title=\"smartschool\" href=\"https:\/\/www.hau.gr\/?i=examinations.en.michigan-results-and-certificates\"><img decoding=\"async\" class=\"alignnone\" src=\"https:\/\/www.hau.gr\/resources\/toolip\/img\/2013\/08\/19\/ecpe_2_r.png\" alt=\"ECPE\" \/><\/a><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Proficiency Certificate is an official English language proficiency certificate at C2 level, as defined by the Common European Framework of Reference for Languages \u200b\u200b(CEFR). <\/span><span style=\"vertical-align: inherit;\">Awarded by the University of Michigan, one of the top universities in the United States.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">ECPE is officially recognized by the Greek state (Supreme Personnel Selection Council) and by the private sector as a certificate of English language proficiency at C2 level.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;OCN&#8221; tab_id=&#8221;1585457514820-5f6c488c-3b00&#8243;][vc_column_text]<\/p>\n<div class=\"wpb_text_column wpb_content_element vc_custom_1575299928652\">\n<div class=\"wpb_wrapper\">\n<div class=\"fusion-text\">\n<p class=\"title-post entry-title\"><strong><span class=\"eng_level_title\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Open College Network West Midlands Level 3 Certificate in ESOL International (CEFR C2)<\/span><\/span><\/span><\/strong><\/p>\n<p class=\"ofq_\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Recognized by ASEP &amp; <\/span><\/span><a title=\"smartschool\" href=\"https:\/\/register.ofqual.gov.uk\/Detail\/Index\/41822?category=qualifications&amp;query=OPEN%20COLLEGE%20NETWORK%20WEST%20MIDLANDS%20ESOL\" target=\"_blanc\" rel=\"noopener noreferrer\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Ofqual<\/span><\/span><\/a><\/p>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">THE EXAMS<\/span><\/span><\/strong><\/p>\n<ul>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Student friendly. <\/span><span style=\"vertical-align: inherit;\">Examines all 4 skills.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">FREE re-examination in case of failure, in the next examination.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Questions (Multiple choice) &#8211; Unified Format at all levels<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Exhibition: Selection of an exhibition topic &amp; a second mandatory one.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Oral: 1 candidate, 1 examiner. <\/span><span style=\"vertical-align: inherit;\">Short duration of oral examination (approximately 6 minutes).<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Listening is heard 2 times.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">50% base at all levels.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Complete set-off of all sections of the test.<\/span><\/span><\/strong><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Examinations 3 times a year.<\/span><\/span><\/strong><\/li>\n<\/ul>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Open College Network West Midlands Level 3 Certificate in ESOL International consists of:<\/span><\/span><\/p>\n<\/div>\n<div class=\"fusion-text\">\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Total Marks: 120<\/span><\/span><\/strong><\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"wpb_text_column wpb_content_element vc_custom_1575299881864\">\n<div class=\"wpb_wrapper\">\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Exam duration: 2 hours and 50 minutes. <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">+ 10 minutes preparation time for the speaking test. <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">1 candidate and 1 examiner are participating.<\/span><\/span><\/p>\n<\/div>\n<\/div>\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_1585458062548{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;SPECIAL&#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:30px;\" class=\"title\">IELTS &#124; GMAT &#124; GRE<\/h3><div class=\"clone\" >IELTS &#124; GMAT &#124; GRE<\/div><\/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;IELTS&#8221; tab_id=&#8221;1585457708392-6a453c5e-539c&#8221;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Higher Studies and work abroad<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10744\" src=\"https:\/\/www.smartschool.edu.gr\/wp-content\/uploads\/2020\/03\/ielts_Fotor.jpg\" alt=\"\" width=\"129\" height=\"61\" \/><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The IELTS (International English Language Testing System) is the most popular English language test in the world. <\/span><span style=\"vertical-align: inherit;\">The IELTS exam assesses all English language skills: reading comprehension, writing production, listening comprehension and speaking production.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">IELTS is recognized by more than 10,000 organizations, governments, academia in more than 140 countries around the world. <\/span><span style=\"vertical-align: inherit;\">CEFR provides the basis for the recognition of professional language qualifications.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;GMAT&#8221; tab_id=&#8221;1585457708473-312bd088-460f&#8221;][vc_column_text]<\/p>\n<p class=\"category-title\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">What is the GMAT Test?<\/span><\/span><\/p>\n<div class=\"page-text-container\">\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The GMAT is a standardized test that assesses verbal, mathematical and analytical skills required in academic, financial and business activities. <\/span><span style=\"vertical-align: inherit;\">It is intended for university institutions to evaluate the ability of candidates to excel in the fields of Business and Management.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Over 6500 graduate programs in approximately 2100 Business Schools worldwide require a specific GMAT score limit.<\/span><\/span><\/p>\n<\/div>\n<p>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;GRE&#8221; tab_id=&#8221;1585457708552-a9c0f88f-6778&#8243;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Graduate Record Examinations (GRAY) Subject Tests<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The GRE <\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0Subject Tests are seven achievement tests, which assess the knowledge of specific fields of knowledge.<\/span><\/span><\/p>\n<h5><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Who are the GRE <\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0Subject Tests for?<\/span><\/span><\/h5>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The GRE <\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0Subject Tests are aimed at students who have a bachelor&#8217;s degree or extensive knowledge in one of the following seven areas:<\/span><\/span><\/p>\n<ul>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Biochemistry, Atomic and Molecular Biology<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Biology<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Chemistry<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">English Literature<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Mathematics<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Physics<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Psychology<\/span><\/span><\/li>\n<\/ul>\n<h5><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">How can the GRE <\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0Subject Tests <\/span><span style=\"vertical-align: inherit;\">be used <\/span><span style=\"vertical-align: inherit;\">?<\/span><\/span><\/h5>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The GRE <\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0Subject Tests are used by postgraduate programs, business administration and scholarships to assess students.<\/span><\/span><\/p>\n<h5><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Where and when are the GRE <\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0Subject Tests <\/span><span style=\"vertical-align: inherit;\">conducted <\/span><span style=\"vertical-align: inherit;\">in Greece?<\/span><\/span><\/h5>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Hellenic American Union is the official testing center for the GRE <\/span><\/span><sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00ae<\/span><\/span><\/sub><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> Subject Tests and is conducted three times a year, in April, October and November.<\/span><\/span>[\/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_1612013955325{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\/10827#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_1589973634456{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-10827","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>\u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency<\/title>\n<meta name=\"description\" content=\"\u0388\u03bb\u03b1 \u03c3\u03c4\u03b1 SmartSchools \u03ba\u03b1\u03b9 \u03b1\u03c0\u03cc\u03ba\u03c4\u03b7\u03c3\u03b5 \u03c4\u03ce\u03c1\u03b1 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency, \u03c3\u03b5 5-8 \u03bc\u03ae\u03bd\u03b5\u03c2, \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1!\" \/>\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-agglika\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DEGREES OF ENGLISH LANGUAGE\" \/>\n<meta property=\"og:description\" content=\"\u0388\u03bb\u03b1 \u03c3\u03c4\u03b1 SmartSchools \u03ba\u03b1\u03b9 \u03b1\u03c0\u03cc\u03ba\u03c4\u03b7\u03c3\u03b5 \u03c4\u03ce\u03c1\u03b1 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency, \u03c3\u03b5 5-8 \u03bc\u03ae\u03bd\u03b5\u03c2, \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/\" \/>\n<meta property=\"og:site_name\" content=\"Smartschool edu\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-30T13:41:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hau.gr\/resources\/toolip\/img\/2013\/08\/19\/ecce_2_r.png\" \/>\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=\"12 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-agglika\\\/\",\"url\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-agglika\\\/\",\"name\":\"\u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-agglika\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-agglika\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.hau.gr\\\/resources\\\/toolip\\\/img\\\/2013\\\/08\\\/19\\\/ecce_2_r.png\",\"datePublished\":\"2020-03-28T23:18:54+00:00\",\"dateModified\":\"2021-01-30T13:41:46+00:00\",\"description\":\"\u0388\u03bb\u03b1 \u03c3\u03c4\u03b1 SmartSchools \u03ba\u03b1\u03b9 \u03b1\u03c0\u03cc\u03ba\u03c4\u03b7\u03c3\u03b5 \u03c4\u03ce\u03c1\u03b1 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency, \u03c3\u03b5 5-8 \u03bc\u03ae\u03bd\u03b5\u03c2, \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-agglika\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-agglika\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-agglika\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.hau.gr\\\/resources\\\/toolip\\\/img\\\/2013\\\/08\\\/19\\\/ecce_2_r.png\",\"contentUrl\":\"https:\\\/\\\/www.hau.gr\\\/resources\\\/toolip\\\/img\\\/2013\\\/08\\\/19\\\/ecce_2_r.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-agglika\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DEGREES OF ENGLISH LANGUAGE\"}]},{\"@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":"\u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency","description":"\u0388\u03bb\u03b1 \u03c3\u03c4\u03b1 SmartSchools \u03ba\u03b1\u03b9 \u03b1\u03c0\u03cc\u03ba\u03c4\u03b7\u03c3\u03b5 \u03c4\u03ce\u03c1\u03b1 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency, \u03c3\u03b5 5-8 \u03bc\u03ae\u03bd\u03b5\u03c2, \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1!","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-agglika\/","og_locale":"en_US","og_type":"article","og_title":"DEGREES OF ENGLISH LANGUAGE","og_description":"\u0388\u03bb\u03b1 \u03c3\u03c4\u03b1 SmartSchools \u03ba\u03b1\u03b9 \u03b1\u03c0\u03cc\u03ba\u03c4\u03b7\u03c3\u03b5 \u03c4\u03ce\u03c1\u03b1 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency, \u03c3\u03b5 5-8 \u03bc\u03ae\u03bd\u03b5\u03c2, \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1!","og_url":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/","og_site_name":"Smartschool edu","article_modified_time":"2021-01-30T13:41:46+00:00","og_image":[{"url":"https:\/\/www.hau.gr\/resources\/toolip\/img\/2013\/08\/19\/ecce_2_r.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/","url":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/","name":"\u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency","isPartOf":{"@id":"http:\/\/www.smartschool.edu.gr\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/#primaryimage"},"image":{"@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hau.gr\/resources\/toolip\/img\/2013\/08\/19\/ecce_2_r.png","datePublished":"2020-03-28T23:18:54+00:00","dateModified":"2021-01-30T13:41:46+00:00","description":"\u0388\u03bb\u03b1 \u03c3\u03c4\u03b1 SmartSchools \u03ba\u03b1\u03b9 \u03b1\u03c0\u03cc\u03ba\u03c4\u03b7\u03c3\u03b5 \u03c4\u03ce\u03c1\u03b1 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u0391\u039d\u0391\u0393\u039d\u03a9\u03a1\u0399\u03a3\u039c\u0395\u039d\u0391 \u03a0\u03a4\u03a5\u03a7\u0399\u0391 \u0391\u0393\u0393\u039b\u0399\u039a\u03a9\u039d \u0391\u03a3\u0395\u03a0 | Lower | Proficiency, \u03c3\u03b5 5-8 \u03bc\u03ae\u03bd\u03b5\u03c2, \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b1!","breadcrumb":{"@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/#primaryimage","url":"https:\/\/www.hau.gr\/resources\/toolip\/img\/2013\/08\/19\/ecce_2_r.png","contentUrl":"https:\/\/www.hau.gr\/resources\/toolip\/img\/2013\/08\/19\/ecce_2_r.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-agglika\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.smartschool.edu.gr\/en\/"},{"@type":"ListItem","position":2,"name":"DEGREES OF ENGLISH LANGUAGE"}]},{"@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\/10827","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=10827"}],"version-history":[{"count":0,"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/pages\/10827\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/media?parent=10827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}