Back

Major Battles of Islam

“Welcome to our website. I am honored to be the new president of Eduma University. I have been entrusted with continuing the academic excellence of this university and enriching the quality of student life.”

Welcome

language-tests

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words.

Learn More

Events

23
Dec
Building Assignment Writing Skills
00:00 - 17:00
Birmingham, UK
15
Oct
Eduma Autumn 2022
08:00 - 17:00
Venice, Italy
30
Sep
Summer School 2022
08:00 - 17:00
NewYork, USA
Learn more

Create your free account now and immediately get access to 100s of online courses.

New Students Join Every Week

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Popular Course​s

Limitless learning, more possibilities

94532
Learners
60483
Graduates
35
Countries Reached
1560
Courses Published

Why Choose Us?

A choice that makes the difference.

01

100% of students are employed immediately after graduation

02

Project-based learning & opportunities to work directly with enterprises

03

Opportunities to transfer to top technology academies

Trusted by over 6000+ students

Join our community of students around the world helping you succeed.

Outstanding Alumni

Your experience does not stop when you graduate.

Pierre Hackett
Bachelor of Business / MBA
"Pierre is a Fullbright Scholar working to drive change within indigenous communities."
Leah Steven
Master of Nutrition and Dietetics
"Leah is the founder, leader and manager of the most successful private practice dietetic company across American."
Victor Hansen
Bachelor of Information Technology
"Tyson is a serial entrepreneur taking his passion projects and turning them into successful businesses."

Our World University Rankings

We've achieved an enviable reputation for research and teaching excellence.

3rd

Nature Index Young University Rankings

2nd

Times Higher Education Young University Ranking

3rd

Best Global Universities in Asia - US News and World Report

5th

Times Higher Education Asia University Ranking

19th

QS World University Rankings

3rd

QS Asia University Rankings

33rd

US News and World Report Best Global University Rankings

46th

Times Higher Education World University Rankings

10th

QS World’s Most Photogenic Universities

Campus Life

Building a vibrant community of creative and accomplished people

campus-life-1
A residential campus with diverse housing, exceptional dining, health care and over 600 student
Student Affairs
campus-life-2
A residential campus with diverse housing, exceptional dining, health care and over 600 student
Student Affairs
campus-life-3
A residential campus with diverse housing, exceptional dining, health care and over 600 student
Student Affairs

Subscribe now and receive weekly newsletter with educational materials, new courses, interesting posts, popular books and much more!

Unlock the Secrets of Islam with Iman Quiz

Section 1: Discover the Beauty of Islam Are you curious about the fascinating world of Islam? Whether you’re new to the faith or have been...
Read More »

Test Your Islamic Knowledge with Iman Quiz

Section 1: Enhance Your Understanding of Islam Are you looking to expand your knowledge of Islam? Look no further! Iman Quiz is here to help...
Read More »

Expand Your Islamic Knowledge with Iman Quiz

The Importance of Expanding Your Islamic Knowledge As Muslims, it’s crucial for us to continuously seek knowledge and strengthen our understanding of Islam. The more...
Read More »

Test Your Islamic Knowledge with Iman Quiz!

Expand Your Islamic Knowledge with Iman Quiz Are you eager to learn more about Islam? Do you want to test and improve your Islamic knowledge?...
Read More »
[mc4wp_form id=”3101″]

Latest News

Education news all over the world.

Chapter One – Allah is One

Expand Your Islamic Knowledge with Iman Quiz

cropped-imanquiz-site-icon-1.png

Expand Your Islamic Knowledge with Iman Quiz

Grade 1: Beliefs

Grade 1: Ch 1

Our Global Partners

// === Voice Quiz Enhancer for Watu Pro === // Adds TTS (reads the question) and STT (speech input for answers) document.addEventListener("DOMContentLoaded", () => { const speak = (text) => { const utterance = new SpeechSynthesisUtterance(text); utterance.lang = 'en-US'; speechSynthesis.speak(utterance); }; const recognition = new (window.SpeechRecognition || window.webkitSpeechRecognition)(); recognition.lang = 'en-US'; recognition.continuous = false; recognition.interimResults = false; // Speak question + choices const questionBlock = document.querySelector(".watu-question"); if (questionBlock) { const textToSpeak = questionBlock.innerText.replace(/\s+/g, " "); speak(textToSpeak); } // Listen for spoken answers recognition.onresult = function (event) { const transcript = event.results[0][0].transcript.toLowerCase(); let selected = false; ['a', 'b', 'c', 'd'].forEach(letter => { if (transcript.includes(letter) && !selected) { const label = document.querySelector(`label[for*=answer_${letter}]`); if (label) { label.click(); // Simulate clicking the label (selects answer) selected = true; speak(`You selected option ${letter.toUpperCase()}`); const submitBtn = document.querySelector("input[type='submit']"); if (submitBtn) { setTimeout(() => submitBtn.click(), 1000); // Auto-submit } } } }); if (!selected) speak("Sorry, I didn't catch that. Please say A, B, C, or D."); }; // Start recognition on button click const listenBtn = document.createElement("button"); listenBtn.textContent = "🎤 Answer by Voice"; listenBtn.style.marginTop = "10px"; listenBtn.onclick = () => { recognition.start(); speak("Listening for your answer."); }; const container = document.querySelector(".watu-question")?.parentElement; if (container) container.appendChild(listenBtn); });