pngs/questions.json
2010-09-18 03:43:52 +02:00

18 lines
436 B
JSON
Raw 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.

[
{ question: "Как овас?",
answers: [ { text: "Орчин хорошо",
right: true },
{ text: "Хорошо" },
{ text: "Не хорошо" },
{ text: "Исвинизие?" }
] },
{ question: "где выхад?",
answers: [ { text: "Я вы́йду о вас" },
{ text: "Я не снаю" },
{ text: "слева",
right: true },
{ text: "справа" }
] }
]