Back to Freecodecamp

Task 57

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

latest2.1 KB
Original Source
<!-- (Audio) Brian: Really? That's strange. I double checked the project schedule and it should be accurate. -->

--description--

Double check means to look at something again to make sure it is correct. For example, you can say I wanted to be sure I locked the door, so I double checked it. It means you are being careful to avoid mistakes, so you are checking what you did again.

A schedule is a plan that shows when things will happen. For example, a school schedule shows what time classes start and end. It helps you know what to do at different times of the day. In a project, you could use it to estimate the days certain parts of the project start and end.

Accurate means something is correct and has no mistakes. For example, if a clock shows the right time, it is accurate. It means the information is true and exact.

--fillInTheBlank--

--sentence--

Really? That's strange. I BLANK BLANK the project BLANK and it should be BLANK.

--blanks--

double

--feedback--

In this context, it means the same as again.


checked

--feedback--

A verb similar to verify. Use its past form.


schedule

--feedback--

A synonym for timeline in this case, the times when parts of the project are to occur.


accurate

--feedback--

A synonym for precise or exact.

--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": 9.26,
      "finishTimestamp": 13.46
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "Really? That's strange. I double checked the project schedule and it should be accurate.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}