Back to Freecodecamp

Task 93

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

latest1.8 KB
Original Source
<!-- (audio) Maria: Sure, Jim. I'm eager to hear what you think. How's it looking? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria asking Jim about?

--answers--

The progress or status of the work Jim has been doing.

--feedback--

Maria is asking about the quality of the work, not the progress.


Jim's plans for the next steps in the project.

--feedback--

Maria is not asking about future plans.


How the work she has done is turning out so far.


Jim's thoughts on a specific problem or issue with the project.

--feedback--

Maria is asking for Jim's general thoughts on the work, not about a specific issue or problem.

--video-solution--

3

--explanation--

Listen for key details that show what Maria wants to know.

I'm eager to hear what you think. – This indicates she is looking for Jim's opinion.

How's it looking? – This suggests she is asking about the overall quality or appearance of the work, not a specific issue or future plans.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.14,
      "finishTimestamp": 8.84
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "Sure, Jim. I'm eager to hear what you think. How's it looking?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}