Back to Freecodecamp

Task 45

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67cc1518d0169c565dec4b5a.md

latest1.9 KB
Original Source
<!-- (audio) Sophie: That's good to know. I think I'll go with SafeGuard since security is our top priority, but I'll keep in mind the integration challenges. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's good to know. I think I'll go with SafeGuard since security is our top priority, but I'll BLANK the integration challenges.

--blanks--

keep in mind

--feedback--

These three words together mean to remember or consider something when making a decision.

--explanation--

Keep in mind means to remember something important when making choices or taking action. It is used when someone wants to stay aware of a detail or fact. For example:

When choosing a laptop, keep in mind the battery life. - This means battery life should be considered.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 67.98,
      "finishTimestamp": 75.32
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 7.1,
      "dialogue": {
        "text": "That's good to know. I think I'll go with Safeguard since security is our top priority, but I'll keep in mind the integration challenges.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 7.44,
      "finishTime": 8.34,
      "dialogue": {
        "text": "Thanks for your help, Jake.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.84
    }
  ]
}