اختبار اختبار الأسئلة أدخل اسمك: ابدأ الاختبار السؤال التالي النتيجة النهائية إعادة المحاولة body { font-family: Arial, sans-serif; direction: rtl; text-align: center; } #quiz-container { max-width: 500px; margin: 50px auto; } button { margin-top: 20px; padding: 10px 20px; background-color: #4CAF50; color: white; border: none; cursor: pointer; } button:hover { background-color: #45a049; } input { padding: 10px; margin: 20px 0; font-size: 16px; } const questions = [ { question: "ما هو عاصمة فرنسا؟", options: ["باريس", "لندن", "روما"], correct: 0 }, { question: "ما هو عدد كواكب المجموعة الشمسية؟...
Commentaires
Enregistrer un commentaire