Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d53573af370905c285f604.md

latest1.7 KB
Original Source
<!-- (Audio) Alice: That would be great. I appreciate it, Tom. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Alice feel about Tom's offer?

--answers--

She is unsure and needs more time to decide.

--feedback--

Alice responds positively, so she does not seem unsure.


She is grateful and happy to accept.


She is not interested and declines the offer.

--feedback--

Alice does not say anything negative or refuse Tom's help.


She is confused and asks for clarification.

--feedback--

Alice does not ask any questions, which means she understands Tom's offer.

--video-solution--

2

--explanation--

That would be great shows enthusiasm, and I appreciate it expresses gratitude. Together, these phrases indicate that Alice is happy with Tom's offer and thankful for his help.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 80.42,
      "finishTimestamp": 82.1
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "That would be great. I appreciate it, Tom.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}