Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c7322da271fb1229b981c5.md

latest1.6 KB
Original Source
<!-- (Audio) James: Honestly, they're pretty stressed. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does the team feel, according to James?

--answers--

They are feeling excited.

--feedback--

James does not say the team is excited.


They are not worried about the deadline.

--feedback--

According to James, the team is concerned with it.


They are stressed.


They feel relaxed and confident.

--feedback--

What James uses to describe the team is opposite of that.

--video-solution--

3

--explanation--

Pretty in this context is the same as fairly or quite, and it is used to provide intensity to the adjective that follows. For example:

The task was pretty difficult. - This means the task was quite difficult.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.8,
      "finishTimestamp": 16.58
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "Honestly, they're pretty stressed.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.28
    }
  ]
}