Back to Freecodecamp

Task 31

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

latest1.5 KB
Original Source
<!-- (Audio) James: Anything else we should discuss before our next meeting? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Anything BLANK we should discuss before our next meeting?

--blanks--

else

--feedback--

This means in addition to something or other than what has already been mentioned.

--explanation--

Else in the expression anything else is used to ask if there is something in addition to what has already been said or done. For example:

Would you like anything else with your order? - Here, you are asking if the other person wants something in addition to what they already asked for.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1,
      "startTimestamp": 39.22,
      "finishTimestamp": 42.22
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4,
      "dialogue": {
        "text": "Anything else we should discuss before our next meeting?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.5
    }
  ]
}