Table of Contents
- More About Who Cain Married From Across The Web
- Try Our Bible Smarts Quiz here. See if you can get 10/10Bible Smarts Quiz!
.bcq-quiz-container { max-width: 600px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); font-family: Arial, sans-serif; }
.bcq-quiz-container h2 { color: #1e3a8a; text-align: center; }
.bcq-question { margin-bottom: 15px; font-weight: bold; font-size: 1.1em; }
.bcq-options button { display: block; width: 100%; margin-bottom: 8px; padding: 10px; border-radius: 10px; border: 1px solid #ccc; cursor: pointer; background: #f0f8ff; font-size: 1em; }
.bcq-options button.correct { background: #a3e635; border-color: #4d7c0f; }
.bcq-options button.incorrect { background: #fca5a5; border-color: #b91c1c; }
.bcq-answer-section { margin-top: 15px; padding: 10px; background: #d1fae5; border-radius: 10px; display: none; }
.bcq-score-bar { height: 20px; background: #e5e7eb; border-radius: 10px; margin-top: 10px; }
.bcq-score-fill { height: 100%; background: #facc15; border-radius: 10px; width: 0%; transition: width 0.5s; }
.bcq-next-btn { margin-top: 10px; padding: 8px 12px; border: none; background: #1e40af; color: #fff; border-radius: 10px; cursor: pointer; }
document.addEventListener('DOMContentLoaded', function() {
// Example structure for 200+ questions. Fill in all questions in this array.
const bcqQuizData = [
{ Question: "Who was Jesus’ human mother?", Answer: "Mary", ScripturalReference: "Luke 1:30–31", FunFact: "Mary trusted God even when the angel surprised her!" },
{ Question: "Who was Jesus’ adoptive father on Earth?", Answer: "Joseph", ScripturalReference: "Matthew 1:18-25", FunFact: "Joseph obeyed God and protected his family!" },
{ Question: "Who was Jesus’ birth father?", Answer: "God the Father", ScripturalReference: "Matthew 1:20", FunFact: "Jesus was the Son of God!" },
{ Question: "Where was Jesus born?", Answer: "Bethlehem", ScripturalReference: "Luke 2:4-7", FunFact: "A tiny town with a huge role in God’s plan!" },
{ Question: "Why didn’t Jonah trust the ocean?", Answer: "He knew there was something fishy about it", ScripturalReference: "Jonah 1:3", FunFact: "Jonah tried to run from God but got swallowed by a big fish!" },
{ Question: "Who betrayed Jesus?", Answer: "Judas Iscariot", ScripturalReference: "Matthew 26:14-16", FunFact: "He was one of the 12 disciples!" },
{ Question: "How many disciples did Jesus have?", Answer: "12", ScripturalReference: "Matthew 10:1-4", FunFact: "A perfect dozen of helpers!" },
{ Question: "What is the shortest verse in the Bible?", Answer: "Jesus wept.", ScripturalReference: "John 11:35", FunFact: "Even Jesus showed compassion!" },
{ Question: "Who built the ark?", Answer: "Noah", ScripturalReference: "Genesis 6:14-22", FunFact: "He obeyed God even when it seemed strange!" },
{ Question: "Who was swallowed by a big fish?", Answer: "Jonah", ScripturalReference: "Jonah 1:17", FunFact: "Jonah prayed inside the fish!" },
// ... continue filling until 200+ questions
];
function bcqShuffleArray(array) {
const arr = [...array];
for (let i = arr.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[arr[i], arr[j]] = [arr[j], arr[i]];
}
return arr;
}
let bcqQuestions = bcqShuffleArray(bcqQuizData).slice(0,10);
let bcqCurrent = 0;
let bcqScore = 0;
const bcqQuizDiv = document.getElementById('bcq-quiz');
const bcqScoreFill = document.getElementById('bcqScoreFill');
function bcqDisplayQuestion() {
const q = bcqQuestions[bcqCurrent];
const optionsArr = bcqShuffleArray([q.Answer, ...bcqShuffleArray(bcqQuizData).slice(0,3).map(o => o.Answer)]);
bcqQuizDiv.innerHTML = `
${q.Question}`; const buttons = bcqQuizDiv.querySelectorAll('.bcq-options button'); buttons.forEach(btn => { btn.addEventListener('click', () => bcqCheckAnswer(btn)); }); document.getElementById('bcqNextBtn').addEventListener('click', bcqNextQuestion); } function bcqCheckAnswer(button) { const q = bcqQuestions[bcqCurrent]; const selected = button.getAttribute('data-answer'); const buttons = bcqQuizDiv.querySelectorAll('.bcq-options button'); buttons.forEach(btn => { if(btn.getAttribute('data-answer') === q.Answer) btn.classList.add('correct'); if(btn.getAttribute('data-answer') === selected && selected !== q.Answer) btn.classList.add('incorrect'); btn.disabled = true; }); if(selected === q.Answer) bcqScore++; document.getElementById('bcqAnswerSection').style.display = 'block'; bcqScoreFill.style.width = `${(bcqScore/(bcqCurrent+1))*100}%`; } function bcqNextQuestion() { bcqCurrent++; if(bcqCurrent >= bcqQuestions.length) { if(confirm(`Quiz Finished! Your score: ${bcqScore}/${bcqQuestions.length}. Do you want a new set of 10 questions?`)) { bcqQuestions = bcqShuffleArray(bcqQuizData).slice(0,10); bcqCurrent = 0; bcqScore = 0; bcqScoreFill.style.width = '0%'; } else return; } bcqDisplayQuestion(); } bcqDisplayQuestion(); }); Get More Answers From The Bible
Answer: ${q.Answer}
Scriptural Reference: ${q.ScripturalReference}
Fun Fact: ${q.FunFact}
- Bible Smarts Quiz!
Who did Cain Marry?
The Bible doesn't say who Cain married specifically, but Jubilees 4 shares that Cain married his sister by the name of Awan. Their first child was Enoch.
More About Who Cain Married From Across The Web
- Cain got married to a wife.
- Cain got married to a woman who was his sister or another close relation.
- Cain's wife was one of the descendants of Adam and Eve.
- The only possible answer is that his wife was his sister or niece or great-niece, etc.
- He married one of his sisters or another close female relative.
- The book of Jubilees (extra-biblical text) states that he married a wife, his sister, Awan.
Try Our Bible Smarts Quiz here. See if you can get 10/10
Bible Smarts Quiz!
Get More Answers From The Bible
Cain Marries His Wife After Killing Abel in Genesis
Genesis 4:1-7 And Adam knew Eve his wife; and she conceived, and bare Cain, and said, I have gotten a man from the Lord.
2 And she again bare his brother Abel. And Abel was a keeper of sheep, but Cain was a tiller of the ground.
3 And in process of time it came to pass, that Cain brought of the fruit of the ground an offering unto the Lord.
4 And Abel, he also brought of the firstlings of his flock and of the fat thereof. And the Lord had respect unto Abel and to his offering:
5 But unto Cain and to his offering he had not respect. And Cain was very wroth, and his countenance fell.
6 And the Lord said unto Cain, Why art thou wroth? and why is thy countenance fallen?
7 If thou doest well, shalt thou not be accepted? and if thou doest not well, sin lieth at the door. And unto thee shall be his desire, and thou shalt rule over him.
8 And Cain talked with Abel his brother: and it came to pass, when they were in the field, that Cain rose up against Abel his brother, and slew him.Uplifting Bible Verses For Funerals and Celebration of Life (Powerful)
9 And the Lord said unto Cain, Where is Abel thy brother? And he said, I know not: Am I my brother's keeper?Bible Verses About Leadership (Powerful)
10 And he said, What hast thou done? the voice of thy brother's blood crieth unto me from the ground.
11 And now art thou cursed from the earth, which hath opened her mouth to receive thy brother's blood from thy hand;
12 When thou tillest the ground, it shall not henceforth yield unto thee her strength; a fugitive and a vagabond shalt thou be in the earth.
13 And Cain said unto the Lord, My punishment is greater than I can bear.
14 Behold, thou hast driven me out this day from the face of the earth; and from thy face shall I be hid; and I shall be a fugitive and a vagabond in the earth; and it shall come to pass, that every one that findeth me shall slay me.
15 And the Lord said unto him, Therefore whosoever slayeth Cain, vengeance shall be taken on him sevenfold. And the Lord set a mark upon Cain, lest any finding him should kill him.
16 And Cain went out from the presence of the Lord, and dwelt in the land of Nod, on the east of Eden.
17 And Cain knew his wife; and she conceived, and bare Enoch: and he builded a city, and called the name of the city, after the name of his son, Enoch.