Back to Freecodecamp

Task 125

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

latest1.6 KB
Original Source
<!-- (Audio) Jessica: Is there anything else about the app you want to discuss? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK about the app you want to discuss?

--blanks--

Is there

--feedback--

These two words together are used to ask if something exists or is present. The first letter of the first word is capitalized.


anything else

--feedback--

This two-word phrase refers to additional things or topics that have not yet been covered.

--explanation--

Is there anything else is a common way to ask if there is more to discuss or if someone has other questions. For example:

Is there anything else we need to do before the meeting? — This is asking if there are additional tasks or concerns.

--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": 51.1,
      "finishTimestamp": 53.24
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "Is there anything else about the app you want to discuss?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.58
    }
  ]
}