Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e1bd636d5d3a7085a6876.md

latest1.6 KB
Original Source
<!-- (audio) Sophie: When I don't go to a café around here, I usually bring my lunch and eat at my desk while I check my progress. -->

--description--

To bring means to take something or someone with you to the place where you are going. For example:

  • They bring new ideas to the project. - They give or add new ideas to the project.

  • He brought his friend to the workshop. - He took his friend with him to the workshop.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

When I don't go to a café around here, I usually BLANK my lunch and eat at my desk while I check my progress.

--blanks--

bring

--feedback--

Sophie uses this verb to talk about taking her lunch with her to work.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 45.04,
      "finishTimestamp": 49.74
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.70,
      "dialogue": {
        "text": "When I don't go to a café around here, I usually bring my lunch and eat at my desk while I check my progress.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.20
    }
  ]
}