{"id":530,"date":"2023-05-14T04:40:32","date_gmt":"2023-05-14T04:40:32","guid":{"rendered":"https:\/\/shaplakanon.com\/learnwithfun\/?p=530"},"modified":"2025-04-12T09:17:43","modified_gmt":"2025-04-12T09:17:43","slug":"english-to-bangla","status":"publish","type":"post","link":"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/","title":{"rendered":"English to Bangla"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>English to Bangla Quiz<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #f4f4f9;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            height: 100vh;\n            margin: 0;\n        }\n        .quiz-container {\n            background-color: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 0 10px rgba(0,0,0,0.1);\n            width: 350px;\n            text-align: center;\n            display: none; \/* Initially hidden *\/\n        }\n        .question {\n            margin-bottom: 20px;\n            font-size: 20px;\n        }\n        .options button {\n            display: block;\n            width: 100%;\n            padding: 10px;\n            margin-bottom: 10px;\n            font-size: 16px;\n            color: white;\n            background-color: #007BFF;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n        }\n        .options button:hover {\n            background-color: #0056b3;\n        }\n        .options button.correct {\n            background-color: #4CAF50; \/* Green *\/\n        }\n        #start-button, #start-again-button {\n            padding: 10px 20px;\n            font-size: 16px;\n            background-color: green;\n            color: white;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n        }\n        #start-button:hover, #start-again-button:hover {\n            background-color: darkgreen;\n        }\n        #result {\n            margin-top: 20px;\n            font-size: 16px;\n            color: red;\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"user-form\" id=\"user-form\">\n        <h3>Please Enter Your Details<\/h3>\n        <input type=\"text\" id=\"name\" placeholder=\"Enter your name\" required>\n        <br><input type=\"url\" id=\"fb-url\" placeholder=\"Enter your Facebook URL\" required>\n        <br><select id=\"mode-select\">\n            <option value=\"Easy\">Easy Mode<\/option>\n            <option value=\"Hard\">Hard Mode<\/option>\n        <\/select>\n        <br><br>\n<button id=\"start-button\" onclick=\"startQuiz()\">Start Quiz<\/button>\n    <\/div>\n<!--\n<div>\n    <button id=\"start-button\" onclick=\"startQuiz()\">Start Quiz<\/button>\n<\/div>\n-->\n    <div class=\"quiz-container\">\n        <h1>English to Bangla Quiz<\/h1>\n<h3>High Score: <span id=\"highScore\">100<\/span><\/h3>\n        <div id=\"question\" class=\"question\"><\/div>\n        <div class=\"options\"><\/div>\n        <div id=\"result\"><\/div>\n\t\t<div id=\"timer\"><\/div>\n<!--\n        <button id=\"start-again-button\" onclick=\"window.location.reload();\" style=\"display:none;\">Start Again<\/button>\n        <button id=\"share-button\" onclick=\"\" style=\"\"><\/button>\n-->\n    <\/div>\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n    const startButton = document.getElementById('start-button');\n    const userform = document.getElementById('user-form');\n    const nameInput = document.getElementById('name');\n    const fbUrlInput = document.getElementById('fb-url');\n    const quizContainer = document.querySelector('.quiz-container');\n    const questionElement = document.getElementById('question');\n    const optionsContainer = document.querySelector('.options');\n    const resultDisplay = document.getElementById('result');\n\tconst timeDisplay = document.getElementById('timer');\n    const startAgainButton = document.getElementById('start-again-button');\n\n    let currentQuestion = 0;\n    let score = 0;\n    const questions = [\n        { question: \"Apple\", options: [\"\u0986\u09aa\u09c7\u09b2\", \"\u0995\u09ae\u09b2\u09be\", \"\u0986\u0999\u09cd\u0997\u09c1\u09b0\", \"\u0995\u09b2\u09be\"], correct: 0 },\n        { question: \"Book\", options: [\"\u0995\u09bf\u09a4\u09be\u09ac\", \"\u09aa\u09c7\u09a8\", \"\u0996\u09be\u09a4\u09be\", \"\u09aa\u09c7\u09a8\u09cd\u09b8\u09bf\u09b2\"], correct: 0 },\n        { question: \"Tree\", options: [\"\u0997\u09be\u099b\", \"\u09aa\u09be\u09a5\u09b0\", \"\u09aa\u09c1\u0995\u09c1\u09b0\", \"\u09ae\u09be\u09a0\"], correct: 0 },\n        { question: \"Sun\", options: [\"\u09b0\u09ac\u09bf\", \"\u099a\u09be\u0981\u09a6\", \"\u09a4\u09be\u09b0\u09be\", \"\u0997\u09cd\u09b0\u09b9\"], correct: 0 },\n        { question: \"Water\", options: [\"\u09aa\u09be\u09a8\u09bf\", \"\u0986\u0997\u09c1\u09a8\", \"\u09ae\u09be\u099f\u09bf\", \"\u09ac\u09be\u09a4\u09be\u09b8\"], correct: 0 },\n\t\t{ question: \"Apple\", options: [\"\u0986\u09aa\u09c7\u09b2\", \"\u0995\u09ae\u09b2\u09be\", \"\u0986\u0999\u09cd\u0997\u09c1\u09b0\", \"\u0995\u09b2\u09be\"], correct: 0 },\n        { question: \"Book\", options: [\"\u0995\u09bf\u09a4\u09be\u09ac\", \"\u09aa\u09c7\u09a8\", \"\u0996\u09be\u09a4\u09be\", \"\u09aa\u09c7\u09a8\u09cd\u09b8\u09bf\u09b2\"], correct: 0 },\n        { question: \"Tree\", options: [\"\u0997\u09be\u099b\", \"\u09aa\u09be\u09a5\u09b0\", \"\u09aa\u09c1\u0995\u09c1\u09b0\", \"\u09ae\u09be\u09a0\"], correct: 0 },\n        { question: \"Sun\", options: [\"\u09b0\u09ac\u09bf\", \"\u099a\u09be\u0981\u09a6\", \"\u09a4\u09be\u09b0\u09be\", \"\u0997\u09cd\u09b0\u09b9\"], correct: 0 },\n        { question: \"Water\", options: [\"\u09aa\u09be\u09a8\u09bf\", \"\u0986\u0997\u09c1\u09a8\", \"\u09ae\u09be\u099f\u09bf\", \"\u09ac\u09be\u09a4\u09be\u09b8\"], correct: 0 },\n{ question: \"Apple\", options: [\"\u0986\u09aa\u09c7\u09b2\", \"\u0995\u09ae\u09b2\u09be\", \"\u0986\u0999\u09cd\u0997\u09c1\u09b0\", \"\u0995\u09b2\u09be\"], correct: 0 },\n        { question: \"Book\", options: [\"\u0995\u09bf\u09a4\u09be\u09ac\", \"\u09aa\u09c7\u09a8\", \"\u0996\u09be\u09a4\u09be\", \"\u09aa\u09c7\u09a8\u09cd\u09b8\u09bf\u09b2\"], correct: 0 },\n        { question: \"Tree\", options: [\"\u0997\u09be\u099b\", \"\u09aa\u09be\u09a5\u09b0\", \"\u09aa\u09c1\u0995\u09c1\u09b0\", \"\u09ae\u09be\u09a0\"], correct: 0 },\n        { question: \"Sun\", options: [\"\u09b0\u09ac\u09bf\", \"\u099a\u09be\u0981\u09a6\", \"\u09a4\u09be\u09b0\u09be\", \"\u0997\u09cd\u09b0\u09b9\"], correct: 0 },\n        { question: \"Water\", options: [\"\u09aa\u09be\u09a8\u09bf\", \"\u0986\u0997\u09c1\u09a8\", \"\u09ae\u09be\u099f\u09bf\", \"\u09ac\u09be\u09a4\u09be\u09b8\"], correct: 0 }\n    ];\n\n    function shuffleArray(array) {\n        for (let i = array.length - 1; i > 0; i--) {\n            const j = Math.floor(Math.random() * (i + 1));\n            [array[i], array[j]] = [array[j], array[i]]; \/\/ Swap elements\n        }\n    }\n\nfunction loadData() {\n            if (localStorage.getItem('name')) {\n                nameInput.value = localStorage.getItem('name');\n            }\n            if (localStorage.getItem('fbUrl')) {\n                fbUrlInput.value = localStorage.getItem('fbUrl');\n            }\n        }\n\n        loadData();\n\n    function startQuiz() {\n    const name = document.getElementById('name').value;\n    const fbUrl = document.getElementById('fb-url').value;\n    quizMode = document.getElementById('mode-select').value;\n    localStorage.setItem('name', name);\n    localStorage.setItem('fbUrl', fbUrl);\n\n    if (quizMode === 'hard') {\n                shuffleArray(questions);  \/\/ Shuffle the questions if hard mode is selected\n            }\n\n    startButton.style.display = 'none';\n    userform.style.display = 'none';\n    quizContainer.style.display = 'block';\n    displayQuestion(); \/\/ Display the first question and its options\n}\n\n\n    function displayQuestion() {\n    if (currentQuestion < questions.length) {\n        const q = questions[currentQuestion];\n        questionElement.textContent = q.question;\n        optionsContainer.innerHTML = ''; \/\/ Clear previous options\n\n        let options = [...q.options]; \/\/ Copy the options\n        shuffleArray(options); \/\/ Shuffle the copied options\n        let correctOption = q.options[q.correct]; \/\/ Identify the correct option before shuffle\n        q.correct = options.indexOf(correctOption); \/\/ Update the correct index in the shuffled array\n\n        options.forEach((option, index) => {\n            const button = document.createElement('button');\n            button.className = 'option-button';\n            button.textContent = option;\n            button.onclick = () => selectOption(index); \/\/ Pass the index of the shuffled array\n            button.style.backgroundColor = '#007BFF'; \/\/ Reset to default color\n            button.disabled = false; \/\/ Enable the button\n            button.style.cursor = 'pointer'; \/\/ Reset cursor to pointer\n            optionsContainer.appendChild(button);\n        });\n\t\tstartTimer();\n    } else {\n        resultDisplay.textContent = \"Quiz completed! Your final score: \" + score;\n        startAgainButton.style.display = 'block';\n    }\n}\n\nfunction startTimer() {\n    timeLeft = Math.max(5, 10 - Math.floor(score \/ 50));\n \/\/ Decrease time by 1 second per 50 score\n    timeDisplay.textContent = \"Time left: \" + timeLeft + \"s\";\n    interval = setInterval(() => {\n        timeLeft--;\n        timeDisplay.textContent = \"Time left: \" + timeLeft + \"s\";\n        if (timeLeft <= 0) {\n            clearInterval(interval);\n            saveQuizResults(true);\n            timeDisplay.textContent = \"Time's up! Please start again.\";\n            disableOptions();\n            showStartAgain();\n        }\n    }, 1000);\n}\n\nfunction disableOptions() {\n    const optionButtons = document.querySelectorAll('.option-button');\n    optionButtons.forEach(button => {\n        button.disabled = true; \/\/ Disable the button\n        button.style.cursor = 'default'; \/\/ Change the cursor to default\n    });\n}\n\nfunction showStartAgain() {\n            startAgainButton.style.display = 'block';\n            startAgainButton.onclick = () => window.location.reload();\n        }\n\n\n\n\n    function selectOption(selectedOption) {\n    const optionButtons = document.querySelectorAll('.option-button');\n    const correctAnswer = questions[currentQuestion].correct;\n\n    \/\/ Stop the timer\n    clearInterval(interval);\n\n    \/\/ Disable all buttons after one is clicked to prevent multiple answers\n    optionButtons.forEach(button => {\n        button.disabled = true; \/\/ Disable the button\n        button.style.cursor = 'default'; \/\/ Change the cursor to default\n    });\n\n    if (selectedOption === correctAnswer) {\n       let oldScore = parseInt(document.getElementById('highScore').textContent);\n        score += 10;\n\n        if (score > oldScore) {\n            updateHighScore(score); \/\/ Call to update the high score\n        }\n        resultDisplay.textContent = \"Correct! Your score: \" + score;\n        optionButtons[selectedOption].style.backgroundColor = 'green'; \/\/ Set correct option to green\n        setTimeout(() => nextQuestion(), 1000);\n    } else {\n        saveQuizResults(false);\n        const correctOptionText = optionButtons[correctAnswer].textContent;\n        resultDisplay.textContent = \"Wrong answer. The correct answer was: \" + correctOptionText + \". Your score: \" + score;\n        optionButtons[selectedOption].style.backgroundColor = 'red'; \/\/ Set wrong option to red\n        optionButtons[correctAnswer].style.backgroundColor = 'green'; \/\/ Highlight the correct option in green\n        startAgainButton.style.display = 'block';\n    }\n}\n\nfunction saveQuizResults(isTimeout) {\nconst ajaxurl = 'https:\/\/shaplakanon.com\/learnwithfun\/wp-admin\/admin-ajax.php'; \/\/ Adjust the path as necessary depending on your site's URL structure\n    const data = {\n        action: 'save_quiz_results', \/\/ This is the action hook for AJAX in WordPress\n        score: score, \/\/ Use the 'score' variable that's being updated throughout the quiz\n        name: localStorage.getItem('name'),\n        fbUrl: localStorage.getItem('fbUrl'),\n        qmode: quizMode,\n        timeout: isTimeout\n    };\n\n    jQuery.post(ajaxurl, data, function(response) {\n        console.log(\"Server responded: \", response);\n\/\/jQuery('#share-button').html(response['data']);\n        window.location.href = response['data'];\n    });\n}\n\n\nfunction updateHighScore(newHighScore) {\nconst WP_AJAX_URL = 'https:\/\/shaplakanon.com\/learnwithfun\/wp-admin\/admin-ajax.php'; \/\/ Adjust the path as necessary depending on your site's URL structure\n    const data = {\n        action: 'update_high_score',\n        high_score: newHighScore,\n        post_id: '177',\n        custom_field: 'enbn_ghs'\n    };\n\n    fetch(WP_AJAX_URL, {\n        method: 'POST',\n        credentials: 'same-origin',\n        headers: {\n            'Content-Type': 'application\/x-www-form-urlencoded',\n        },\n        body: new URLSearchParams(data)\n    })\n    .then(response => response.json())\n    .then(data => console.log(data.message));\n}\n\n\n\n    function nextQuestion() {\n        currentQuestion++;\n        displayQuestion();\n    }\n\n    startButton.onclick = startQuiz;\n    startAgainButton.onclick = () => window.location.reload();\n});\n\n\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>English to Bangla Quiz Please Enter Your Details Easy ModeHard Mode Start Quiz English to Bangla Quiz High Score:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"elementor_canvas","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-530","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>English to Bangla Word Meaning - Learn English Vocabulary<\/title>\n<meta name=\"description\" content=\"Test your language skills with English to Bangla quiz! Enhance your vocabulary and comprehension as you translate words and phrases from English to Bangla.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"English to Bangla Word Meaning - Learn English Vocabulary\" \/>\n<meta property=\"og:description\" content=\"Test your language skills with English to Bangla quiz! Enhance your vocabulary and comprehension as you translate words and phrases from English to Bangla.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/\" \/>\n<meta property=\"og:site_name\" content=\"Learn with Fun\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-14T04:40:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-12T09:17:43+00:00\" \/>\n<meta name=\"author\" content=\"ShaplaKanon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ShaplaKanon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/english-to-bangla\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/english-to-bangla\\\/\"},\"author\":{\"name\":\"ShaplaKanon\",\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/#\\\/schema\\\/person\\\/f5f224239283c27426dadc2e4cc9a825\"},\"headline\":\"English to Bangla\",\"datePublished\":\"2023-05-14T04:40:32+00:00\",\"dateModified\":\"2025-04-12T09:17:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/english-to-bangla\\\/\"},\"wordCount\":26,\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/english-to-bangla\\\/\",\"url\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/english-to-bangla\\\/\",\"name\":\"English to Bangla Word Meaning - Learn English Vocabulary\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/#website\"},\"datePublished\":\"2023-05-14T04:40:32+00:00\",\"dateModified\":\"2025-04-12T09:17:43+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/#\\\/schema\\\/person\\\/f5f224239283c27426dadc2e4cc9a825\"},\"description\":\"Test your language skills with English to Bangla quiz! Enhance your vocabulary and comprehension as you translate words and phrases from English to Bangla.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/english-to-bangla\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/english-to-bangla\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/english-to-bangla\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"English to Bangla\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/#website\",\"url\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/\",\"name\":\"Learn with Fun\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/#\\\/schema\\\/person\\\/f5f224239283c27426dadc2e4cc9a825\",\"name\":\"ShaplaKanon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ef2c8f93a0558c2047555f674c8746b22988ace93eba9262d198d0a28236ce97?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ef2c8f93a0558c2047555f674c8746b22988ace93eba9262d198d0a28236ce97?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ef2c8f93a0558c2047555f674c8746b22988ace93eba9262d198d0a28236ce97?s=96&d=mm&r=g\",\"caption\":\"ShaplaKanon\"},\"sameAs\":[\"https:\\\/\\\/shaplakanon.com\\\/wdc\\\/\"],\"url\":\"https:\\\/\\\/shaplakanon.com\\\/learnwithfun\\\/author\\\/sabahat\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"English to Bangla Word Meaning - Learn English Vocabulary","description":"Test your language skills with English to Bangla quiz! Enhance your vocabulary and comprehension as you translate words and phrases from English to Bangla.","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:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/","og_locale":"en_US","og_type":"article","og_title":"English to Bangla Word Meaning - Learn English Vocabulary","og_description":"Test your language skills with English to Bangla quiz! Enhance your vocabulary and comprehension as you translate words and phrases from English to Bangla.","og_url":"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/","og_site_name":"Learn with Fun","article_published_time":"2023-05-14T04:40:32+00:00","article_modified_time":"2025-04-12T09:17:43+00:00","author":"ShaplaKanon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ShaplaKanon","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/#article","isPartOf":{"@id":"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/"},"author":{"name":"ShaplaKanon","@id":"https:\/\/shaplakanon.com\/learnwithfun\/#\/schema\/person\/f5f224239283c27426dadc2e4cc9a825"},"headline":"English to Bangla","datePublished":"2023-05-14T04:40:32+00:00","dateModified":"2025-04-12T09:17:43+00:00","mainEntityOfPage":{"@id":"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/"},"wordCount":26,"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/","url":"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/","name":"English to Bangla Word Meaning - Learn English Vocabulary","isPartOf":{"@id":"https:\/\/shaplakanon.com\/learnwithfun\/#website"},"datePublished":"2023-05-14T04:40:32+00:00","dateModified":"2025-04-12T09:17:43+00:00","author":{"@id":"https:\/\/shaplakanon.com\/learnwithfun\/#\/schema\/person\/f5f224239283c27426dadc2e4cc9a825"},"description":"Test your language skills with English to Bangla quiz! Enhance your vocabulary and comprehension as you translate words and phrases from English to Bangla.","breadcrumb":{"@id":"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/shaplakanon.com\/learnwithfun\/english-to-bangla\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/shaplakanon.com\/learnwithfun\/"},{"@type":"ListItem","position":2,"name":"English to Bangla"}]},{"@type":"WebSite","@id":"https:\/\/shaplakanon.com\/learnwithfun\/#website","url":"https:\/\/shaplakanon.com\/learnwithfun\/","name":"Learn with Fun","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shaplakanon.com\/learnwithfun\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/shaplakanon.com\/learnwithfun\/#\/schema\/person\/f5f224239283c27426dadc2e4cc9a825","name":"ShaplaKanon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ef2c8f93a0558c2047555f674c8746b22988ace93eba9262d198d0a28236ce97?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ef2c8f93a0558c2047555f674c8746b22988ace93eba9262d198d0a28236ce97?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2c8f93a0558c2047555f674c8746b22988ace93eba9262d198d0a28236ce97?s=96&d=mm&r=g","caption":"ShaplaKanon"},"sameAs":["https:\/\/shaplakanon.com\/wdc\/"],"url":"https:\/\/shaplakanon.com\/learnwithfun\/author\/sabahat\/"}]}},"_links":{"self":[{"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/posts\/530","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/comments?post=530"}],"version-history":[{"count":83,"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/posts\/530\/revisions"}],"predecessor-version":[{"id":807,"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/posts\/530\/revisions\/807"}],"wp:attachment":[{"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/media?parent=530"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/categories?post=530"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shaplakanon.com\/learnwithfun\/wp-json\/wp\/v2\/tags?post=530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}