Back to Freecodecamp

Task 84

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to know?

--answers--

If there are any other problems she should be aware of.


If the current plan is perfect.

--feedback--

Maria is not assuming everything is perfect.


If the team has finished all their tasks.

--feedback--

Maria is not asking about task completion.


If Bob already solved the biggest issue.

--feedback--

Maria does not mention Bob solving anything.

--video-solution--

1

--explanation--

An issue in this context means a problem, a concern, or a challenge that may need attention. For example:

We need to discuss some technical issues before launching the product. - This means there are problems that must be addressed before the product is released.

--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
    }
  ]
}