Back to Freecodecamp

Task 141

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/676339b7a8460f7302b2d966.md

latest1.6 KB
Original Source
<!-- (audio) Jake: We'll probably do that after we've completed the training. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We'll probably BLANK BLANK BLANK we've completed the training.

--blanks--

do

--feedback--

This is a verb that means to perform or carry out an action.


that

--feedback--

This is a demonstrative pronoun referring to something already mentioned.


after

--feedback--

This is a conjunction that shows the sequence of events.

--explanation--

Do means to perform or carry out an action.

That is a demonstrative pronoun that refers to something already mentioned or understood. In this case, it refers to an action previously discussed.

After is a conjunction that indicates the sequence of events.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 51.4,
      "finishTimestamp": 53.6
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "We'll probably do that after we've completed the training.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}