Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671a3dde9c50241c6c16e331.md

latest1.7 KB
Original Source
<!-- (audio) Sophie: That's a relief. How long do you think we'll need to keep making adjustments? -->

--instructions--

Listen to the audio and select the answer.

--questions--

--text--

How does Sophie feel about the situation?

--answers--

She is worried about the adjustments.

--feedback--

Sophie expresses relief, indicating that she feels more at ease.


She is confused about the adjustments.

--feedback--

Sophie doesn't show confusion; instead, she feels better about the situation.


She feels good about the progress.


She is frustrated with the adjustments.

--feedback--

Sophie does not express frustration. She mentions feeling relieved instead.

--video-solution--

3

--explanation--

Sophie's use of That's a relief indicates that she feels better or more comfortable about the progress being made, rather than feeling worried, confused, or frustrated.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.74,
      "finishTimestamp": 24.82
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.98,
      "dialogue": {
        "text": "That's a relief. How long do you think we'll need to keep making adjustments?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}