Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657e77615bb8dec146e91f96.md

latest1.5 KB
Original Source
<!-- (Audio) Linda: Would you like to go cycling with me one of these days? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK BLANK BLANK go cycling with me one of these days?

--blanks--

Would

--feedback--

Think of a word that begins a polite question, usually used to offer a choice or ask for a decision. The first letter is capitalized.


you

--feedback--

This is a common pronoun used in questions. It refers to the person Linda is speaking to.


like

--feedback--

What word would you use to gently ask someone's preference or interest in doing something?


to

--feedback--

This small word is often used before a verb to indicate an action or an intention.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 39.00,
      "finishTimestamp": 41.06
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "Would you like to go cycling with me one of these days?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.56
    }
  ]
}