Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/6581157ca9f14c1f5394d232.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: I love exploring many new technologies and improving my skills. -->

--description--

The verb explore means to look around and learn about new places or things, like when you explore a new park.

The verb improve means to get better at something, like when you practice to improve your English. In the audio, listen for the activities Maria loves, described by words ending in -ing.

--fillInTheBlank--

--sentence--

I love BLANK many new technologies and BLANK my skills.

--blanks--

exploring

--feedback--

This word is a gerund describing the activity Maria enjoys related to discovering new tech. It ends in -ing and acts as a noun in this context.


improving

--feedback--

Another gerund that follows and, indicating another activity Maria enjoys, which is about getting better at something. It also ends in -ing and serves as a noun.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 11.76,
      "finishTimestamp": 15.04
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "I love exploring many new technologies and improving my skills.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}