Back to Freecodecamp

Task 123

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

latest1.8 KB
Original Source
<!-- (audio) Sarah: After that, during the morning, I start testing the software. I have a different task to do each day. -->

--description--

Sarah says that her work as a QA tester is not always the same. Some days she may test one part of the software, and on other days, she may test something different.

Understanding this variety helps you see that jobs like QA testing can change from day to day and are not limited to a single routine.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah do as part of her job?

--answers--

She performs the same task every day.

--feedback--

The audio indicates she does different tasks.


She has a variety of tasks, and does a different one each day.


She only works on Mondays.

--feedback--

She mentions working more than just one day.


She never tests the software.

--feedback--

Testing software is a part of her daily tasks.

--video-solution--

2

--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.9,
      "finishTimestamp": 38.9
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6,
      "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",
      "opacity": 0,
      "startTime": 6.5
    }
  ]
}