Back to Freecodecamp

Task 124

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b72549a630b47e72e444fa.md

latest2.0 KB
Original Source
<!-- (audio) Jim: Excellent. I'm glad to hear that. I look forward to seeing the changes in the next version. Thanks for listening to my feedback. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How is Jim feeling about the upcoming changes?

--answers--

He is worried about the changes.

--feedback--

Jim doesn't express concern about the changes.


He is excited and looking forward to the changes.


He is unsure about the changes.

--feedback--

Jim expresses confidence and enthusiasm about the upcoming changes.


He does not believe the changes will be helpful.

--feedback--

Jim is positive and thankful for the changes, indicating that he believes they will be beneficial.

--video-solution--

2

--explanation--

Jim is clearly excited about the upcoming changes, as shown by his use of the phrase I look forward to, which indicates eagerness and anticipation.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 62.36,
      "finishTimestamp": 68.72
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 5.54,
      "dialogue": {
        "text": "Excellent. I'm glad to hear that. I look forward to seeing the changes in the next version.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "startTime": 5.88,
      "finishTime": 7.36,
      "dialogue": {
        "text": "Thanks for listening to my feedback.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 7.86
    }
  ]
}