Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/6752e54369231d06538b4ac0.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: Good idea. We don't want anyone getting frustrated because they can't access the site. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good idea. We don't want anyone getting BLANK because they can't BLANK the site.

--blanks--

frustrated

--feedback--

This means feeling annoyed or upset because something is not working as expected or desired.


access

--feedback--

This means the ability to enter, use, or connect to something, such as a system or website.

--explanation--

Frustrated means feeling annoyed, upset, or disappointed because of difficulties or obstacles. For example:

She was frustrated because the software kept crashing. - This means she felt annoyed and upset because the software was not functioning properly.

Access means the ability to use or connect to something, especially technology or information. For example:

The team couldn't access the server due to a network issue. - This means the team was unable to connect to the server because of a problem with the network.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-1.mp3",
      "startTime": 1,
      "startTimestamp": 48.46,
      "finishTimestamp": 52.56
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.1,
      "dialogue": {
        "text": "Good idea. We don't want anyone getting frustrated because they can't access the site.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.6
    }
  ]
}