Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/67fe65a968ed0b1c7299d88e.md

latest2.5 KB
Original Source
<!-- (Audio) Sarah: But, to be honest, we often end up talking about details that haven't changed from the day before. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Sarah feel she needs to be honest about the daily meetings?

--answers--

Because the meetings are not productive.

--feedback--

Sarah does not mention that the meetings are unproductive.


Because they talk about things which are unrelated to the project.

--feedback--

Sarah does not mention talking about things that don't have to do with the project.


Because they often talk about things that are the same in comparison to the day before.


Because they often talk about new information.

--feedback--

Sarah feels the need to be honest because the information being discussed changes very little from one day to the other.

--video-solution--

3

--explanation--

The day before is an adverbial phrase that refers to the previous day. It gives a sense of time, indicating that something happened one day before the current day.

Be mindful that simply saying yesterday has to do with the day before today. You can use the day before to talk about a day preceding any day. For example:

We discussed the new feature the day before. – This means the discussion occurred the previous day to the day being discussed.

In contrast, saying yesterday, as in We discussed the new feature yesterday., specifically means it happened the day before today.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 19.32,
      "finishTimestamp": 23.62
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "But to be honest, we often end up talking",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.06,
      "finishTime": 5.3,
      "dialogue": {
        "text": "about details that haven't changed from the day before.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.8
    }
  ]
}