Back to Freecodecamp

Task 93

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Everything is progressing, but we have a few challenges. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Everything is BLANK, but we have a few BLANK.

--blanks--

progressing

--feedback--

This means that something is moving forward or developing. Use the -ing form.


challenges

--feedback--

This refers to difficulties or obstacles that need to be overcome. Use the plural form of the word.

--explanation--

To progress means to move forward or to develop over time. It is often used to describe the positive development of a situation, project, or task. For example:

The project is progressing well, and we expect to finish on time. – This shows that the project is moving forward or developing positively.

A challenge is a difficult situation or task that requires effort to overcome. It is often used to refer to problems that need to be solved. For example:

We faced many challenges during the project, but we managed to complete it. – This shows that there were obstacles or difficulties that the team had to work through.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 8.66,
      "finishTimestamp": 11.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Everything is progressing, but we have a few challenges.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}