Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625161c74f42b40918e3d40.md

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Good point. I'll try that. Also, have you ever dealt with time complexity issues in a similar context? -->

--description--

To deal with something means to handle or manage it, especially a problem or challenge. For example, dealing with a difficult homework question means trying to find the answer.

dealt is the past participle of deal.

--fillInTheBlank--

--sentence--

Good point. I'll try that. Also, have you ever BLANK with time complexity issues in a similar context?

--blanks--

dealt

--feedback--

It means handled or managed, often in the context of a problem or challenge.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.04,
      "finishTimestamp": 31.04
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "Good point. I'll try that.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.76,
      "finishTime": 7,
      "dialogue": {
        "text": "Also, have you ever dealt with time complexity issues in a similar context?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.5
    }
  ]
}