Back to Freecodecamp

Task 80

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: I understand. I've talked to Bob about this, but I don't think it's an option. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does Maria think they can have more people working on the project?

--answers--

Yes, she believes they should hire more people.

--feedback--

Maria says she does not think it's an option.


Yes, but only if Bob agrees.

--feedback--

Maria has already talked to Bob and still does not think it's an option.


No, she does not think it's possible.


No, but she is planning to ask Bob about it.

--feedback--

Maria has already discussed this with Bob and has ruled it out.

--video-solution--

3

--explanation--

I don't think it's an option has the same meaning as I think it's not an option. Both indicate that you do not believe something is a possible choice. For example:

I think delaying the project is not an option. - This means a delay on the project is not likely to happen.

--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": 40.24,
      "finishTimestamp": 43.64
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "I understand. I've talked to Bob about this, but I don't think it's an option.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}