Back to Freecodecamp

Task 130

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f3643a6957bfe246d88025.md

latest2.1 KB
Original Source
<!-- (Audio) Jessica: Oh, that might be a mix-up. The budget tracking feature is planned for the next update, not this one. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Oh, that might be a BLANK. The budget tracking feature is BLANK the next update, not this one.

--blanks--

mix-up

--feedback--

This word refers to a misunderstanding or confusion about something. This is a compound word. Remember to use -.


planned for

--feedback--

This two-word phrase means something is scheduled or intended to happen at a certain time. The first word ends with -ed.

--explanation--

Mix-up refers to a mistake or confusion where things are not in the correct order. For example:

There was a mix-up with the meeting time. — This means there was confusion or an error about when the meeting was supposed to happen.

Planned for means that something is scheduled or set to happen at a specific time. For example:

The meeting is planned for next Thursday. — This means the meeting is scheduled to happen on Thursday.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 60.98,
      "finishTimestamp": 65.76
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "Oh, that might be a mix-up.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 2.58,
      "finishTime": 5.78,
      "dialogue": {
        "text": "The budget tracking feature is planned for the next update, not this one.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.28
    }
  ]
}