Back to Freecodecamp

Task 55

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625dc81861c0d8b754a4829.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: Awesome. I'll give it a try. Thanks for the suggestion, Sarah. -->

--description--

Tom is responding to Sarah's suggestion about using online forums and communities.

--questions--

--text--

How does Tom respond to Sarah's suggestion about online forums and communities?

--answers--

He is enthusiastic and plans to try it.


He is not interested and politely refuses.

--feedback--

Tom's use of Awesome and I'll give it a try indicates interest, not refusal.


He asks for more information before deciding.

--feedback--

Tom immediately accepts the suggestion without asking for more details.


He changes the subject to avoid answering.

--feedback--

Tom directly responds to the suggestion, showing he is willing to try it.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 67.52,
      "finishTimestamp": 71.14
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.62,
      "dialogue": {
        "text": "Awesome. I'll give it a try. Thanks for the suggestions, Sarah.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}