Back to Freecodecamp

Task 95

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

latest1.4 KB
Original Source
<!-- (Audio) Sarah: Some parts of the project are taking longer than expected. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Some parts of the project are taking longer than BLANK.

--blanks--

expected

--feedback--

This refers to something that was anticipated or planned in advance.

--explanation--

Expected refers to something that is anticipated or thought to happen, often based on what you assumed. For example:

The results were expected to be positive. – This means that it was anticipated that the results would be good.

--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": 11.36,
      "finishTimestamp": 13.96
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "Some parts of the project are taking longer than expected.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}