{"id":2894,"date":"2024-04-02T18:32:38","date_gmt":"2024-04-02T18:32:38","guid":{"rendered":"https:\/\/mackwinseducation.com\/germany\/?page_id=2894"},"modified":"2024-11-14T14:57:38","modified_gmt":"2024-11-14T14:57:38","slug":"toefl-ielts-score-converter","status":"publish","type":"page","link":"https:\/\/mackwinseducation.com\/germany\/tools\/toefl-ielts-score-converter\/","title":{"rendered":"TOEFL &#8211; IELTS Score Converter"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2894\" class=\"elementor elementor-2894\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"has_eae_slider elementor-element elementor-element-3d74b3a7 e-con-full e-flex e-con e-parent\" data-eae-slider=\"24199\" data-id=\"3d74b3a7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5240f7f7 premium-header-block elementor-widget__width-initial elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"5240f7f7\" data-element_type=\"widget\" data-widget_type=\"premium-addon-dual-header.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t\t\t\t<h2 class=\"premium-dual-header-first-header \"><span class=\"premium-dual-header-first-span\"> <\/span><span class=\"premium-dual-header-second-header \">TOEFL TO IELTS SCORE CONVERTER<\/span><\/h2> \t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-5a116552 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-eae-slider=\"16352\" data-id=\"5a116552\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-293a31d3\" data-eae-slider=\"3721\" data-id=\"293a31d3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-64473a70 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"64473a70\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"text-center mg-bottom-48px\"><div class=\"text-left---mbl\"><p class=\"mg-bottom-24px\">This simple tool can be used to convert your TOEFL to IELTS score<\/p><\/div><\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11c92abb elementor-widget elementor-widget-html\" data-id=\"11c92abb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>TOEFL to IELTS Score Converter<\/title>\r\n    <style>\r\n        .thm-btn {\r\n            background-color: #DD0000;\r\n            color: white;\r\n            font-weight: bold;\r\n            font-family: 'Poppins', sans-serif;\r\n            text-transform: uppercase;\r\n            padding: 10px 20px;\r\n            border: none;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .thm-btn:hover {\r\n            background-color: #ffcc00;\r\n            color: black;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"germanycal screen-body-item\">\r\n        <div class=\"app3\">\r\n            <div class=\"form-group\">\r\n                <!-- option for taking the input -->\r\n                <p style=\"font-size:18px;text-align: left;padding-left:0px;color:#0C1230;\"><b>TOEFL Score<\/b><\/p>\r\n                <input type=\"number\" class=\"form-control\" placeholder=\"70\" id=\"TOEFL\" min=\"0\" max=\"120\">\r\n            <\/div>\r\n\r\n            <div>\r\n                <input type=\"button\" value=\"Convert\" class=\"thm-btn form-button\" onclick=\"convertTOEFLtoIELTS()\">\r\n                <div class=\"form-group showdata\">\r\n                    <p id=\"showdata\"><\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function convertTOEFLtoIELTS() {\r\n            var toeflScore = parseInt(document.getElementById(\"TOEFL\").value);\r\n\r\n            \/\/ Validate input\r\n            if (isNaN(toeflScore) || toeflScore < 0 || toeflScore > 120) {\r\n                document.getElementById(\"showdata\").innerHTML = \"Please enter a valid TOEFL score between 0 and 120.\";\r\n                return;\r\n            }\r\n\r\n            var ieltsEquivalent;\r\n\r\n            \/\/ Convert TOEFL score to IELTS band\r\n            if (toeflScore >= 118) ieltsEquivalent = 9;\r\n            else if (toeflScore >= 110) ieltsEquivalent = 8.5;\r\n            else if (toeflScore >= 102) ieltsEquivalent = 8;\r\n            else if (toeflScore >= 94) ieltsEquivalent = 7.5;\r\n            else if (toeflScore >= 79) ieltsEquivalent = 7;\r\n            else if (toeflScore >= 60) ieltsEquivalent = 6;\r\n            else if (toeflScore >= 46) ieltsEquivalent = 5.5;\r\n            else if (toeflScore >= 35) ieltsEquivalent = 5;\r\n            else if (toeflScore >= 32) ieltsEquivalent = 4.5;\r\n            else ieltsEquivalent = \"Below 4.5\";\r\n\r\n            \/\/ Display result\r\n            document.getElementById(\"showdata\").innerHTML = \"Equivalent IELTS Score: \" + ieltsEquivalent;\r\n        }\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-5943ca50 e-con-full e-flex e-con e-parent\" data-eae-slider=\"37742\" data-id=\"5943ca50\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9be14c7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"9be14c7\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-195cb174 elementor-reverse-tablet elementor-reverse-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-eae-slider=\"28692\" data-id=\"195cb174\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4780c294\" data-eae-slider=\"41324\" data-id=\"4780c294\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ef56937 elementor-widget elementor-widget-int-widget-downlod\" data-id=\"7ef56937\" data-element_type=\"widget\" data-widget_type=\"int-widget-downlod.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"sidebar-widget\">\r\n            <div class=\"widget\">\r\n                                    <h3>Essential Download <\/h3>\r\n                                <ul class=\"widget-download ul_li_between list-unstyled\">\r\n                                            <li>\r\n                            <a href=\"#\" download=\"#\">\r\n                                <div class=\"xb-download\">\r\n                                    <div class=\"xb-item--inner\">\r\n                                        <div class=\"xb-item--icon\">\r\n                                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" width=\"800px\" height=\"800px\" viewBox=\"0 0 64 64\" xml:space=\"preserve\">  <g>\t<path fill=\"#F9EBB2\" d=\"M56,62H10c-2.209,0-4-1.791-4-4s1.791-4,4-4h46V62z\"><\/path>\t<g>\t\t<path fill=\"#45AAB8\" d=\"M6,4v49.537C7.062,52.584,8.461,52,10,52h2V2H8C6.896,2,6,2.896,6,4z\"><\/path>\t\t<path fill=\"#45AAB8\" d=\"M56,2H14v50h42h2v-2V4C58,2.896,57.104,2,56,2z\"><\/path>\t<\/g>\t<g>\t\t<path fill=\"#394240\" d=\"M60,52V4c0-2.211-1.789-4-4-4H8C5.789,0,4,1.789,4,4v54c0,3.313,2.687,6,6,6h49c0.553,0,1-0.447,1-1   s-0.447-1-1-1h-1v-8C59.104,54,60,53.104,60,52z M6,4c0-1.104,0.896-2,2-2h4v50h-2c-1.539,0-2.938,0.584-4,1.537V4z M56,62H10   c-2.209,0-4-1.791-4-4s1.791-4,4-4h46V62z M56,52H14V2h42c1.104,0,2,0.896,2,2v46v2H56z\"><\/path>\t\t<path fill=\"#394240\" d=\"M43,26H23c-0.553,0-1,0.447-1,1s0.447,1,1,1h20c0.553,0,1-0.447,1-1S43.553,26,43,26z\"><\/path>\t\t<path fill=\"#394240\" d=\"M49,20H23c-0.553,0-1,0.447-1,1s0.447,1,1,1h26c0.553,0,1-0.447,1-1S49.553,20,49,20z\"><\/path>\t\t<path fill=\"#394240\" d=\"M23,16h12c0.553,0,1-0.447,1-1s-0.447-1-1-1H23c-0.553,0-1,0.447-1,1S22.447,16,23,16z\"><\/path>\t<\/g>\t<path opacity=\"0.2\" fill=\"#231F20\" d=\"M6,4v49.537C7.062,52.584,8.461,52,10,52h2V2H8C6.896,2,6,2.896,6,4z\"><\/path><\/g><\/svg>                                        <\/div>\r\n                                                                                    <h4 class=\"xb-item--title\">INTERNATIONAL STUDENT HANDBOOK <br> From Application to Arrival<\/h4>\r\n                                                                                                                            <div class=\"xb-item--size\">\r\n                                                12.00 MB                                            <\/div>\r\n                                                                            <\/div>\r\n                                <\/div>\r\n                            <\/a>\r\n                        <\/li>\r\n                                            <li>\r\n                            <a href=\"#\" download=\"#\">\r\n                                <div class=\"xb-download\">\r\n                                    <div class=\"xb-item--inner\">\r\n                                        <div class=\"xb-item--icon\">\r\n                                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"800px\" height=\"800px\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M13 9H27V5H13V9ZM27 1V5H13H7V9C7 9 3 9 3 5C3 1 7 1 7 1H27Z\" fill=\"#668077\"><\/path><path d=\"M13 9V17L10 15L7 17V9V5H13V9Z\" fill=\"#FFE6EA\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29 10V30C29 30 29 31 28 31H4C4 31 3 31 3 30V5C3 9 7 9 7 9V17L10 15L13 17V9H27H28C28 9 29 9 29 10Z\" fill=\"#FFC44D\"><\/path><path d=\"M13 9H28C28 9 29 9 29 10V30C29 30 29 31 28 31H4C4 31 3 31 3 30V5M3 5C3 1 7 1 7 1H29M3 5C3 9 7 9 7 9M7 5V17L10 15L13 17V5H27\" stroke=\"#000000\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>                                        <\/div>\r\n                                                                                    <h4 class=\"xb-item--title\">HOW TO LEARN GERMAN <br> X2 FASTER<\/h4>\r\n                                                                                                                            <div class=\"xb-item--size\">\r\n                                                3.9 KB                                            <\/div>\r\n                                                                            <\/div>\r\n                                <\/div>\r\n                            <\/a>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b5d6f60 elementor-widget elementor-widget-int-widget-category\" data-id=\"4b5d6f60\" data-element_type=\"widget\" data-widget_type=\"int-widget-category.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"sidebar-widget\">\r\n            <div class=\"widget\">\r\n                <ul class=\"widget-category list-unstyled\">\r\n                                            <li><a href=\"https:\/\/mackwinseducation.com\/germany\/german-grade-calculator\/\">German Grade Calculator                                <span><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M11.7759 1.22725C11.7759 0.674965 11.3282 0.22725 10.7759 0.22725L1.77592 0.22725C1.22364 0.22725 0.775924 0.674965 0.775924 1.22725C0.775924 1.77953 1.22364 2.22725 1.77592 2.22725L9.77592 2.22725L9.77592 10.2272C9.77592 10.7795 10.2236 11.2272 10.7759 11.2272C11.3282 11.2272 11.7759 10.7795 11.7759 10.2272L11.7759 1.22725ZM1.93758 11.4798L11.483 1.93436L10.0688 0.520143L0.523362 10.0656L1.93758 11.4798Z\" fill=\"white\"><\/path><\/svg><\/span><\/a>\r\n                        <\/li>\r\n                                            <li><a href=\"https:\/\/mackwinseducation.com\/germany\/ects-credit-calculator\/\">ECTS Credit Calculator                                <span><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M11.7759 1.22725C11.7759 0.674965 11.3282 0.22725 10.7759 0.22725L1.77592 0.22725C1.22364 0.22725 0.775924 0.674965 0.775924 1.22725C0.775924 1.77953 1.22364 2.22725 1.77592 2.22725L9.77592 2.22725L9.77592 10.2272C9.77592 10.7795 10.2236 11.2272 10.7759 11.2272C11.3282 11.2272 11.7759 10.7795 11.7759 10.2272L11.7759 1.22725ZM1.93758 11.4798L11.483 1.93436L10.0688 0.520143L0.523362 10.0656L1.93758 11.4798Z\" fill=\"white\"><\/path><\/svg><\/span><\/a>\r\n                        <\/li>\r\n                                            <li><a href=\"https:\/\/mackwinseducation.com\/germany\/tools\/ielts-overall-score-calculator\/\">IELTS Oerall Score Calculator                                <span><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M11.7759 1.22725C11.7759 0.674965 11.3282 0.22725 10.7759 0.22725L1.77592 0.22725C1.22364 0.22725 0.775924 0.674965 0.775924 1.22725C0.775924 1.77953 1.22364 2.22725 1.77592 2.22725L9.77592 2.22725L9.77592 10.2272C9.77592 10.7795 10.2236 11.2272 10.7759 11.2272C11.3282 11.2272 11.7759 10.7795 11.7759 10.2272L11.7759 1.22725ZM1.93758 11.4798L11.483 1.93436L10.0688 0.520143L0.523362 10.0656L1.93758 11.4798Z\" fill=\"white\"><\/path><\/svg><\/span><\/a>\r\n                        <\/li>\r\n                                            <li><a href=\"https:\/\/mackwinseducation.com\/germany\/aps-eligibility-quiz\/\">APS Eligibility Quiz                                <span><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M11.7759 1.22725C11.7759 0.674965 11.3282 0.22725 10.7759 0.22725L1.77592 0.22725C1.22364 0.22725 0.775924 0.674965 0.775924 1.22725C0.775924 1.77953 1.22364 2.22725 1.77592 2.22725L9.77592 2.22725L9.77592 10.2272C9.77592 10.7795 10.2236 11.2272 10.7759 11.2272C11.3282 11.2272 11.7759 10.7795 11.7759 10.2272L11.7759 1.22725ZM1.93758 11.4798L11.483 1.93436L10.0688 0.520143L0.523362 10.0656L1.93758 11.4798Z\" fill=\"white\"><\/path><\/svg><\/span><\/a>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7aca8352\" data-eae-slider=\"22780\" data-id=\"7aca8352\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-60d51301 premium-header-block elementor-widget__width-initial elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"60d51301\" data-element_type=\"widget\" data-widget_type=\"premium-addon-dual-header.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t\t\t\t<h2 class=\"premium-dual-header-first-header \"><span class=\"premium-dual-header-first-span\"> <\/span><span class=\"premium-dual-header-second-header \">OTHER TEST TO IELTS<\/span><\/h2> \t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-637965c4 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"637965c4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"758\" height=\"994\" src=\"https:\/\/mackwinseducation.com\/germany\/wp-content\/uploads\/2024\/11\/pte-ielts-det-scores.png\" class=\"attachment-full size-full wp-image-7992\" alt=\"\" srcset=\"https:\/\/mackwinseducation.com\/germany\/wp-content\/uploads\/2024\/11\/pte-ielts-det-scores.png 758w, https:\/\/mackwinseducation.com\/germany\/wp-content\/uploads\/2024\/11\/pte-ielts-det-scores-229x300.png 229w\" sizes=\"(max-width: 758px) 100vw, 758px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>TOEFL TO IELTS SCORE CONVERTER This simple tool can be used to convert your TOEFL to IELTS score TOEFL to IELTS Score Converter TOEFL Score Essential Download INTERNATIONAL STUDENT HANDBOOK From Application to Arrival 12.00 MB HOW TO LEARN GERMAN X2 FASTER 3.9 KB German Grade Calculator ECTS Credit Calculator IELTS Oerall Score Calculator APS [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3027,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-2894","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/mackwinseducation.com\/germany\/wp-json\/wp\/v2\/pages\/2894","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mackwinseducation.com\/germany\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mackwinseducation.com\/germany\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mackwinseducation.com\/germany\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mackwinseducation.com\/germany\/wp-json\/wp\/v2\/comments?post=2894"}],"version-history":[{"count":52,"href":"https:\/\/mackwinseducation.com\/germany\/wp-json\/wp\/v2\/pages\/2894\/revisions"}],"predecessor-version":[{"id":8011,"href":"https:\/\/mackwinseducation.com\/germany\/wp-json\/wp\/v2\/pages\/2894\/revisions\/8011"}],"up":[{"embeddable":true,"href":"https:\/\/mackwinseducation.com\/germany\/wp-json\/wp\/v2\/pages\/3027"}],"wp:attachment":[{"href":"https:\/\/mackwinseducation.com\/germany\/wp-json\/wp\/v2\/media?parent=2894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}