Back to Freecodecamp

Task 99

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/67acfc69583dc7c82511fff0.md

latest1.5 KB
Original Source
<!-- (audio) Bob: This might be fun. Thank you for your help. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

This BLANK. Thank you for your help.

--blanks--

might be fun

--feedback--

This three-word phrase expresses a possibility of something being enjoyable. The first word suggests uncertainty, the second connects the subject to the description, and the last describes something enjoyable.

--explanation--

Might be fun is used to express that something could be enjoyable, but it is not certain. For example:

Trying a new coding challenge might be fun. – This means the coding challenge could be enjoyable, but the speaker is not completely sure yet.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 58.6,
      "finishTimestamp": 60.58
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.98,
      "dialogue": {
        "text": "This might be fun. Thank you for your help.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.48
    }
  ]
}