Back to Freecodecamp

Task 110

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

latest2.1 KB
Original Source
<!-- (Audio) James: Yes, the interactive activities haven't been as effective as we thought. It seems that some of the scenarios weren't relevant enough for the participants. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does James feel about the effectiveness of the activities?

--answers--

He thinks the activities were very successful.

--feedback--

James mentions that the activities were not as effective as they had expected.


He feels the activities were less effective than expected.


He believes the activities were well-received by all participants.

--feedback--

James points out that the activities were not fully relevant, meaning they weren't well-received by everyone.


He thinks the activities covered all relevant scenarios.

--feedback--

James actually suggests that some scenarios were not relevant enough.

--video-solution--

2

--explanation--

James is expressing the activities were not as effective as he had hoped. He specifically mentions that some scenarios were not relevant.

--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": 27.7,
      "finishTimestamp": 36.96
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.8,
      "dialogue": {
        "text": "Yes, the interactive activities haven't been as effective as we thought.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 6.28,
      "finishTime": 10.26,
      "dialogue": {
        "text": "It seems that some of the scenarios weren't relevant enough for the participants.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 10.76
    }
  ]
}