Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f4fa0b6e6451067cd096e6.md

latest1.7 KB
Original Source
<!-- (audio) Jessica: There might be something there we missed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

There might be BLANK there BLANK BLANK.

--blanks--

something

--feedback--

This word refers to an unknown thing that may exist or need attention.


we

--feedback--

This pronoun refers to Jessica and Jake together.


missed

--feedback--

This verb means failed to notice or overlooked. It ends with -ed.

--explanation--

Something means an unknown or unspecified thing. For example:

There's something wrong with the code. - A part of the code is not working right.

We missed means Jessica and Jake might have overlooked some detail. Another example:

I think there's something we missed in the setup. - Maybe the team forgot or skipped a step when setting up.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 53.26,
      "finishTimestamp": 55.04
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "There might be something there we missed.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.28
    }
  ]
}