Skip to content

Instantly share code, notes, and snippets.

@shamiul94
Created July 7, 2019 14:54
Show Gist options
  • Save shamiul94/6fa05a96cca282711241986948f85452 to your computer and use it in GitHub Desktop.
Save shamiul94/6fa05a96cca282711241986948f85452 to your computer and use it in GitHub Desktop.
[
[
"Task_Name": "sentenceMatching",
"Target_Index": "",
"Tasks":
[
{
"bangla_sentence": "এমন জীবন গঠন করো, যাতে মৃত্যুশয্যায় জীবনের দিকে তাকিয়ে স্মিত হতে পারো। ",
"english_sentence": "Lead a life you can look back at and smile at your death bed"
},
{
"bangla_sentence": "সময় সবচেয়ে বড় নিরামক",
"english_sentence": "Time is a great healer"
},
{
"bangla_sentence": "সুন্দরবন সর্ববৃহৎ ম্যানগ্রোভ বন",
"english_sentence": "Sundarbans is the largest mangrove forest"
}
]
],
{
"Task_Name": "fillintheblanks",
"Target_Index": "",
"Incomplete_Sentence": "Kill the # let the # be #",
"Options": [
"world",
"man",
"boy",
"prefer",
"sun",
"born"
],
"Answers": [
"boy",
"man",
"born"
],
"Explanation": "Kill the boy let the man be born"
},
{
"Task_Name": "truefalse",
"Target_Index": "",
"question": "The Sun rises in the east.",
"answer": "True",
"explanation": "It's a constant truth."
},
{
"Task_Name": "fillintheblanks",
"Target_Index": "",
"Incomplete_Sentence": "Don't # what you can't #",
"Options": [
"healer",
"cover",
"learn",
"understand",
"sun",
"criticize"
],
"Answers": [
"criticize",
"understand"
],
"Explanation": "Don't criticize what you can't understand"
},
{
"Task_Name": "mcq",
"Target_Index": "",
"Question": "In which direction does the Sun rise?",
"Options": [
"learn",
"f3turZE2jc",
"lose",
"traveller"
],
"Answer": "learn",
"Explanation": "The Sun rises in the East."
},
{
"Task_Name": "fillintheblanks",
"Target_Index": "",
"Incomplete_Sentence": "Time is a great #",
"Options": [
"traveller",
"match",
"healer"
],
"Answers": [
"healer"
],
"Explanation": "Time is a great healer"
},
{
"Task_Name": "mcq",
"Target_Index": "",
"Question": "Which one is the largest mangrove forest?",
"Options": [
"incapable",
"hFV8LeRby8",
"prefer",
"criticize"
],
"Answer": "criticize",
"Explanation": "Sundarbans is the largest mangrove forest in the world."
},
{
"Task_Name": "truefalse",
"Target_Index": "",
"question": "The cow is flying in the sky.",
"answer": "False",
"explanation": "Cows can't fly."
},
{
"Task_Name": "mcq",
"Target_Index": "",
"Question": "Which one below is the largest sea beach?",
"Options": [
"sun",
"forgiveness",
"short",
"criticize"
],
"Answer": "forgiveness",
"Explanation": "Cox's Bazar is the largest sea beach."
},
{
"Task_Name": "truefalse",
"Target_Index": "",
"question": "Bill Gates is the founder of Google.",
"answer": "False",
"explanation": "Bill Gates is the founder of Microsoft."
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment