Back to Freecodecamp

Task 16

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

latest1.7 KB
Original Source
<!-- (audio) Sophie: During the day, I work on coding, test the websites, and debug issues. -->

--description--

The present simple tense is used to talk about regular actions or routines.

Remember, to form the present simple, you use the base verb for I, you, we, they (I code, they test), and you add -s or -es for he, she, it (he codes, she tests).

In a work context, describing daily tasks is typically done using the present simple tense, as these are habitual actions.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

During the day, I BLANK on coding, BLANK the websites, and BLANK issues.

--blanks--

work

--feedback--

This verb describes what people do at their job.


test

--feedback--

This verb means trying something out to see if it works correctly.


debug

--feedback--

This verb means to find and fix problems or errors in computer code.

--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": 31.92,
      "finishTimestamp": 35.92
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.0,
      "dialogue": {
        "text": "During the day, I work on coding, test the websites, and debug issues.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.50
    }
  ]
}