... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
28429 مقال 231 مصدر نشط 38 قناة مباشرة 6824 خبر اليوم
آخر تحديث: منذ ثانيتين

UAE to judge universities on graduate success, job placements under new framework

العالم
Khaleej Times
2026/03/26 - 16:49 501 مشاهدة

Universities across the UAE will now be assessed more on what students achieve after graduation, like “Employment and Learning Outcomes” rather than what institutions put in — following the release of an updated national evaluation framework by the Ministry of Higher Education and Scientific Research (MoHESR).

The revised Outcome-Based Evaluation Framework (OBEF) University Guidebook is designed to help higher education institutions (HEIs) “succeed within an outcome-driven environment,” marking a significant shift in how performance is measured across the sector.

At its core, the framework moves away from traditional input-based assessments to a model that focuses on outcomes and acquired skills. It introduces a data-driven system built on 24 key performance indicators (KPIs), enabling universities to track progress, benchmark performance, and continuously improve using measurable evidence.

Stay up to date with the latest news. Follow KT on WhatsApp channels.

Focus shifts to jobs, skills and industry links

Under the updated model, universities will be evaluated across six weighted pillars, with the strongest emphasis placed on Employment Outcomes and Learning Outcomes, each accounting for 25 per cent of the total score.

Industry Collaboration follows at 20 per cent, alongside Research Outcomes (15 per cent), Reputation (10 per cent), and Community Engagement (5 per cent).

This structure reflects a growing national priority: ensuring graduates are equipped with skills that translate directly into the workforce.

The guidebook also introduces a new “Future Readiness” assessment, which evaluates how well institutions are preparing students for evolving labour market demands. This includes aligning academic programmes with emerging skills driven by technological change and integrating AI-enabled teaching and learning into classrooms.

Officials highlight that the framework provides coherence and clarity on the evaluation approach, while supporting evidence-based decision-making and reinforcing the need for accurate, well-governed data systems within institutions.

Universities, policymakers work together on rollout

The updated guidebook builds on extensive engagement with the sector, including a series of technical workshops attended by 735 representatives from UAE-based HEIs. These sessions focused on KPI definitions, calculation methodologies, and fostering a shared understanding of the framework.

Participants described the discussions as instrumental in strengthening self-assessment practices, with the collaborative approach underscoring the Ministry’s ongoing partnership with universities.

Importantly, several KPIs will now be measured using multi-year averages rather than single-year results — encouraging sustained performance improvements instead of short-term gains.

The framework also aligns with the UAE’s Zero Government Bureaucracy programme by streamlining evaluation processes and reducing the need for extensive documentation, making the system more efficient for institutions.

The Ministry said it will continue to support universities through capacity-building initiatives to ensure effective implementation, with the broader aim of enhancing the UAE’s global competitiveness as a higher education hub.

The updated OBEF University Guidebook (Version 11), in both English and Arabic, is now available on the MoHESR and Commission for Academic Accreditation websites.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 55448; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 55448; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤