Back to Freecodecamp

Task 102

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/672cd0939d2cca9849f200d2.md

latest2.1 KB
Original Source
<!-- (Audio) James: We've received a lot of positive comments, but there are some areas we still need to improve. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How is the training being received according to James?

--answers--

It has only received negative feedback.

--feedback--

James mentions positive comments, so the training is not only receiving negative feedback.


It is not receiving much feedback yet.

--feedback--

James talks about receiving a lot of positive comments, so feedback is actively coming in.


There are no suggestions for improvement.

--feedback--

James mentions that there are areas for improvement, indicating that some suggestions were made.


It has received positive feedback, but there are still some things to improve.

--video-solution--

4

--explanation--

James describes the training as generally well-received, as he mentions a lot of positive comments. However, he also notes that there are still areas needing improvement, which shows a balanced view: positive reception with room for further enhancement.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-4.mp3",
      "startTime": 1,
      "startTimestamp": 7.54,
      "finishTimestamp": 11.66
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "We've received a lot of positive comments,",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.8,
      "finishTime": 5.12,
      "dialogue": {
        "text": "but there are some areas we still need to improve.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}