Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67535bfb5c07ec6334ec8ea3.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Do you think it will affect our project deadlines? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah want to know?

--answers--

If they need to update the project plan.

--feedback--

This option is about changing the plan, but Sarah is asking something different.


If the project can continue as planned.

--feedback--

This option talks about the project's continuation, but Sarah's question is about something else.


If the attack will delay their deadlines.


If the team has already finished the project.

--feedback--

This option refers to whether the project is complete, but Sarah is not asking about that.

--video-solution--

3

--explanation--

Pay attention to the words will affect and deadlines in the audio. These are key to understanding the question.

A project deadline is the final date by which a project must be completed.

Will affect is used to ask if something will cause a change or impact. For example:

The new policy will affect the project deadline. - This means the policy will change the timeline for the project.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.66,
      "finishTimestamp": 20.58
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "Do you think it will affect our project deadlines?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}