Back to Freecodecamp

Task 45

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/662234053814b36dc0ab9ae5.md

latest1.4 KB
Original Source
<!-- (Audio) Tom: Thanks, Maria. I'll keep that in mind. -->

--description--

Keep in mind is a phrase used to indicate that someone will remember and consider what has been said. It shows understanding and intention to remember the information for future reference.

--fillInTheBlank--

--sentence--

Thanks, Maria. BLANK keep that in BLANK.

--blanks--

I'll

--feedback--

It is a contraction for I will, indicating Tom's commitment to remembering Maria's advice.


mind

--feedback--

In this context, it refers to Tom's memory or attention, where he plans to keep Maria's advice.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 33.9,
      "finishTimestamp": 35.76
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.86,
      "dialogue": {
        "text": "Thanks, Maria. I'll keep that in mind.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.36
    }
  ]
}