Back to Freecodecamp

Task 75

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

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

--description--

The verb recommend is used when suggesting something as being good, suitable, or beneficial, often based on personal experience or knowledge. It is commonly used in everyday conversation and professional contexts alike.

For example, I recommend this restaurant; their food is delicious.

--fillInTheBlank--

--sentence--

That helps a lot. Can you BLANK a good book for me to learn more about it?

--blanks--

recommend

--feedback--

It means to suggest something thought to be good or suitable.

--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
    }
  ]
}