Back to Freecodecamp

Task 127

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

latest2.0 KB
Original Source
<!-- (audio) Sarah: After that, during the morning, I start testing the software. I have a different task to do each day. For example, on Mondays, I test the login process. -->

--description--

Sarah explains that her job as a QA tester includes different software testing tasks. This shows that her responsibilities can change depending on the day.

Understanding these tasks is important because it gives a clearer picture of what people actually do in their daily work.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

After that, during the morning, I BLANK testing the software. I BLANK a different task to do each day. For example, on Mondays, I BLANK the login process.

--blanks--

start

--feedback--

This verb means to begin something.


have

--feedback--

This verb means to own, hold, or experience something.


test

--feedback--

This verb means to try something to see if it works correctly.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 33.90,
      "finishTimestamp": 42.02
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.18,
      "dialogue": {
        "text": "After that, during the morning, I start testing the software. I have a different task to do each day.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.3,
      "finishTime": 9.12,
      "dialogue": {
        "text": "For example, on Mondays, I test the login process.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.62
    }
  ]
}