Back to Freecodecamp

Task 45

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66d9cb4852b72b42b55d6a5f.md

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Linda, have you had a chance to review the user feedback since we deployed the update? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Linda, have you had a chance to review the user feedback BLANK we BLANK the update?

--blanks--

since

--feedback--

This word indicates when the action started and is still important now.


deployed

--feedback--

The past form of deploy.

--explanation--

Since is used to show when an action started in the past and is still relevant now.

Deployed is the past form of the verb deploy, which means to put something into use or operation.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.58
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "Linda, have you had a chance to review",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.42,
      "finishTime": 5.58,
      "dialogue": {
        "text": "the user feedback since we deployed the update?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}