Back to Freecodecamp

Task 46

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

latest1.7 KB
Original Source
<!-- (audio) Linda: No problem, Bob. I'm looking forward to working on this project. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Linda express in the conversation?

--answers--

She is concerned about the project.

--feedback--

Linda's tone is positive, and she doesn't express concern.


She is unsure about the project.

--feedback--

Linda sounds confident and enthusiastic about working on the project.


She doesn't want to work on the project.

--feedback--

Linda sounds eager to work on the project.


She is excited about working on the project.

--video-solution--

4

--explanation--

Listen for key words that show Linda's feelings about the project.

No problem – This suggests she is comfortable and willing to help.

Looking forward to – This phrase expresses excitement and anticipation for something in the future.

--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": 58.82,
      "finishTimestamp": 61.4
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.58,
      "dialogue": {
        "text": "No problem, Bob. I'm looking forward to working on this project.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.08
    }
  ]
}