Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c72c799c0f41ffb521b132.md

latest1.5 KB
Original Source
<!-- (Audio) James: Honestly, they're pretty stressed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, they're pretty stressed.

--blanks--

Honestly

--feedback--

This is used to introduce a sincere or direct opinion. Don't forget to capitalize as it initiates the sentence.

--explanation--

Honestly at the beginning of a sentence is used to express a sincere, truthful, or direct opinion. It often signals that the speaker is sharing their real thoughts, even if they might not be positive. For example:

Honestly, I don't think this plan will work. - This means the speaker is giving their true opinion about the plan.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.8,
      "finishTimestamp": 16.58
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "Honestly, they're pretty stressed.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.28
    }
  ]
}