Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/6807f57f288b79e26bb67a27.md

latest1.7 KB
Original Source
<!-- (Audio) Sophie: We should definitely test it in different places to make sure it works well globally. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should BLANK test it in different places to make sure it works well globally.

--blanks--

definitely

--feedback--

This means certainly or without doubt, emphasizing strong agreement or certainty.

--explanation--

Definitely means without any doubt or certainly. It's used to express strong agreement or certainty about something. For example:

I will definitely attend the meeting tomorrow. – This means there is no doubt that you will attend the meeting.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.62,
      "finishTimestamp": 14.24
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.98,
      "dialogue": {
        "text": "We should definitely test it in different places",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.98,
      "finishTime": 4.62,
      "dialogue": {
        "text": "to make sure it works well globally.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}