Back to Freecodecamp

Task 75

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d5a52ac31fef4f388387ce.md

latest1.7 KB
Original Source
<!-- (audio) Sophie: That makes sense. If we find bugs during deployment, what would be the immediate response? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That makes sense. If we find bugs during deployment, what BLANK the immediate response?

--blanks--

would be

--feedback--

Think about how you talk about hypothetical situations or things that might happen in the future.

--explanation--

Would is used in questions to ask about hypothetical or possible situations. For example:

  • What would you do if you won the lottery? - This asks about a possible but uncertain event.

  • How would the team react if the software crashed? - This asks about a possible response.

Sophie is asking what would happen if they find bugs during deployment, meaning she is considering a possible situation.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 27.14,
      "finishTimestamp": 31.64
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.2,
      "dialogue": {
        "text": "That makes sense. If we find bugs during deployment, what would be the immediate response?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}