Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c796d513d43617e543a1be.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: Besides that, are there other issues I should know about? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK that, are there other issues I should know about?

--blanks--

Besides

--feedback--

This is used to introduce an additional point or question. Don't forget to capitalize it, as it is in the beginning of a sentence.

--explanation--

Besides that is used to ask about or introduce additional information beyond what was already mentioned. For example:

Besides that, do we need to update the client on anything else? - This means the speaker is asking if there is more to discuss.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 46.16,
      "finishTimestamp": 48.52
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.36,
      "dialogue": {
        "text": "Besides that, are there other issues I should know about?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.86
    }
  ]
}