Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68558d2ba6e832d4c80d31d2.md

latest2.0 KB
Original Source
<!-- (Audio) Linda: First off, the password creation screen. We need to make the instructions clearer and more prominent. Users often overlook them. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Jake tell Linda he thinks her idea is a good one?

--answers--

I like that.

--audio-id--

EN7bfbebe8


Are you sure?

--audio-id--

EN7f651271

--feedback--

This sounds doubtful, not supportive.

--video-solution--

1

--explanation--

I like that. is a casual and friendly way to show agreement or approval of someone's idea. For example:

  • Person 1: Let's move the meeting to 10 a.m. – This person is suggesting a change of schedule.

  • Person 2: I like that. – This means the speaker supports or agrees with the suggestion.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 17.4,
      "finishTimestamp": 24.16
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "First off, the password creation screen.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.44,
      "finishTime": 6.22,
      "dialogue": {
        "text": "We need to make the instructions clearer and more prominent.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 6.38,
      "finishTime": 7.76,
      "dialogue": {
        "text": "Users often overlook them.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 8.26
    }
  ]
}