أكادير24 | Agadir24
دخلت وزارة التربية الوطنية والتعليم الأولي والرياضة، على خط قضية تسريب أوراق امتحانات الباكالوريا.
يأتي هذا بعدما سبق وأن انتشرت عبر مواقع التواصل الإجتماعي، مضامين الإختبار الخاص بمادة الفيزياء والكيمياء بشعبة العلوم التجريبية بمسلك العلوم الفيزيائية، و ذلك بمجموعة من “المجموعات المغلقة” بـ“فيسبوك”.
في هذا السياق، أكدت وزارة التربية الوطنية والتعليم الأولي والرياضة أن الأمر لا يتعلق بـ”تسريب” كما رُوّج له، لأن ذلك “لم يحصل قبل دخول المترشحين إلى مراكز وقاعات اجتياز الامتحان”.
وقال مصدر من الوزارة في توضيح له، بأنه تم خلق خلية مراقبة على الصعيد المركزي والجهوي لتتبع عملية نشر الامتحانات، مشددا على أنه عملياً لا يمكن أن يكون هناك “شرطي لكل تلميذ” لمراقبة جميع المترشحين الذين يقومون بإدخال بعض الأجهزة الإلكترونية الدقيقة ومعدات متطوّرة معهم، في غفلة من الجميع، وهو ما تعذّر معه ضبط هذه الحالات التي تبقى “معزولة ومنفردة”.
function handleSidebarAd(){
const sidebarAd=document.getElementById('sidebar-ad');
if(!sidebarAd) return;
const overlapping=[
document.querySelector('.sticky-header'),
document.querySelector('.floating-elements'),
document.querySelector('.fixed-bottom-bar')
].filter(Boolean);
if(overlapping.length===0) return;
sidebarAd.style.position='sticky';
sidebarAd.style.top='20px';
sidebarAd.style.zIndex='99';
sidebarAd.style.transition='all .3s ease';
const io=new IntersectionObserver((entries)=>{
entries.forEach(entry=>{
if(entry.isIntersecting){
sidebarAd.style.opacity='0';
sidebarAd.style.pointerEvents='none';
sidebarAd.style.transform='translateY(20px)';
}else{
sidebarAd.style.opacity='1';
sidebarAd.style.pointerEvents='auto';
sidebarAd.style.transform='translateY(0)';
}
})
},{threshold:.1,rootMargin:'0px 0px -50px 0px'});
overlapping.forEach(el=>io.observe(el));
}function lazyLoadAds(){
const containers=document.querySelectorAll('.ad-container:not(.loaded),.in-content-ad:not(.loaded),.end-of-content-ad:not(.loaded)');
const io=new IntersectionObserver((entries,obs)=>{
entries.forEach(entry=>{
if(entry.isIntersecting){
const box=entry.target;
box.classList.add('loaded');
const ins=box.querySelector('ins.adsbygoogle');
if(ins && typeof window.adsbygoogle!=='undefined'){
(adsbygoogle=window.adsbygoogle||[]).push({});
}
obs.unobserve(box);
}
})
},{rootMargin:'200px 0px',threshold:.1});
containers.forEach(c=>io.observe(c));
}document.addEventListener('DOMContentLoaded',function(){
// دفع أولي للإعلانات الظاهرة فورًا
document.querySelectorAll('.ad-container.ad-leaderboard .adsbygoogle,#sidebar-ad .adsbygoogle').forEach(el=>{
if(typeof window.adsbygoogle!=='undefined'){(adsbygoogle=window.adsbygoogle||[]).push({});}
});
handleSidebarAd();
lazyLoadAds();
window.addEventListener('scroll',lazyLoadAds);
});
التعاليق (0)
التعاليق مغلقة.