Back to Freecodecamp

Task 113

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/67325deed89863066150b044.md

latest1.9 KB
Original Source
<!-- (audio) James: It's interesting to think about it. I used to just write code without thinking much about the end user. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's interesting to think about it. I BLANK just write code without BLANK about the end user.

--blanks--

used to

--feedback--

This blank has two words. The first is a verb, and the second is a preposition. Together, they indicate a past habit or action that no longer happens.


thinking much

--feedback--

This blank has two words. The first is a verb ending in -ing, and the second is an adverb. This phrase means giving attention or consideration to something.

--explanation--

Used to describes a past habit or action that was regular in the past but is not continued in the present.

Thinking much means giving little attention or consideration.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 29.28,
      "finishTimestamp": 34.44
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "It's interesting to think about it.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.92,
      "finishTime": 6.16,
      "dialogue": {
        "text": "I used to just write code without thinking much about the end user,",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}