Bangladesh | 28 March 2025
Watch Jorina's powerful story of God's faithfulness
Watch Jorina's powerful story of God's faithfulness
Insults. Humiliation. Attempted murder. When Jorina and her husband studied a Bible given to them by a missionary and trusted Christ in northern Bangladesh, they had no idea that decision would come at such a high price.
Jorina now knows that Jesus' words to His disciples in Matthew's Gospel also apply to her and her husband as His modern-day disciples:
"You will be hated by everyone because of Me, but the one who stands firm to the end will be saved."
Matthew 10:22
Open Doors partners have been walking with Jorina and her family, helping them to stand strong in their faith. Recently, our team captured her hard but powerful story on film as she bravely shared her pain.
"After [our conversion], in the eyes of the Muslims, we were seen as terrible people," she says. "They hated us and treated us differently. [Our neighbors] even threatened to murder my husband because we had left Islam. They set a specific date, saying they would kill him in his house that day."
But God had so much more planned for this couple. He has used Jorina and her family in ways she could never have imagined.
A few years ago, Jorina followed the path of Islam. Today, she is discipling women, showing them that in God's eyes, they are valued and loved.
"In Bangladesh, within Muslim society, women are often neglected," Jorina explains. "But as believers, we value women and want them to know the way to Heaven and have the opportunity to become [discipleship] teachers as well."
And because of your prayers and gifts, she and her husband now lead a house church—despite ongoing threats. For several years, Open Door partners have worked with the couple's ministry, supporting them to build a house church, offering legal aid and financial assistance, if needed. Our field partners also built a tube well for Jorina's family when their community cut off their access to clean water.
Your best gift
can help support Christians like Jorina who risk everything to follow Jesus. Will you help strengthen believers in Bangladesh?
GIVE TODAY
"[Open Doors partners] have supported us in various ways," she says. "When I go through persecution, or when any of our church members go through persecution, they always stand beside us."
Jorina's story reminds us that God has a plan for all of our lives as we abide in Him. While we might not be able to see the potential, our Creator is working—rescuing, restoring and redeeming His people!
Jorina is determined to continue sharing the gospel and building a Kingdom legacy: "In our church, there are 20 to 25 families, and there are children in those families," she says. "We will not live forever, but I want this place to be a strong foundation for Jesus Christ. I want the children of this church to grow up and work for our church so the Good News of Jesus Christ will spread out from here, and everyone will know. They already know that people are coming here and there are Christians here; I want this to continue."
');$('#annualData').append('
'+yRank+'
'+thisScore+'
'+y+'
');} const chartValues = annualScores;render(formatLineChartData(chartValues, ($('.annual-data-wrapper.bottom').width()+25),90), document.getElementById('line-chart'))$('[data-toggle="tooltip"]').tooltip();changeYear(currentYear, true);}function loadRankingsPanel(){var extremeCutoff = mapData[currentYear]["plevels"]["extreme"];var veryHighCutoff = mapData[currentYear]["plevels"]["very-high"];if($('ol.wwl__rankings-list.left-panel-rankings > li').length == 0){console.log('Need to create sidebar of countries');for (var r in mapData[currentYear]["rankings"]){if(r < 51){var lvl = ( r <= extremeCutoff) ? 'extreme' : ( r <= veryHighCutoff) ? 'very-high' : 'high';var iso = mapData[currentYear]["rankings"][r];var cname = (undefined != iso && undefined != countryProfileData[iso]) ? countryProfileData[iso]["name"] : iso;var clink = (undefined != iso && undefined != countryProfileData[iso]) ? countryProfileData[iso]["url"] : "";if(wwlContext == "countryProfile"){ $('ol.wwl__rankings-list.left-panel-rankings').append("
");}else{$('ol.wwl__rankings-list.left-panel-rankings').append("
");}}}}}// paginationfunction pager(pagerId) { var iso = "";var countryName = "";var country = null;rPanelOpen = true; if(mapData[currentYear]["rankings"][pagerId] != undefined){iso = mapData[currentYear]["rankings"][pagerId];country = $('#map svg a path.country[data-iso="'+iso+'"]:first');}else{country = $('#'+pagerId+'.country');iso = $(country).attr("data-iso");} if(mapData[currentYear][iso] == undefined){console.log('Data for '+ pagerId + ' / ' + iso+' not found, exiting');$('.rankCountry').text(rankNum).removeClass("rankRed rankOrange rankYellow"), $('.private.score').text(""), $('.family.score').text(""), $('.community.score').text(""), $('.national.score').text(""), $('.church.score').text(""), $('.violence.score').text(""), $('#progress-private').attr("style", "width:0"), $('#progress-family').attr("style", "width:0"), $('#progress-community').attr("style", "width:0"), $('#progress-national').attr("style", "width:0"), $('#progress-church').attr("style", "width:0"), $('#progress-violence').attr("style", "width:0"), $('li#private, li#family, li#community, li#national, li#violence, li#church').removeClass("extreme very-high high"); return;}var countryData = mapData[currentYear][iso];var countryProfile = countryProfileData[iso];if (wwlContext == "map" && $(window).width() < 768){ window.location.href = wwlhome + countryProfile['url']; return; }var rankNum = countryData["Ranking"]; console.log('id: '+pagerId+ ' / '+currentYear + ' / '+ iso + ' rank ' + rankNum); // check country is in the top 50 if (rankNum < 51) { selected = $(country).attr('id'); selectedCountry = iso; if(wwlContext == 'mapHome'){ window.location.href = wwlhome + countryProfile['url']; return;}if(wwlContext == "map"){// highlight the currently selected country $("path:not(selected)").css({"stroke": "#fff", "stroke-width": "0.5"}); $(country).css({ "stroke-width": "3", "stroke": "#FFF" });} var pRank = parseInt(rankNum)-1;addPersecutionClass($('.wwl-country'),countryData["Score"]);var pName = '';if(pRank == 0){pRank = '';pName = '';$('.prev,#prev').css('visibility','hidden');$('.prev .rank, .prev .name, #prev .rank, #prev .name').text('');}else{pIso = (undefined != mapData[currentYear]["rankings"][pRank]) ? mapData[currentYear]["rankings"][pRank] : '';pName = (pIso != "" && undefined != countryProfileData[pIso]["name"]) ? countryProfileData[pIso]["name"] : '';$('.prev,#prev').css('visibility','visible'); $('.prev .rank, #prev .rank, .prank').text(pRank); $('.prev .name, #prev .name').text(pName);if(wwlContext == "countryProfile"){ $('.prev,#prev').attr('href',wwlhome + countryProfileData[mapData[currentYear]["rankings"][pRank]]["url"]);}else{$('.prev').attr('onclick', 'pager('+ pRank +')');}if(wwlContext == "newsBlogPost"){ $('.pname').text(pName.substring(0,3)).closest('a').attr('alt',pName);}addCountryClass($('.prev .rank, #prev .rank'),mapData[currentYear][pIso]["Score"]);}var nRank = parseInt(rankNum)+1;var nName = '';if(wwlContext != "countryProfile" && nRank == 51) nRank = 1; // return to startif(nRank == 51){nRank = '';nName = '';$('.next,#next').css('visibility','hidden');$('.next .rank, .next .name, #next .rank, #next .name').text('');}else{nIso = (undefined != mapData[currentYear]["rankings"][nRank]) ? mapData[currentYear]["rankings"][nRank] : '';nName = (nIso != "" && undefined != countryProfileData[nIso]["name"]) ? countryProfileData[nIso]["name"] : '';$('.next,#next').css('visibility','visible'); $('.next .rank,#next .rank, .nrank').text(nRank);if(wwlContext == "countryProfile"){ $('.next,#next').attr('href',wwlhome + countryProfileData[mapData[currentYear]["rankings"][nRank]]["url"]);}else{$('.next').attr('onclick', 'pager('+ nRank +')'); }$('.next .name, #next .name').text(nName);if(wwlContext == "newsBlogPost"){ $('.nname').text(nName.substring(0,3)).closest('a').attr('alt',nName);}addCountryClass($('.next .rank, #next .rank'),mapData[currentYear][nIso]["Score"]);}$('#total-score').text(countryData["Score"]).attr('style','--left: '+countryData["Score"] + "%");var extremeCutoff = mapData[currentYear]["plevels"]["extreme"];var veryHighCutoff = mapData[currentYear]["plevels"]["very-high"];$('#total-score').text(countryData["Score"]);$('.country > a').text(countryProfile["name"]).attr("href", wwlhome + countryProfile["url"]+'/'),$('.rankCountry').text(rankNum).removeClass("rankRed rankOrange rankYellow").addClass((rankNum <= extremeCutoff ? "rankRed" : (rankNum <= veryHighCutoff ? "rankOrange" : "rankyellow'"))),$('.country').text(countryProfile["name"]),$('.leader').text(countryProfile["leader"]),$('.christians').text(countryProfile["christians"]), $('.religion').text(countryProfile["religion"]),$('.government').text(countryProfile["government"]),$('.source').text(countryProfile["source"]),$("a.partial").attr("href", wwlhome + countryProfile["url"]+'/'),$('.private.score').text(parseFloat(countryData["Private Life"] / 16.7 * 100).toFixed() +"%"),$('.family.score').text(parseFloat(countryData["Family Life"] / 16.7 * 100).toFixed() +"%"),$('.community.score').text(parseFloat(countryData["Community Life"] / 16.7 * 100).toFixed() +"%"),$('.national.score').text(parseFloat(countryData["National Life"] / 16.7 * 100).toFixed() +"%"),$('.church.score').text(parseFloat(countryData["Church Life"] / 16.7 * 100).toFixed() +"%"),$('.violence.score').text(parseFloat(countryData["Violence"] / 16.7 * 100).toFixed() +"%"),$('#progress-private').attr("style", "width:" + $('.private.score').text()), $('#progress-family').attr("style", "width:" + $('.family.score').text()),$('#progress-community').attr("style", "width:" + $('.community.score').text()),$('#progress-national').attr("style", "width:" + $('.national.score').text()),$('#progress-church').attr("style", "width:" + $('.church.score').text()),$('#progress-violence').attr("style", "width:" + $('.violence.score').text());addPersecutionClass($('li#private'),parseFloat($('.private.score').text().replace('%', '')));addPersecutionClass($('li#family'),parseFloat($('.family.score').text().replace('%', '')));addPersecutionClass($('li#community'),parseFloat($('.community.score').text().replace('%', '')));addPersecutionClass($('li#national'),parseFloat($('.national.score').text().replace('%', '')));addViolenceClass($('li#violence'),parseFloat($('.violence.score').text().replace('%', '')));addPersecutionClass($('li#church'),parseFloat($('.church.score').text().replace('%', ''))); $('#profile-url').attr('href',wwlhome + countryProfile['url']+'/'); addPersecutionClass($('.total-score-box'),countryData["Score"]); $('#total-score').attr('style','--left: '+countryData["Score"] + "%");$('#progress-total').attr('style','width: '+countryData["Score"] + "%"); if(wwlContext == "map"){orSlider();} }} function pagerByName(countryName){ pager(mapData[currentYear][countryName]["Ranking"]); } function addViolenceClass(obj,value){$(obj).removeClass("extreme very-high high");if(value > 66.766)$(obj).addClass('extreme');else if(value > 33.23)$(obj).addClass('very-high');else if(value > 0)$(obj).addClass('high');return;}function addCountryClass(obj,value){$(obj).removeClass("extreme very-high high");if(value > 80)$(obj).addClass('extreme');else if(value >= 64)$(obj).addClass('very-high');else if(value > 0)$(obj).addClass('high');return;}function addPersecutionClass(obj,value){$(obj).removeClass("extreme very-high high");if(value > 82.335)$(obj).addClass('extreme');else if(value >= 64)$(obj).addClass('very-high');else if(value > 0)$(obj).addClass('high');return;}function changeYear(year, isFirstTime){$('.year.year-'+year).addClass('active').siblings().removeClass('active');var yearCountryData = mapData[year][iso];$('.private.score').text(parseFloat(yearCountryData["Private Life"] / 16.7 * 100).toFixed() +"%"),$('.family.score').text(parseFloat(yearCountryData["Family Life"] / 16.7 * 100).toFixed() +"%"),$('.community.score').text(parseFloat(yearCountryData["Community Life"] / 16.7 * 100).toFixed() +"%"),$('.national.score').text(parseFloat(yearCountryData["National Life"] / 16.7 * 100).toFixed() +"%"),$('.church.score').text(parseFloat(yearCountryData["Church Life"] / 16.7 * 100).toFixed() +"%"),$('.violence.score').text(parseFloat(yearCountryData["Violence"] / 16.7 * 100).toFixed() +"%"),$('#progress-private').attr("style", "width:" + $('.private.score').text()), $('#progress-family').attr("style", "width:" + $('.family.score').text()),$('#progress-community').attr("style", "width:" + $('.community.score').text()),$('#progress-national').attr("style", "width:" + $('.national.score').text()),$('#progress-church').attr("style", "width:" + $('.church.score').text()),$('#progress-violence').attr("style", "width:" + $('.violence.score').text());setAnimatedValue($('#progress-total'),yearCountryData["Score"] + "%", "width", isFirstTime, 1000);addCountryClass($('.total-score-box'),yearCountryData["Score"]);addCountryClass($('.wwl-country__ranking'),countryData["Score"]); addPersecutionClass($('li#private'),parseFloat($('.private.score').text().replace('%', '')));addPersecutionClass($('li#family'),parseFloat($('.family.score').text().replace('%', '')));addPersecutionClass($('li#community'),parseFloat($('.community.score').text().replace('%', '')));addPersecutionClass($('li#national'),parseFloat($('.national.score').text().replace('%', '')));addViolenceClass($('li#violence'),parseFloat($('.violence.score').text().replace('%', '')));addPersecutionClass($('li#church'),parseFloat($('.church.score').text().replace('%', ''))); $('#total-score').attr('style','--left: '+yearCountryData["Score"] + "%");$('#total-score').text(yearCountryData["Score"]);}// open left sliderfunction olSlider() { if($("#panell").css("left") == "0px"){$("#panell").css("left", "-100vw"); $('.panel-link').removeClass('panel-open');}else{$("#panell").css("left", "0"); $('.panel-link').addClass('panel-open');}} // close left panelfunction close_left_slider() { $("#panell").css("left", "-100vw"); $('.panel-link').removeClass('panel-open'); }function setAnimatedValue(obj, value, attribute, isFirstTime, dur){$(obj).attr("style",attribute+":"+value);}function formatLineChartData(values, chartWidth, chartHeight) {const widgetSize = chartWidth;const pointSize = 16;const base = (widgetSize - pointSize / 2 ) / values.length;let sortedValues = sortValues([...values]);const topMostPoint = sortedValues[0].value;let leftOffset = pointSize; //padding for left axis labelslet nextPoint = 0;let rise = 0;let cssValues = [];for (var i=0, len=values.length-1; i
Related Articles
Finding Jesus in the Quran
Bangladesh | 06 March 2025
Story
How 9-year-old Rumana celebrates Christmas—and endures persecution
Bangladesh | 11 December 2024
Story
Young, persecuted and hopeful: Persecuted in Bangladesh
Bangladesh | 06 November 2024
Prayer
20 prayers for persecuted children and their families
Bangladesh | 04 November 2024
News
Urgent: Pray for Christians under attack in Bangladesh
Bangladesh | 07 August 2024
View the page for Bangladesh
subscribe
Subscribe for our Courageous Faith email to get stories from the field and hear how you can make an impact for persecuted Christians.Sign up