Back to Freecodecamp

Task 58

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680a316d0236fd69eeace239.md

latest1.8 KB
Original Source
<!-- (Audio) Sophie: We could see some delays at the beginning. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

When does Sophie think the delays might happen?

--answers--

After the system has been running for a long time.

--feedback--

Sophie suggests delays could occur early on, not later.


While testing is being skipped.

--feedback--

Sophie doesn't mention anything about skipping testing.


When the new feature is released.


Only if something breaks later in the process.

--feedback--

Sophie talks about delays early on, not later failures.

--video-solution--

3

--explanation--

At the beginning is an adverbial phrase that refers to the early stage of something — when something is just starting. It helps show the time or point at which an action or situation occurs. For example:

At the beginning of the meeting, we discussed the new schedule. – This means the schedule was talked about during the first part of the meeting.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.94,
      "finishTimestamp": 27.58
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.64,
      "dialogue": {
        "text": "We could see some delays at the beginning.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.14
    }
  ]
}