Back to Freecodecamp

Task 28

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: Have you thought about getting additional support? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria suggesting they do?

--answers--

Stop working on the project.

--feedback--

Maria is not suggesting they abandon the project.


Extend the deadline for the project.

--feedback--

Maria does not mention changing the deadline.


Reduce the number of tasks.

--feedback--

Maria does not mention reducing tasks.


Get additional support.

--video-solution--

4

--explanation--

A way to propose a solution is by asking a question using Have you thought about.... This introduces an idea without making a direct suggestion. For example:

Have you thought about automating part of the process? - This subtly suggests that automation could be a solution.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.78,
      "finishTimestamp": 42.6
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.82,
      "dialogue": {
        "text": "Have you thought about getting additional support?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.32
    }
  ]
}