Back to Freecodecamp

Task 69

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d2cf65ca86f929c07f45b2.md

latest2.2 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Tom: Well, Alice, it depends on what you're looking for. In terms of work-life balance, TechCorp is probably the best. They offer the most flexible hours and the most generous leave policy. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How might Alice respond to Tom's opinion?

--answers--

That's interesting.

--audio-id--

EN541f71ce


I don't like working overtime.

--audio-id--

ENf2be78e9

--feedback--

Tom is talking about work-life balance and flexible hours, not overtime.

--video-solution--

1

--explanation--

A natural response to someone sharing their opinion is to show interest or curiosity. That's interesting is a neutral and polite way to acknowledge what Tom said.

I don't like working overtime does not fit because Tom does not mention working overtime, only flexibility and leave policies.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 8.68,
      "finishTimestamp": 18.18
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Well, Alice, it depends on what you're looking for.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.64,
      "finishTime": 6.88,
      "dialogue": {
        "text": "In terms of work-life balance, TechCorp is probably the best.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 7.1,
      "finishTime": 10.5,
      "dialogue": {
        "text": "They offer the most flexible hours and the most generous leave policy.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 11
    }
  ]
}