Back to Freecodecamp

Task 23

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

latest2.1 KB
Original Source
<!-- (Audio) Sarah: We might also consider having weekly updates for parts of the project where changes are less frequent. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah's suggestion related to parts of the project that don't change often?

--answers--

Having daily updates.

--feedback--

Sarah does not propose daily updates. That's the original frequency.


Skipping updates.

--feedback--

Sarah does not suggest skipping updates.


Having weekly updates.


Having biweekly updates.

--feedback--

Sarah suggests less updates for the parts that don't change often.

--video-solution--

3

--explanation--

To consider something means to think about something carefully before making a decision or taking action. It suggests that someone is weighing an option or idea before deciding whether to go ahead with it. For example:

We should consider all the feedback before finalizing the plan. – This means the team should think about the feedback carefully before making a decision.

--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": 44.62,
      "finishTimestamp": 49.14
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "We might also consider having weekly updates",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.2,
      "finishTime": 5.52,
      "dialogue": {
        "text": "for parts of the project where changes are less frequent.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}