Back to Freecodecamp

Task 74

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

latest1.7 KB
Original Source
<!-- (Audio) Jessica: I'll try to be quick so we can get back to the main agenda. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll BLANK to be quick so we can get BLANK to the main agenda.

--blanks--

try

--feedback--

This means to make an effort to do something.


back

--feedback--

This is used in the sense of returning to something that was being done before.

--explanation--

To try to do something means to make an effort to achieve or complete something. For example:

I'll try to finish the task by the deadline. – This means the speaker will make an effort to finish on time.

To get back to something means to return to a task, topic, or activity after doing something else. For example:

Let's get back to the presentation after the break. – This means to continue the presentation after stopping it temporarily.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-2.mp3",
      "startTime": 1,
      "startTimestamp": 45.8,
      "finishTimestamp": 48.14
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "I'll try to be quick so we can get back to the main agenda.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.84
    }
  ]
}