Back to Freecodecamp

Task 4

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

latest2.1 KB
Original Source
<!-- (Audio) Alice: Can we pick up where we left off? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Alice suggesting they do?

--answers--

Continue from where they stopped.


Start something new.

--feedback--

Alice does not suggest beginning something new.


Meet at a different time.

--feedback--

Alice does not talk about changing the time of their meeting.


Go back to the beginning.

--feedback--

Alice is not asking to restart from the beginning.

--video-solution--

1

--explanation--

Phrasal verbs are combinations of a verb with a particle that create a new meaning different from the original verb by itself. For example:

  • To pick means to select or take something. To pick up, however, means to continue something.

  • To leave means to go away from a place, but to leave off means to stop something.

Another example:

Turn on the light, please. - Here, to turn on means to activate something. By itself, to turn simply means to change direction.

Phrasal verbs are frequently used in everyday conversations, even in more formal situations. They are used to express a lot of actions and ideas in a concise and natural way, so learning them will help you express your thoughts in ways that will sound more natural to native speakers.

--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": 2.7,
      "finishTimestamp": 4.24
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Can we pick up where we left off?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}