Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6612693507cbd43269ae64e0.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: It sounds like you're on the right track. Keep up the good work, and don't hesitate to reach out if you need any support. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Maria expressing to Brian in her statement?

--answers--

She is unhappy with Brian's progress and demands immediate improvement.

--feedback--

Maria's words are supportive and encouraging, not critical.


Maria is encouraging Brian, appreciating his efforts, and offering support if needed.


She is instructing Brian to change his work approach completely.

--feedback--

Maria's statement does not suggest a complete change in work approach; instead, it encourages the current direction.


Maria is asking Brian for a detailed report on his work.

--feedback--

The focus of Maria's message is encouragement and support, not requesting a detailed report.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 39.38,
      "finishTimestamp": 44.24
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "It sounds like you're on the right track.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.8,
      "finishTime": 5.86,
      "dialogue": {
        "text": "Keep up the good work, and don't hesitate to reach out if you need any support.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.36
    }
  ]
}