Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6848794ae7e6f857c1113f57.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Absolutely, Anna. It's crucial that we iron out these details soon. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian think they should do quickly?

--answers--

Start writing a new version of the policy.

--feedback--

Brian doesn't mention writing.


Solve the small problems related to the policy updates.


Send the updates to the whole team right away.

--feedback--

Brian doesn't want to share everything quickly.


Wait until more information is available.

--feedback--

Brian doesn't say he wants to wait for more information.

--video-solution--

2

--explanation--

Something crucial is very important or essential. For example:

It's crucial to back up your code before running new tests. – This means it's very important to save your code first.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.8,
      "finishTimestamp": 11.74
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Absolutely, Anna. It's crucial that we iron out these details soon.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}