Added an exercise to write in blank spaces

This commit is contained in:
Tiago Ribeiro
2023-03-28 16:10:43 +01:00
parent 2b38f9df9b
commit 780d208675
8 changed files with 156 additions and 27 deletions

View File

@@ -59,6 +59,33 @@
]
}
]
},
{
"type": "writeBlanks",
"prompt": "Complete the notes below by writing NO MORE THAN THREE WORDS in the spaces provided.",
"maxWords": 3,
"text": "The Government plans to give ${{14}} to assist the farmers. This money was to be spent on improving Sydneys {{15}} but has now been re-allocated. Australia has experienced its worst drought in over fifty years. Farmers say that the money will not help them because it is {{16}}.",
"solutions": [
{
"id": "14",
"solution": [
"250 million"
]
},
{
"id": "15",
"solution": [
"roads",
"road system"
]
},
{
"id": "16",
"solution": [
"too late"
]
}
]
}
]
}