Back to Freecodecamp

Task 75

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

latest1.4 KB
Original Source
<!--(audio) Jessica: Could it be something else? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK it be something else?

--blanks--

Could

--feedback--

This modal verb is used to ask about possibility in the present or future. The first letter is capitalized.

--explanation--

Could is a modal verb used in questions to ask about the possibility of something happening in the present or future. For example:

Could it be a network issue? - Asking if a network issue is possible.

In this dialogue, Jessica is asking if there is a possibility that the issue might be something else.

--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": 36.14,
      "finishTimestamp": 37.08
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 1.94,
      "dialogue": {
        "text": "Could it be something else?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 2.44
    }
  ]
}