Back to Freecodecamp

Task 144

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67633b85c9f913803fd8591c.md

latest2.0 KB
Original Source
<!-- (audio) Jake: We'll probably do that after we've completed the training. It's better to ensure our team is fully prepared first. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why doesn't Jake want to inform other departments before the training?

--answers--

Because the team is already prepared.

--feedback--

Jake does not say the team is already prepared. He talks about the need to prepare them first.


Because the other departments don't need the information.

--feedback--

Jake does not mention that the other departments don't need the information.


Because the team needs to be fully prepared first.


Because the training is not important.

--feedback--

Jake does not imply that the training is unimportant. In fact, he emphasizes its importance.

--video-solution--

3

--explanation--

Fully prepared means completely ready. Jake wants the team to be ready before sharing the information.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 51.4,
      "finishTimestamp": 56.44
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "We'll probably do that after we've completed the training.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.2,
      "finishTime": 6.04,
      "dialogue": {
        "text": "It's better to ensure our team is fully prepared first.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.54
    }
  ]
}