Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656bd701970c6c20a9c89b0f.md

latest1.3 KB
Original Source
<!-- (Audio) Tom: Hey Sarah, I saw your comment on the issue I opened. Thanks for your help. -->

--description--

In this task, you will fill in the blanks with the correct past tense verbs. Listen to the sentence and pay attention to the context to choose the right words.

--fillInTheBlank--

--sentence--

Hey Sarah, I BLANK your comment on the issue I BLANK. Thanks for your help.

--blanks--

saw

--feedback--

The past tense of see.


opened

--feedback--

The past tense of open.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.12
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.12,
      "dialogue": {
        "text": "Hey, Sarah. I saw your comment on the issue I opened. Thanks for your help.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}