curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614ac949f89655d25e9d43c.md
A launch in a business context usually refers to the introduction of a new product or service to the market. Like saying, The company is excited about the launch of its new app.
Hi, team! Thanks for joining the call. Let's discuss our strategy for the BLANK product BLANK.
upcoming
It is used here to describe the activity that is scheduled to happen in the near future.
launch
It refers to the act of officially introducing the new product to the market.
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "8.2-2.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 5.24
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 3.12,
"dialogue": {
"text": "Hi team, thanks for joining the call.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 3.28,
"finishTime": 6.24,
"dialogue": {
"text": "Let's discuss our strategy for the upcoming product launch.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 6.74
}
]
}