Back to Freecodecamp

Task 103

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

latest1.4 KB
Original Source
<!-- (audio) Jessica: If I find anything, I'll update you. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK anything, I'll update you.

--blanks--

If I find

--feedback--

This three-word phrase introduces a First Conditional sentence, meaning it refers to a real possibility in the future. The first letter is capitalized.

--explanation--

Jessica is saying that if she finds anything unusual, she will inform Jake right away.

This is a First Conditional sentence, which talks about a real future possibility:

  • If I find anything is the condition.

  • I'll update you is the result.

--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": 92.78,
      "finishTimestamp": 94.20
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "If I find anything, I'll update you.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3
    }
  ]
}