Back to Freecodecamp

Task 79

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6757531dc5fbb973e1912e1a.md

latest1.5 KB
Original Source
<!-- (Audio) Is there anything else we should do? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Is there BLANK BLANK we should do?

--blanks--

anything

--feedback--

This word refers to something unspecified and is used in questions or negative sentences.


else

--feedback--

This word means in addition or different from what has already been mentioned.

--explanation--

Is there anything else we should do? is a way to ask if additional actions are necessary.

It combines anything, which refers to something unspecified, with else, meaning something additional or different. For example:

Do you have anything else to add? - This asks if there is additional input or information.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 30.68,
      "finishTimestamp": 32.16
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "Is there anything else we should do?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 2.98
    }
  ]
}