fix: Align exams creator_type enum to ai_adaptive and add fault-tolerant checkpoint generation
This commit is contained in:
@@ -1287,7 +1287,8 @@ class TeacherPortal
|
||||
alert('❌ ' + (data.message || 'فشل رفع الفيديو'));
|
||||
}
|
||||
} catch (err) {
|
||||
alert('❌ خطأ في معالجة استجابة السيرفر');
|
||||
console.error('Response:', xhr.responseText);
|
||||
alert('❌ خطأ في معالجة استجابة السيرفر:\n' + (xhr.responseText ? xhr.responseText.substring(0, 250) : 'استجابة فارغة'));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user