curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67dc25f45232bd1af20fe096.md
Listen to the audio and complete the sentence below.
Sure, Alice. We were talking about the new project BLANK, right?
requirements
This refers to things that are necessary or needed for something. It's in the plural form.
Requirements refers to things that are necessary for a task, project, or goal to be completed. For example:
The job requirements include experience with programming. - This means experience with programming is necessary for the job.
{
"setup": {
"background": "interview-room2.png",
"characters": [
{
"character": "James",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_15-1.mp3",
"startTime": 1,
"startTimestamp": 4.4,
"finishTimestamp": 7.9
}
},
"commands": [
{
"character": "James",
"opacity": 1,
"startTime": 0
},
{
"character": "James",
"startTime": 1,
"finishTime": 4.5,
"dialogue": {
"text": "Sure, Alice. We were talking about the new project requirements, right?",
"align": "center"
}
},
{
"character": "James",
"opacity": 0,
"startTime": 5
}
]
}