Kvíz s predikcí pohlaví dítěte

Zkontrolujte svůj boční profil v zrcadle. Jak máš tvarovaný hrbolek a kde sedí?

DALŠÍ

Je to miminko

DÍVKA!

55 %
z našich členů jsou
předpovězeno, že bude mít dívku!

45 %
z našich členů jsou
předpovězeno, že bude mít kluka!

Pravděpodobně se vám stalo, že vás na ulici zastavili cizí lidé, kteří byli přesvědčeni, že vám řeknou, zda máte dívku nebo chlapce, pouhým pohledem na vás. Tento kvíz s prediktorem pohlaví je založen na několika z těchto „příběhů manželek“, které byly po generace používány k uhodnutí pohlaví vašeho dítěte. Samozřejmě je to jen pro zábavu – ve skutečnosti nemáme tajné okno do vaší dělohy! – ale doufáme, že to zkusíte a pobavíte se! Když už jste tady, nezapomeňte se podívat na náš nástroj pro predikci pohlaví, který je založen na metodě předpovědi čínského kalendáře.

var otázky = [
„Check your side profile out in the mirror. How is your bump shaped, and where is it sitting?“,
„Stay by that mirror! Where are you carrying most of your baby weight?“,
„One more while you’re by the mirror, mama! Is your face fuller or the same as before?“,
„When you last visited your OBGYN, what was baby’s heart rate?“,
„How has your complexion been treating you lately?“,
„Has your partner been gaining weight right along with you?“,
„How is that first-trimester morning sickness treating you?“,
„How is that leg hair growing?“,
„Do you have a line going up your belly? It’s called a linea negra. Where does yours start and end?“,
„What do you feel like you’re having?“
];

var odpovídá = [
{
answer1: „Round like a basketball and sitting low on your abdomen?“,
answer1Value: 0,
answer2:
„Jutting out like a watermelon and sitting high beneath your chest?“,
answer2Value: 1
},
{
answer1:
„If you saw me from behind, you might not know I’m pregnant! I’m all belly, jutting to the front.“,
answer1Value: 0,
answer2: „I’ve gained weight in my hips and thighs, not just in the bump.“,
answer2Value: 1
},
{
answer1: „Fuller!“,
answer1Value: 0,
answer2: „Same as before!“,
answer2Value: 1
},
{
answer1: „Less than 140 beats-per-minute.“,
answer1Value: 0,
answer2: „More than 140 beats-per-minute.“,
answer2Value: 1
},
{
answer1: „Pregnancy has cleared up my skin and given me a glow!“,
answer1Value: 0,
answer2: „It’s the same as it was before pregnancy, or worse.“,
answer2Value: 1
},
{
answer1: „Yes! He’s gained as much – if not more – weight than I have!“,
answer1Value: 0,
answer2: „Nope. Same as he was before.“,
answer2Value: 1
},
{
answer1: „Morning sickness? Don’t you mean all-day sickness?“,
answer1Value: 0,
answer2: „I haven’t had it too bad!“,
answer2Value: 1
},
{
answer1: „Faster than before!“,
answer1Value: 0,
answer2: „Same as before.“,
answer2Value: 1
},
{
answer1: „Mine goes up to my ribcage.“,
answer1Value: 0,
answer2: „Mine stops at my navel.“,
answer2Value: 1
},
{
answer1: „Girl.“,
answer1Value: 0,
answer2: „Boy.“,
answer2Value: 1
}
];

var odpovědi = [
{
value: 0,
answer: „“,
percent: „68%“
},
{
value: 0,
answer: „“,
percent: „36%“
},
{
value: 0,
answer: „“,
percent: „62%“
},
{
value: 0,
answer: „“,
percent: „29%“
},
{
value: 0,
answer: „“,
percent: „66%“
},
{
value: 0,
answer: „“,
percent: „67%“
},
{
value: 0,
answer: „“,
percent: „54%“
},
{
value: 0,
answer: „“,
percent: „65%“
},
{
value: 0,
answer: „“,
percent: „69%“
},
{
value: 0,
answer: „“,
percent: „55%“
}
];

funkce saveResponse() {
if (odpověď1Radio.checked) {
odpovědi[currentQuestion].value = answer1Radio.value;
odpovědi[currentQuestion].answer = answer1Content.innerHTML;
answer1Radio.checked = false;
vrátit true;
} else if (answer2Radio.checked) {
odpovědi[currentQuestion].value = answer2Radio.value;
odpovědi[currentQuestion].answer = answer2Content.innerHTML;
answer2Radio.checked = false;
vrátit true;
}
vrátit false;
}

function buildResponses() {
var responsesHTML = „“,
responsesValues ​​= 0,
responsesAverage = 0;

for (var i = 0; i

“ + otázky[i] +“

“+

“ + odpovědi[i].odpověď + “

“+

“ + odpovědi[i].percent + “ matek zvolilo tuto odpověď“ + „

“;
}

resultGender.innerHTML = “DÍVKA!”;
responsesAverage = responsesValues ​​/ 10;

console.log(“responsesValues ​​total: “, responsesValues);
console.log(“responsesAverage: “, responsesAverage);

if (responsesAverage > 0,5) {
resultGender.innerHTML = “CHLAPEC!”;
}

QuestionsResponses.innerHTML = odpovědiHTML;
}

function showNextQuestion(event) {
event.preventDefault();

console.log(“showNextQuestion –> currentQuestion: “, currentQuestion);

if (!(currentQuestion < MAX_QUESTIONS) || !saveResponse()) { // noop } else { currentQuestion++; if (currentQuestion === MAX_QUESTIONS) { questionContainer.style.display = “none”; buildResponses(); resultsContainer.style.display = “blok”; } else { questionContent.innerHTML = otázky[currentQuestion]; answer1Radio.value = odpovědi[currentQuestion].odpověď1Hodnota; answer1Content.innerHTML = odpovědi[currentQuestion].odpověď1; answer2Radio.value = odpovědi[currentQuestion].answer2Value; answer2Content.innerHTML = odpovědi[currentQuestion].odpověď2; } } console.log(“showNextQuestion –> currentQuestion: “, currentQuestion);
}

nextButton.addEventListener(“click”, showNextQuestion);

Upozornění: Upozorňujeme, že tento nástroj slouží pouze pro informační účely. Je důležité promluvit si se svým poskytovatelem zdravotní péče.

Zjistit více

Napsat komentář

Vaše e-mailová adresa nebude zveřejněna. Vyžadované informace jsou označeny *

POSLEDNÍ ČLÁNKY