Back to Freecodecamp

Task 92

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dc2fb63bc6c2b596dd6e4.md

latest1.2 KB
Original Source
<!-- (audio) Tom: That's reasonable. Do we have an agenda for each meeting? -->

--description--

Listen to what Tom says to Sophie.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's BLANK. Do we have an agenda for each meeting?

--blanks--

reasonable

--feedback--

This word means something is good and makes sense. Tom thinks the meeting time is okay.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 23.14,
      "finishTimestamp": 26.52
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "That's reasonable. Do we have an agenda for each meeting?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}