Back to Freecodecamp

Task 57

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

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

--description--

The phrase to keep in mind means to remember or consider something. It is often used when someone gives advice or important information that should be remembered for later use.

For example, if someone says, "Remember to check the weather before hiking." You might respond with I'll keep that in mind meaning you will remember to consider this advice.

--fillInTheBlank--

--sentence--

I'll BLANK that BLANK BLANK. Thanks, Tom.

--blanks--

keep

--feedback--

This verb is used here to express the intention to remember or continually consider something important.


in

--feedback--

This preposition helps form the phrase indicating ongoing consideration or retention of information.


mind

--feedback--

This noun completes the expression, relating to the mental process of remembering or considering information.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 31.92,
      "finishTimestamp": 33.74
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.82,
      "dialogue": {
        "text": "I'll keep that in mind. Thanks, Tom.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.32
    }
  ]
}