curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/66222be67d3aa258bc576aee.md
The expression first things first is used to emphasize that important things should be done before anything else. It's often said at the beginning of a task to focus on the most important steps first. For example, First things first, let's review the project plan means to start with reviewing the plan before moving to other tasks.
An environment, in a technological context, often refers to a set of software and hardware conditions in which a system operates. For example, a development environment is where programmers write and test their code.
Great to BLANK that. Now, BLANK things first. Install the development BLANK correctly, and you'll be all set to start coding.
hear
In this context, it refers to Maria receiving and acknowledging Tom's response.
first
It is used to prioritize the most important tasks.
environment
It refers to the software setup needed for coding.
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "Maria",
"position": {
"x": 50,
"y": 0,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "9.1-2.mp3",
"startTime": 1,
"startTimestamp": 10.88,
"finishTimestamp": 17.48
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 3.66,
"dialogue": {
"text": "Great to hear that. Now, first things first.",
"align": "center"
}
},
{
"character": "Maria",
"startTime": 4.14,
"finishTime": 5.94,
"dialogue": {
"text": "Install the development environment correctly,",
"align": "center"
}
},
{
"character": "Maria",
"startTime": 5.96,
"finishTime": 7.6,
"dialogue": {
"text": "and you'll be all set to start coding.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 8.1
}
]
}