Back to Freecodecamp

Task 45

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/6807dd51100bf2a9d80106a3.md

latest1.9 KB
Original Source
<!-- (Audio) James: As we start on the new chat feature, we need to make sure it works well everywhere. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does James think it's important to make sure everything is working correctly?

--answers--

Because the team is beginning to work on a new feature.


Because there were bugs in the last release.

--feedback--

James doesn't mention past issues.


Because the app already works well on all platforms.

--feedback--

James is not saying the app already works well.


Because they've finished the development phase.

--feedback--

James does not say they are finishing the new feature.

--video-solution--

1

--explanation--

As at the beginning of a sentence can be used to talk about the reason why you are raising a topic. It introduces the reason why you are saying what comes next. For example:

As we're moving into the testing phase, we need to prepare the test cases. – This means the team is starting the testing phase and that is the reason why they need to get ready.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.46
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "As we start on the new chat feature, we need to make sure it works well everywhere.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}