Back to Freecodecamp

Task 82

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: I'll bring it up again and see if I can convince him. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria intend to do?

--answers--

Forget about the issue.

--feedback--

Maria doesn't say she will ignore the situation.


Make a final decision on her own.

--feedback--

Maria mentions she is planning to discuss the issue again.


Tell the team to stop worrying about it.

--feedback--

Maria does not say she will dismiss the team's concerns.


Talk to Bob again and try to change his mind.

--video-solution--

4

--explanation--

I'll see if I can... is used to introduce someone's plans to attempt something. The person, however, is not sure if they will succeed. For example:

I'll see if I can find a solution before the deadline. - This means the speaker will try to find a solution, but it is not guaranteed.

--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": 43.98,
      "finishTimestamp": 46.1
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "I'll bring it up again and see if I can convince him.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.62
    }
  ]
}