Back to Freecodecamp

Task 66

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663d74ac95bdc08a3cfce6f5.md

latest1.5 KB
Original Source
<!-- (Audio) Brian: We discussed it yesterday and we decided to move the testing phase a week later. I'm pretty sure about this. -->

--description--

When you are pretty sure about something, you are almost 100% certain that it is true. Example: I'm pretty sure I know that guy. (this means you really believe you know the person and that you saw them in the past).

--fillInTheBlank--

--sentence--

We discussed it yesterday and we decided to move the testing phase a week later. I'm BLANK BLANK about this.

--blanks--

pretty

--feedback--

In this context, it means the same as very.


sure

--feedback--

Preceded by pretty, it means you are confident that something is true.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 23.72,
      "finishTimestamp": 29.74
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.02,
      "dialogue": {
        "text": "We discussed it yesterday and we decided to move the testing phase a week later. I'm pretty sure about this.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.52
    }
  ]
}