Last active
February 19, 2023 21:58
-
-
Save cyphunk/d6ac95e119d6233cbb665268757c42fa to your computer and use it in GitHub Desktop.
questions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"question": | |
{ | |
"en": "What percentage of refugees today (worldwide) are from European ex-colonies?", | |
"de": "Wieviel Prozent der weltweiten Geflüchteten heutzutage kommen aus europäischen Ex-Kolonien?" | |
}, | |
"options": | |
[ | |
{ "en": "12%", "de": "12%" }, | |
{ "en": "34%", "de": "34%" }, | |
{ "en": "58%", "de": "58%" }, | |
{ "en": "79%", "de": "79%" }, | |
{ "en": "96%", "de": "96%" } | |
], | |
"answer_correct_index": 4, | |
"answer_correct_text": | |
{ | |
"en": "96% of all refugees worldwide are from European ex-colonies. A list of forcibly displaced people, their place of origin and the colonizing nation can be found at <a href="">...</a>", | |
"de": "...", | |
}, | |
"answer_wrong_text": | |
{ | |
"en": "96% of all refugees worldwide are from European ex-colonies. A list of forcibly displaced people, their place of origin and the colonizing nation can be found at <a href="">...</a>", | |
"de": "...", | |
}, | |
}, | |
{ | |
"question": | |
{ | |
"en": "Another question?", | |
"de": "...?" | |
}, | |
"options": | |
[ | |
{ "en": "answer1", "de": "antwort1" }, | |
{ "en": "answer2", "de": "antwort2" } | |
], | |
"answer_correct_index": 1, | |
"answer_correct_text": | |
{ | |
"en": "correct text and some link for more info <a href="">...</a>", | |
"de": "...", | |
}, | |
"answer_wrong_text": | |
{ | |
"en": "incorrect text and some link for more info <a href="">...</a>", | |
"de": "...", | |
}, | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment