Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67dd70e55261f400f601c98a.md

latest1.4 KB
Original Source
<!-- (Audio) Alice: What do you think about setting it for the end of next month? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

What do you think about BLANK it for the end of next month?

--blanks--

setting

--feedback--

This means choosing or deciding on a specific date or time. Use the -ing form.

--explanation--

To set a date means to decide on a specific day for an event or deadline. For example:

Let's set a date for the team presentation. – This means choosing a day when the team will present.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1,
      "startTimestamp": 23.54,
      "finishTimestamp": 26.4
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "What do you think about setting it for the end of next month?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.36
    }
  ]
}