Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a8b900d1f59014ddd66b91.md

latest2.1 KB
Original Source
<!-- (Audio) Linda: That's a good plan. I'll also keep you updated on the design process, and we can schedule regular meetings to stay on track. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will Linda do to ensure the design stays on track?

--answers--

She will make sure the team works faster.

--feedback--

This is not mentioned in the audio.


She will keep the team updated and schedule regular meetings.


She will work on the design herself and ensure it stays on track.

--feedback--

Linda does not mention working alone.


She will reduce the number of meetings to save time.

--feedback--

This is the opposite of what Linda suggests.

--video-solution--

2

--explanation--

Listen for key words that show how Linda plans to keep the design on track.

Keep you updated – This means she will regularly share progress updates.

Schedule regular meetings – This shows she wants to set up meetings to ensure the team stays aligned.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.54,
      "finishTimestamp": 42.14
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.74,
      "dialogue": {
        "text": "That's a good plan.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 1.9,
      "finishTime": 6.6,
      "dialogue": {
        "text": "I'll also keep you updated on the design process and we can schedule regular meetings to stay on track.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.1
    }
  ]
}