Created the first exercise of the listening demo

This commit is contained in:
Tiago Ribeiro
2023-03-24 18:09:05 +00:00
parent 3d74bf9bf1
commit 2b38f9df9b
8 changed files with 473 additions and 84 deletions

64
src/demo/listening.json Normal file
View File

@@ -0,0 +1,64 @@
{
"audio": {
"title": "",
"source": "",
"transcript": "",
"repeatableTimes": 3
},
"exercises": [
{
"type": "multipleChoice",
"prompt": "Select the appropriate option",
"questions": [
{
"id": "1",
"prompt": "What does her briefcase look like?",
"solution": "A",
"variant": "image",
"options": [
{
"id": "A",
"src": "https://i.imgur.com/sU7SLvF.png"
},
{
"id": "B",
"src": "https://i.imgur.com/i5RacYK.png"
},
{
"id": "C",
"src": "https://i.imgur.com/rEbrSqA.png"
},
{
"id": "D",
"src": "https://i.imgur.com/2lZZ9kM.png"
}
]
},
{
"id": "2",
"prompt": "What did she have inside her briefcase?",
"solution": "D",
"variant": "text",
"options": [
{
"id": "A",
"text": "wallet, pens and novel"
},
{
"id": "B",
"text": "papers and wallet"
},
{
"id": "C",
"text": "pens and novel"
},
{
"id": "D",
"text": "papers, pens and novel"
}
]
}
]
}
]
}