quizEngine/js/gameData.json

33 lines
910 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"questions": [
{
"question": "Выбери вариант МОСТ или РЕКА",
"image": "image_land.jpg",
"answer": [ "Мост", "Рудник", "Река", "Солнце" ],
"rightAnswer": [ "мОст", "РЕКА" ]
},
{
"question": "Что горит?",
"image": "image_port.jpg",
"answer": [ "Вода", "Огонь", "Ветер", "Земля" ],
"rightAnswer": "ОгоНЬ"
},
{
"question": "t замерзания воды?",
"image": "image_land.jpg",
"answer": [ "0", "-1", "1", "-10" ],
"rightAnswer": "0"
}
],
"answerResult": {
"100": "100%. Ты милаха!",
"60": "Больше половины, красава.",
"0": "0%. Ты вообще не в теме"
},
"result": {
"minRightAnswer": 60,
"notPassed": "notPassed.png",
"passed": "passed.png"
}
}