Back to Freecodecamp

Task 53

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Bob: That's great to hear. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK BLANK.

--blanks--

That's

--feedback--

This is the contraction of that is. The first letter is capitalized.


great

--feedback--

Something positive or very good.


to hear

--feedback--

The infinitive form of the verb that means to receive sound or information.

--explanation--

That's is a contraction of That is.

Great is an adjective that means very good or excellent.

To hear means to receive sound or information.

--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": 10.78,
      "finishTimestamp": 11.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.28,
      "dialogue": {
        "text": "That's great to hear.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.28
    }
  ]
}