Back to Freecodecamp

Task 45

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e31b82090130535456f65.md

latest1.9 KB
Original Source
<!-- (audio) Tom: Thanks for explaining, Anna. It helps me to understand what to expect. Anna: You're welcome, Tom. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Tom thank Anna?

--answers--

For giving him a shorter workday.

--feedback--

The thanks are for information provided, not changes in work hours.


For helping him with a project.

--feedback--

Helping with a project isn't mentioned in this context.


For explaining the workday routine.


For inviting him to lunch.

--feedback--

Lunch invitation is not part of the conversation.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 47.76,
      "finishTimestamp": 52.94
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.66,
      "dialogue": {
        "text": "Thanks for explaining, Anna. It helps me to understand what to expect.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.66
    },
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 4.66
    },
    {
      "character": "Anna",
      "startTime": 5.44,
      "finishTime": 6.18,
      "dialogue": {
        "text": "You're welcome, Tom.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.68
    }
  ]
}