Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f63e3af6b793ceb32df9d.md

latest1.9 KB
Original Source
<!-- (Audio) Tom: That helps a lot. Can you recommend a good book for me to learn more about it? -->

--description--

Please answer the question below.

--questions--

--text--

How does Tom feel about Sarah's explanation and what does he ask for next?

--answers--

Tom finds Sarah's explanation helpful and asks for a book recommendation to further his understanding.


Tom is confused by Sarah's explanation and requests a book that simplifies the concept.

--feedback--

Tom explicitly states that the explanation is helpful, indicating that he is not confused but rather interested in expanding his knowledge.


Tom disagrees with Sarah's explanation and asks for a book that presents a different perspective.

--feedback--

There's no indication that Tom disagrees; he acknowledges the helpfulness of the explanation.


Tom shows no interest in learning more and dismisses the topic completely.

--feedback--

Tom's request for a book recommendation directly contradicts the idea that he is disinterested.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 31.42,
      "finishTimestamp": 35.72
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.3,
      "dialogue": {
        "text": "That helps a lot. Can you recommend a good book for me to learn more about it?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.8
    }
  ]
}