Back to Freecodecamp

Task 27

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

latest1.8 KB
Original Source
<!-- (Audio) Jake: That's great. How long have you been into cycling? -->

--description--

Remember, to form questions in the Present Perfect tense, the sentence structure must be rearranged by changing the position of the subject and the auxiliary verb have. The verb in its participle form is placed after the subject. For example:

How long have you been a doctor? - Notice the order of words: the auxiliary verb have comes before the subject, and the main verb is in the participle form (been).

--questions--

--text--

Listen to the audio and select the option that matches what Jake is saying.

--answers--

How long you into cycling?

--feedback--

The sentence structure is not correct for the expression.


How long were you into cycling?

--feedback--

The sentence uses the incorrect verb form.


How long have you been into cycling?


How long have you into cycling?

--feedback--

The sentence structure is not correct for the expression.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.58,
      "finishTimestamp": 13.14
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "That's great. How long have you been into cycling?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}