Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655a4a5af997350c187bd779.md

latest1.5 KB
Original Source
<!-- (Audio) Sophie: I have a friend who does that in her routine. Any other suggestions? -->

--description--

Who is a relative pronoun. It introduces a clause that gives more information about a person. It connects the description or action directly to that person. For example:

  • She is someone who always knows what to do. — Here, who always knows what to do gives more information about someone.

  • He's the data analyst who helped me a lot. — Here, who helped me a lot gives more information about the data analyst.

--fillInTheBlank--

--sentence--

I have a friend BLANK does that in her routine. Any other suggestions?

--blanks--

who

--feedback--

This relative pronoun is used here to introduce additional information about Sophie's friend.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 39.70,
      "finishTimestamp": 43.04
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.34,
      "dialogue": {
        "text": "I have a friend who does that in her routine. Any other suggestions?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.84
    }
  ]
}