Back to Freecodecamp

Task 112

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

latest1.6 KB
Original Source
<!-- (audio) Brian: Hey, Sarah. How's work as a QA tester? Is it really challenging? -->

--description--

Challenging means something that is difficult in a way that tests your ability or determination. This type of work requires effort, skill, or strong problem-solving. For example:

Designing a new software can be challenging. - This means it takes a lot of effort and skill.

--questions--

--text--

What does challenging mean in a job?

--answers--

Difficult and testing your skills or determination.


Easy and not requiring much effort.

--feedback--

Challenging means the opposite of easy.


Relaxing and stress-free.

--feedback--

Challenging work is usually not relaxing.


Unimportant and simple.

--feedback--

Challenging refers to tasks that are significant and require effort.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.66
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Hey, Sarah. How's work as a QA tester? Is it really challenging?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.16
    }
  ]
}