Back to Freecodecamp

Task 24

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

latest1.4 KB
Original Source
<!-- (Audio) Maria: It might, but it's not ideal. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It might, but it's not BLANK.

--blanks--

ideal

--feedback--

This word means something is not the best or most perfect solution.

--explanation--

Saying that something is not ideal means that it is not the best or most effective option, but it might still work. For example:

Working on weekends is not ideal, but we have to meet the deadline. - This means working on weekends is not the best situation, but it is necessary.

--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": 35.46,
      "finishTimestamp": 36.8
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "It might, but it's not ideal.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.84
    }
  ]
}