Back to Freecodecamp

Task 79

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

latest1.5 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 complete the sentence below.

--fillInTheBlank--

--sentence--

I understand. I've talked to Bob about this, but I don't think it's an BLANK.

--blanks--

option

--feedback--

This means something that is possible or available as a choice.

--explanation--

I don't think it's an option means that something is not a possible or realistic choice in a given situation. For example:

I don't think taking more time off is an option right now because the project deadline is close. - This means taking time off is not a possibility due to work constraints.

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